Home
last modified time | relevance | path

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

/external/u-boot/cmd/
Dpci.c36 case PCI_SIZE_16: in pci_byte_size()
73 case PCI_SIZE_16: in pci_read_config()
167 { "vendor ID", PCI_SIZE_16, PCI_VENDOR_ID },
168 { "device ID", PCI_SIZE_16, PCI_DEVICE_ID },
169 { "command register ID", PCI_SIZE_16, PCI_COMMAND },
170 { "status register", PCI_SIZE_16, PCI_STATUS },
193 { "sub system vendor ID", PCI_SIZE_16, PCI_SUBSYSTEM_VENDOR_ID },
194 { "sub system ID", PCI_SIZE_16, PCI_SUBSYSTEM_ID },
211 { "secondary status", PCI_SIZE_16, PCI_SEC_STATUS },
212 { "memory base", PCI_SIZE_16, PCI_MEMORY_BASE },
[all …]
/external/u-boot/arch/x86/cpu/
Dpci.c27 case PCI_SIZE_16: in pci_x86_read_config()
46 case PCI_SIZE_16: in pci_x86_write_config()
/external/u-boot/drivers/pci/
Dpci-uclass.c87 case PCI_SIZE_16: in pci_get_ff()
296 return pci_write_config(bdf, offset, value, PCI_SIZE_16); in pci_write_config16()
311 return dm_pci_write_config(dev, offset, value, PCI_SIZE_16); in dm_pci_write_config16()
372 ret = pci_read_config(bdf, offset, &value, PCI_SIZE_16); in pci_read_config16()
411 ret = dm_pci_read_config(dev, offset, &value, PCI_SIZE_16); in dm_pci_read_config16()
537 case PCI_SIZE_16: in pci_generic_mmap_write_config()
567 case PCI_SIZE_16: in pci_generic_mmap_read_config()
756 PCI_SIZE_16); in pci_bind_bus_devices()
766 PCI_SIZE_16); in pci_bind_bus_devices()
1092 case PCI_SIZE_16: in pci_conv_32_to_size()
[all …]
Dpcie_intel_fpga.c268 case PCI_SIZE_16: in pcie_get_byte_en()
Dpci-aardvark.c370 case PCI_SIZE_16: in pcie_calc_datastrobe()
/external/u-boot/arch/sandbox/lib/
Dpci_io.c109 ret = pci_io_read(addr, &value, PCI_SIZE_16); in inw()
131 pci_io_write(addr, value, PCI_SIZE_16); in outw()
/external/u-boot/arch/x86/cpu/broadwell/
Dsdram.c287 pci_x86_write_config(bus, PCH_DEV_LPC, LPC_IO_DEC, 1 << 4, PCI_SIZE_16); in board_debug_uart_init()
290 PCI_SIZE_16); in board_debug_uart_init()
/external/u-boot/arch/x86/cpu/ivybridge/
Dcpu.c203 PCI_SIZE_16); in board_debug_uart_init()
/external/u-boot/include/
Dpci.h815 PCI_SIZE_16, enumerator