Home
last modified time | relevance | path

Searched refs:PCI_SIZE_16 (Results 1 – 15 of 15) sorted by relevance

/u-boot/cmd/
A Dpci.c37 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 Dcpu.c107 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 Dpci.c28 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 Dpci_io.c110 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 Dpmc.c180 PCI_SIZE_16); in enable_pmcbar()
183 PCI_SIZE_16); in enable_pmcbar()
A Dlpc.c25 PCI_SIZE_16); in lpc_enable_fixed_io_ranges()
/u-boot/drivers/pci/
A Dpci-uclass.c105 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 Dpcie_fsl.c71 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 Dpci_octeontx.c79 case PCI_SIZE_16: in readl_size()
99 case PCI_SIZE_16: in writel_size()
A Dpcie_layerscape_gen4.c251 case PCI_SIZE_16: in ls_pcie_g4_read_config()
281 case PCI_SIZE_16: in ls_pcie_g4_write_config()
A Dpcie_intel_fpga.c273 case PCI_SIZE_16: in pcie_get_byte_en()
A Dpci-aardvark.c379 case PCI_SIZE_16: in pcie_calc_datastrobe()
A Dpcie_iproc.c620 if (size <= PCI_SIZE_16) in iproc_pcie_config_read32()
/u-boot/arch/x86/cpu/ivybridge/
A Dcpu.c206 pci_x86_write_config(PCH_LPC_DEV, LPC_EN, COMA_LPC_EN, PCI_SIZE_16); in board_debug_uart_init()
/u-boot/include/
A Dpci.h894 PCI_SIZE_16, enumerator

Completed in 28 milliseconds