Lines Matching +full:0 +full:x1b000000
10 #define PCI_ACCESS_READ 0
13 #define HT1LO_PCICFG_BASE 0x1a000000
14 #define HT1LO_PCICFG_BASE_TP1 0x1b000000
28 if (busnum == 0) { in loongson3_pci_config_access()
31 addrp = (void *)(TO_UNCAC(HT1LO_PCICFG_BASE) | (addr & 0xffff)); in loongson3_pci_config_access()
32 type = 0; in loongson3_pci_config_access()
36 type = 0x10000; in loongson3_pci_config_access()
43 if (*data == 0xffffffff) { in loongson3_pci_config_access()
54 u32 data = 0; in loongson3_pci_pcibios_read()
62 *val = (data >> ((where & 3) << 3)) & 0xff; in loongson3_pci_pcibios_read()
64 *val = (data >> ((where & 3) << 3)) & 0xffff; in loongson3_pci_pcibios_read()
74 u32 data = 0; in loongson3_pci_pcibios_write()
86 data = (data & ~(0xff << ((where & 3) << 3))) | in loongson3_pci_pcibios_write()
89 data = (data & ~(0xffff << ((where & 3) << 3))) | in loongson3_pci_pcibios_write()