Searched refs:PCI_SIZE_8 (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | pci.c | 35 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 D | pci.c | 27 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 D | pci_io.c | 120 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 D | pcie_xilinx.c | 117 case PCI_SIZE_8: in pcie_xilinx_read_config() 158 case PCI_SIZE_8: in pcie_xilinx_write_config()
|
| H A D | pci-uclass.c | 86 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 D | pcie_layerscape.c | 281 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 D | swap_case.c | 84 if (size == PCI_SIZE_8) { in sandbox_swap_case_read_config()
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/ |
| H A D | pch.c | 403 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 D | pci.h | 804 PCI_SIZE_8, enumerator
|