Searched refs:PCI_SIZE_16 (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | pci.c | 37 case PCI_SIZE_16: in pci_byte_size() 138 { "vendor ID", PCI_SIZE_16, PCI_VENDOR_ID }, 139 { "device ID", PCI_SIZE_16, PCI_DEVICE_ID }, 140 { "command register ID", PCI_SIZE_16, PCI_COMMAND }, 141 { "status register", PCI_SIZE_16, PCI_STATUS }, 164 { "sub system vendor ID", PCI_SIZE_16, PCI_SUBSYSTEM_VENDOR_ID }, 165 { "sub system ID", PCI_SIZE_16, PCI_SUBSYSTEM_ID }, 182 { "secondary status", PCI_SIZE_16, PCI_SEC_STATUS }, 183 { "memory base", PCI_SIZE_16, PCI_MEMORY_BASE }, 184 { "memory limit", PCI_SIZE_16, PCI_MEMORY_LIMIT }, [all …]
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ |
| H A D | pci.c | 30 case PCI_SIZE_16: in pci_x86_read_config() 49 case PCI_SIZE_16: in pci_x86_write_config()
|
| /OK3568_Linux_fs/u-boot/arch/sandbox/lib/ |
| H A D | pci_io.c | 110 ret = pci_io_read(addr, &value, PCI_SIZE_16); in inw() 132 pci_io_write(addr, value, PCI_SIZE_16); in outw()
|
| /OK3568_Linux_fs/u-boot/drivers/pci/ |
| H A D | pcie_xilinx.c | 120 case PCI_SIZE_16: in pcie_xilinx_read_config() 161 case PCI_SIZE_16: in pcie_xilinx_write_config()
|
| H A D | pci-uclass.c | 88 case PCI_SIZE_16: in pci_get_ff() 297 return pci_write_config(bdf, offset, value, PCI_SIZE_16); in pci_write_config16() 312 return dm_pci_write_config(dev, offset, value, PCI_SIZE_16); in dm_pci_write_config16() 373 ret = pci_read_config(bdf, offset, &value, PCI_SIZE_16); in pci_read_config16() 412 ret = dm_pci_read_config(dev, offset, &value, PCI_SIZE_16); in dm_pci_read_config16() 699 PCI_SIZE_16); in pci_bind_bus_devices() 709 PCI_SIZE_16); in pci_bind_bus_devices() 1012 case PCI_SIZE_16: in pci_conv_32_to_size() 1031 case PCI_SIZE_16: in pci_conv_size_to_32()
|
| H A D | pcie_layerscape.c | 284 case PCI_SIZE_16: in ls_pcie_read_config() 311 case PCI_SIZE_16: in ls_pcie_write_config()
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/ |
| H A D | sdram.c | 288 pci_x86_write_config(bus, PCH_DEV_LPC, LPC_IO_DEC, 1 << 4, PCI_SIZE_16); in board_debug_uart_init() 291 PCI_SIZE_16); in board_debug_uart_init()
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/ |
| H A D | cpu.c | 204 PCI_SIZE_16); in board_debug_uart_init()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | pci.h | 805 PCI_SIZE_16, enumerator
|