Lines Matching +full:0 +full:x2b0
20 #define INTEL_PRIV_OFFSET 0x2b0
21 #define INTEL_PRIV_SIZE 0x28
22 #define INTEL_PRIV_RESETS 0x04
23 #define INTEL_PRIV_RESETS_RESET BIT(0)
34 pci_resource_start(pci, 0) + INTEL_PRIV_OFFSET, in mipi_i3c_hci_pci_intel_init()
40 writel(0, priv + INTEL_PRIV_RESETS); in mipi_i3c_hci_pci_intel_init()
50 return 0; in mipi_i3c_hci_pci_intel_init()
71 memset(&res, 0, sizeof(res)); in mipi_i3c_hci_pci_probe()
73 res[0].flags = IORESOURCE_MEM; in mipi_i3c_hci_pci_probe()
74 res[0].start = pci_resource_start(pci, 0); in mipi_i3c_hci_pci_probe()
75 res[0].end = pci_resource_end(pci, 0); in mipi_i3c_hci_pci_probe()
82 if (dev_id < 0) in mipi_i3c_hci_pci_probe()
109 return 0; in mipi_i3c_hci_pci_probe()
128 { PCI_VDEVICE(INTEL, 0xe37c), (kernel_ulong_t)&intel_info},
129 { PCI_VDEVICE(INTEL, 0xe36f), (kernel_ulong_t)&intel_info},
131 { PCI_VDEVICE(INTEL, 0xe47c), (kernel_ulong_t)&intel_info},
132 { PCI_VDEVICE(INTEL, 0xe46f), (kernel_ulong_t)&intel_info},