Home
last modified time | relevance | path

Searched refs:PCI_SIZE_16 (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/u-boot/cmd/
H A Dpci.c37 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 Dpci.c30 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 Dpci_io.c110 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 Dpcie_xilinx.c120 case PCI_SIZE_16: in pcie_xilinx_read_config()
161 case PCI_SIZE_16: in pcie_xilinx_write_config()
H A Dpci-uclass.c88 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 Dpcie_layerscape.c284 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 Dsdram.c288 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 Dcpu.c204 PCI_SIZE_16); in board_debug_uart_init()
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h805 PCI_SIZE_16, enumerator