Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dpci.c35 case PCI_SIZE_8: in pci_byte_size()
142 { "revision ID", PCI_SIZE_8, PCI_REVISION_ID },
147 { "sub class code", PCI_SIZE_8, PCI_CLASS_SUB_CODE },
148 { "programming interface", PCI_SIZE_8, PCI_CLASS_PROG },
149 { "cache line", PCI_SIZE_8, PCI_CACHE_LINE_SIZE },
150 { "latency time", PCI_SIZE_8, PCI_LATENCY_TIMER },
151 { "header type", PCI_SIZE_8, PCI_HEADER_TYPE },
152 { "BIST", PCI_SIZE_8, PCI_BIST },
167 { "interrupt line", PCI_SIZE_8, PCI_INTERRUPT_LINE },
168 { "interrupt pin", PCI_SIZE_8, PCI_INTERRUPT_PIN },
[all …]
/OK3568_Linux_fs/u-boot/arch/x86/cpu/
H A Dpci.c27 case PCI_SIZE_8: in pci_x86_read_config()
46 case PCI_SIZE_8: in pci_x86_write_config()
/OK3568_Linux_fs/u-boot/arch/sandbox/lib/
H A Dpci_io.c120 ret = pci_io_read(addr, &value, PCI_SIZE_8); in inb()
137 pci_io_write(addr, value, PCI_SIZE_8); in outb()
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpcie_xilinx.c117 case PCI_SIZE_8: in pcie_xilinx_read_config()
158 case PCI_SIZE_8: in pcie_xilinx_write_config()
H A Dpci-uclass.c86 case PCI_SIZE_8: in pci_get_ff()
302 return pci_write_config(bdf, offset, value, PCI_SIZE_8); in pci_write_config8()
307 return dm_pci_write_config(dev, offset, value, PCI_SIZE_8); in dm_pci_write_config8()
386 ret = pci_read_config(bdf, offset, &value, PCI_SIZE_8); in pci_read_config8()
399 ret = dm_pci_read_config(dev, offset, &value, PCI_SIZE_8); in dm_pci_read_config8()
695 &header_type, PCI_SIZE_8); in pci_bind_bus_devices()
1010 case PCI_SIZE_8: in pci_conv_32_to_size()
1027 case PCI_SIZE_8: in pci_conv_size_to_32()
H A Dpcie_layerscape.c281 case PCI_SIZE_8: in ls_pcie_read_config()
308 case PCI_SIZE_8: in ls_pcie_write_config()
/OK3568_Linux_fs/u-boot/drivers/misc/
H A Dswap_case.c84 if (size == PCI_SIZE_8) { in sandbox_swap_case_read_config()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/
H A Dpch.c403 pci_bus_read_config(bus, PCI_BDF(0, 0x2, 0), 0x8, &val, PCI_SIZE_8); in pch_cg_init()
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h804 PCI_SIZE_8, enumerator