Searched refs:PCI_SIZE_16 (Results 1 – 15 of 15) sorted by relevance
| /u-boot/cmd/ |
| A D | pci.c | 37 case PCI_SIZE_16: in pci_byte_size() 74 case PCI_SIZE_16: in pci_read_config() 168 { "vendor ID", PCI_SIZE_16, PCI_VENDOR_ID }, 169 { "device ID", PCI_SIZE_16, PCI_DEVICE_ID }, 170 { "command register ID", PCI_SIZE_16, PCI_COMMAND }, 171 { "status register", PCI_SIZE_16, PCI_STATUS }, 195 { "sub system ID", PCI_SIZE_16, PCI_SUBSYSTEM_ID }, 212 { "secondary status", PCI_SIZE_16, PCI_SEC_STATUS }, 213 { "memory base", PCI_SIZE_16, PCI_MEMORY_BASE }, 214 { "memory limit", PCI_SIZE_16, PCI_MEMORY_LIMIT }, [all …]
|
| /u-boot/arch/x86/cpu/broadwell/ |
| A D | cpu.c | 107 pci_x86_write_config(PCH_DEV_LPC, LPC_IO_DEC, 1 << 4, PCI_SIZE_16); in board_debug_uart_init() 109 pci_x86_write_config(PCH_DEV_LPC, LPC_EN, COMA_LPC_EN, PCI_SIZE_16); in board_debug_uart_init()
|
| /u-boot/arch/x86/cpu/ |
| A D | pci.c | 28 case PCI_SIZE_16: in pci_x86_read_config() 47 case PCI_SIZE_16: in pci_x86_write_config()
|
| /u-boot/arch/sandbox/lib/ |
| A D | pci_io.c | 110 ret = pci_io_read(addr, &value, PCI_SIZE_16); in _inw() 132 pci_io_write(addr, value, PCI_SIZE_16); in _outw()
|
| /u-boot/arch/x86/cpu/apollolake/ |
| A D | pmc.c | 180 PCI_SIZE_16); in enable_pmcbar() 183 PCI_SIZE_16); in enable_pmcbar()
|
| A D | lpc.c | 25 PCI_SIZE_16); in lpc_enable_fixed_io_ranges()
|
| /u-boot/drivers/pci/ |
| A D | pci-uclass.c | 105 case PCI_SIZE_16: in pci_get_ff() 335 return pci_write_config(bdf, offset, value, PCI_SIZE_16); in pci_write_config16() 411 ret = pci_read_config(bdf, offset, &value, PCI_SIZE_16); in pci_read_config16() 450 ret = dm_pci_read_config(dev, offset, &value, PCI_SIZE_16); in dm_pci_read_config16() 580 case PCI_SIZE_16: in pci_generic_mmap_write_config() 611 case PCI_SIZE_16: in pci_generic_mmap_read_config() 815 PCI_SIZE_16); in pci_bind_bus_devices() 831 PCI_SIZE_16); in pci_bind_bus_devices() 1192 case PCI_SIZE_16: in pci_conv_32_to_size() 1211 case PCI_SIZE_16: in pci_conv_size_to_32() [all …]
|
| A D | pcie_fsl.c | 71 case PCI_SIZE_16: in fsl_pcie_read_config() 108 case PCI_SIZE_16: in fsl_pcie_write_config() 160 ret = fsl_pcie_hose_read_config(pcie, offset, &val, PCI_SIZE_16); in fsl_pcie_hose_read_config_word() 187 return fsl_pcie_hose_write_config(pcie, offset, value, PCI_SIZE_16); in fsl_pcie_hose_write_config_word()
|
| A D | pci_octeontx.c | 79 case PCI_SIZE_16: in readl_size() 99 case PCI_SIZE_16: in writel_size()
|
| A D | pcie_layerscape_gen4.c | 251 case PCI_SIZE_16: in ls_pcie_g4_read_config() 281 case PCI_SIZE_16: in ls_pcie_g4_write_config()
|
| A D | pcie_intel_fpga.c | 273 case PCI_SIZE_16: in pcie_get_byte_en()
|
| A D | pci-aardvark.c | 379 case PCI_SIZE_16: in pcie_calc_datastrobe()
|
| A D | pcie_iproc.c | 620 if (size <= PCI_SIZE_16) in iproc_pcie_config_read32()
|
| /u-boot/arch/x86/cpu/ivybridge/ |
| A D | cpu.c | 206 pci_x86_write_config(PCH_LPC_DEV, LPC_EN, COMA_LPC_EN, PCI_SIZE_16); in board_debug_uart_init()
|
| /u-boot/include/ |
| A D | pci.h | 894 PCI_SIZE_16, enumerator
|
Completed in 28 milliseconds