Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A 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 …]
/openbmc/u-boot/arch/x86/cpu/
H A Dpci.c27 case PCI_SIZE_16: in pci_x86_read_config()
46 case PCI_SIZE_16: in pci_x86_write_config()
/openbmc/u-boot/arch/sandbox/lib/
H A 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()
/openbmc/u-boot/drivers/pci/
H A Dpci-uclass.c86 case PCI_SIZE_16: in pci_get_ff()
316 return pci_write_config(bdf, offset, value, PCI_SIZE_16); in pci_write_config16()
331 return dm_pci_write_config(dev, offset, value, PCI_SIZE_16); in dm_pci_write_config16()
392 ret = pci_read_config(bdf, offset, &value, PCI_SIZE_16); in pci_read_config16()
431 ret = dm_pci_read_config(dev, offset, &value, PCI_SIZE_16); in dm_pci_read_config16()
557 case PCI_SIZE_16: in pci_generic_mmap_write_config()
587 case PCI_SIZE_16: in pci_generic_mmap_read_config()
780 PCI_SIZE_16); in pci_bind_bus_devices()
796 PCI_SIZE_16); in pci_bind_bus_devices()
1127 case PCI_SIZE_16: in pci_conv_32_to_size()
[all …]
H A Dpcie_aspeed.c225 case PCI_SIZE_16: in aspeed_pcie_cfg_write()
H A Dpcie_intel_fpga.c268 case PCI_SIZE_16: in pcie_get_byte_en()
H A Dpci-aardvark.c370 case PCI_SIZE_16: in pcie_calc_datastrobe()
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A 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()
/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dcpu.c203 PCI_SIZE_16); in board_debug_uart_init()
/openbmc/u-boot/include/
H A Dpci.h824 PCI_SIZE_16, enumerator