Searched refs:PCI_SIZE_8 (Results 1 – 9 of 9) sorted by relevance
/external/u-boot/cmd/ |
D | pci.c | 34 case PCI_SIZE_8: in pci_byte_size() 70 case PCI_SIZE_8: in pci_read_config() 171 { "revision ID", PCI_SIZE_8, PCI_REVISION_ID }, 176 { "sub class code", PCI_SIZE_8, PCI_CLASS_SUB_CODE }, 177 { "programming interface", PCI_SIZE_8, PCI_CLASS_PROG }, 178 { "cache line", PCI_SIZE_8, PCI_CACHE_LINE_SIZE }, 179 { "latency time", PCI_SIZE_8, PCI_LATENCY_TIMER }, 180 { "header type", PCI_SIZE_8, PCI_HEADER_TYPE }, 181 { "BIST", PCI_SIZE_8, PCI_BIST }, 196 { "interrupt line", PCI_SIZE_8, PCI_INTERRUPT_LINE }, [all …]
|
/external/u-boot/arch/x86/cpu/ |
D | pci.c | 24 case PCI_SIZE_8: in pci_x86_read_config() 43 case PCI_SIZE_8: in pci_x86_write_config()
|
/external/u-boot/arch/sandbox/lib/ |
D | pci_io.c | 119 ret = pci_io_read(addr, &value, PCI_SIZE_8); in inb() 136 pci_io_write(addr, value, PCI_SIZE_8); in outb()
|
/external/u-boot/drivers/pci/ |
D | pci-uclass.c | 85 case PCI_SIZE_8: in pci_get_ff() 301 return pci_write_config(bdf, offset, value, PCI_SIZE_8); in pci_write_config8() 306 return dm_pci_write_config(dev, offset, value, PCI_SIZE_8); in dm_pci_write_config8() 385 ret = pci_read_config(bdf, offset, &value, PCI_SIZE_8); in pci_read_config8() 398 ret = dm_pci_read_config(dev, offset, &value, PCI_SIZE_8); in dm_pci_read_config8() 534 case PCI_SIZE_8: in pci_generic_mmap_write_config() 564 case PCI_SIZE_8: in pci_generic_mmap_read_config() 752 &header_type, PCI_SIZE_8); in pci_bind_bus_devices() 1090 case PCI_SIZE_8: in pci_conv_32_to_size() 1107 case PCI_SIZE_8: in pci_conv_size_to_32()
|
D | pcie_intel_fpga.c | 266 case PCI_SIZE_8: in pcie_get_byte_en()
|
D | pci-aardvark.c | 367 case PCI_SIZE_8: in pcie_calc_datastrobe()
|
/external/u-boot/drivers/misc/ |
D | swap_case.c | 83 if (size == PCI_SIZE_8) { in sandbox_swap_case_read_config()
|
/external/u-boot/arch/x86/cpu/broadwell/ |
D | pch.c | 402 pci_bus_read_config(bus, PCI_BDF(0, 0x2, 0), 0x8, &val, PCI_SIZE_8); in pch_cg_init()
|
/external/u-boot/include/ |
D | pci.h | 814 PCI_SIZE_8, enumerator
|