Searched refs:PCI_IO_BASE_UPPER16 (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/board/freescale/common/ |
D | cds_via.c | 33 pci_hose_write_config_word(hose, bridge, PCI_IO_BASE_UPPER16, 0); in mpc85xx_config_via()
|
/external/u-boot/drivers/pci/ |
D | pci_auto.c | 238 dm_pci_write_config16(dev, PCI_IO_BASE_UPPER16, in dm_pciauto_prescan_setup_bridge()
|
D | pci_auto_old.c | 245 pci_hose_write_config_word(hose, dev, PCI_IO_BASE_UPPER16, in pciauto_prescan_setup_bridge()
|
/external/kernel-headers/original/uapi/linux/ |
D | pci_regs.h | 154 #define PCI_IO_BASE_UPPER16 0x30 /* Upper half of I/O addresses */ macro
|
/external/u-boot/cmd/ |
D | pci.c | 218 { "IO base upper 16 bits", PCI_SIZE_16, PCI_IO_BASE_UPPER16 },
|
/external/u-boot/include/ |
D | pci.h | 259 #define PCI_IO_BASE_UPPER16 0x30 /* Upper half of I/O addresses */ macro
|