Searched refs:PCI_SIZE_16 (Results 1 – 11 of 11) sorted by relevance
/third_party/uboot/u-boot-2020.01/cmd/ |
D | pci.c | 36 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 …]
|
/third_party/uboot/u-boot-2020.01/arch/x86/cpu/broadwell/ |
D | cpu.c | 104 pci_x86_write_config(PCH_DEV_LPC, LPC_IO_DEC, 1 << 4, PCI_SIZE_16); in board_debug_uart_init() 106 pci_x86_write_config(PCH_DEV_LPC, LPC_EN, COMA_LPC_EN, PCI_SIZE_16); in board_debug_uart_init()
|
/third_party/uboot/u-boot-2020.01/arch/x86/cpu/ |
D | pci.c | 27 case PCI_SIZE_16: in pci_x86_read_config() 46 case PCI_SIZE_16: in pci_x86_write_config()
|
/third_party/uboot/u-boot-2020.01/arch/sandbox/lib/ |
D | pci_io.c | 109 ret = pci_io_read(addr, &value, PCI_SIZE_16); in _inw() 131 pci_io_write(addr, value, PCI_SIZE_16); in _outw()
|
/third_party/uboot/u-boot-2020.01/drivers/pci/ |
D | pci-uclass.c | 86 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() 785 PCI_SIZE_16); in pci_bind_bus_devices() 801 PCI_SIZE_16); in pci_bind_bus_devices() 1138 case PCI_SIZE_16: in pci_conv_32_to_size() [all …]
|
D | pcie_fsl.c | 68 case PCI_SIZE_16: in fsl_pcie_read_config() 105 case PCI_SIZE_16: in fsl_pcie_write_config() 157 ret = fsl_pcie_hose_read_config(pcie, offset, &val, PCI_SIZE_16); in fsl_pcie_hose_read_config_word() 184 return fsl_pcie_hose_write_config(pcie, offset, value, PCI_SIZE_16); in fsl_pcie_hose_write_config_word()
|
D | pcie_layerscape_gen4.c | 249 case PCI_SIZE_16: in ls_pcie_g4_read_config() 279 case PCI_SIZE_16: in ls_pcie_g4_write_config()
|
D | pcie_intel_fpga.c | 272 case PCI_SIZE_16: in pcie_get_byte_en()
|
D | pci-aardvark.c | 370 case PCI_SIZE_16: in pcie_calc_datastrobe()
|
/third_party/uboot/u-boot-2020.01/arch/x86/cpu/ivybridge/ |
D | cpu.c | 203 pci_x86_write_config(PCH_LPC_DEV, LPC_EN, COMA_LPC_EN, PCI_SIZE_16); in board_debug_uart_init()
|
/third_party/uboot/u-boot-2020.01/include/ |
D | pci.h | 846 PCI_SIZE_16, enumerator
|