Home
last modified time | relevance | path

Searched refs:PCI_SIZE_32 (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/u-boot/cmd/
H A Dpci.c39 case PCI_SIZE_32: in pci_byte_size()
153 { "base address 0", PCI_SIZE_32, PCI_BASE_ADDRESS_0 },
158 { "base address 1", PCI_SIZE_32, PCI_BASE_ADDRESS_1 },
159 { "base address 2", PCI_SIZE_32, PCI_BASE_ADDRESS_2 },
160 { "base address 3", PCI_SIZE_32, PCI_BASE_ADDRESS_3 },
161 { "base address 4", PCI_SIZE_32, PCI_BASE_ADDRESS_4 },
162 { "base address 5", PCI_SIZE_32, PCI_BASE_ADDRESS_5 },
163 { "cardBus CIS pointer", PCI_SIZE_32, PCI_CARDBUS_CIS },
166 { "expansion ROM base address", PCI_SIZE_32, PCI_ROM_ADDRESS },
175 { "base address 1", PCI_SIZE_32, PCI_BASE_ADDRESS_1 },
[all …]
/OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/
H A Dcpu.c108 PCH_EHCI0_TEMP_BAR0, PCI_SIZE_32); in enable_usb_bar()
109 pci_bus_read_config(bus, usb0, PCI_COMMAND, &cmd, PCI_SIZE_32); in enable_usb_bar()
111 pci_bus_write_config(bus, usb0, PCI_COMMAND, cmd, PCI_SIZE_32); in enable_usb_bar()
115 PCH_EHCI1_TEMP_BAR0, PCI_SIZE_32); in enable_usb_bar()
116 pci_bus_read_config(bus, usb1, PCI_COMMAND, &cmd, PCI_SIZE_32); in enable_usb_bar()
118 pci_bus_write_config(bus, usb1, PCI_COMMAND, cmd, PCI_SIZE_32); in enable_usb_bar()
122 PCH_XHCI_TEMP_BAR0, PCI_SIZE_32); in enable_usb_bar()
123 pci_bus_read_config(bus, usb3, PCI_COMMAND, &cmd, PCI_SIZE_32); in enable_usb_bar()
125 pci_bus_write_config(bus, usb3, PCI_COMMAND, cmd, PCI_SIZE_32); in enable_usb_bar()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/
H A Dpci.c33 case PCI_SIZE_32: in pci_x86_read_config()
52 case PCI_SIZE_32: in pci_x86_write_config()
/OK3568_Linux_fs/u-boot/arch/sandbox/lib/
H A Dpci_io.c100 ret = pci_io_read(addr, &value, PCI_SIZE_32); in inl()
127 pci_io_write(addr, value, PCI_SIZE_32); in outl()
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpcie_xilinx.c123 case PCI_SIZE_32: in pcie_xilinx_read_config()
164 case PCI_SIZE_32: in pcie_xilinx_write_config()
H A Dpci-uclass.c257 ret = pci_bus_read_config(bus, bdf, offset, &val, PCI_SIZE_32); in pci_bus_clrset_config32()
263 return pci_bus_write_config(bus, bdf, offset, val, PCI_SIZE_32); in pci_bus_clrset_config32()
292 return pci_write_config(bdf, offset, value, PCI_SIZE_32); in pci_write_config32()
317 return dm_pci_write_config(dev, offset, value, PCI_SIZE_32); in dm_pci_write_config32()
360 ret = pci_read_config(bdf, offset, &value, PCI_SIZE_32); in pci_read_config32()
425 ret = dm_pci_read_config(dev, offset, &value, PCI_SIZE_32); in dm_pci_read_config32()
711 PCI_SIZE_32); in pci_bind_bus_devices()
729 &val, PCI_SIZE_32); in pci_bind_bus_devices()
H A Dpcie_layerscape.c287 case PCI_SIZE_32: in ls_pcie_read_config()
314 case PCI_SIZE_32: in ls_pcie_write_config()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dbroadwell_igd.c560 PCI_SIZE_32); in systemagent_revision()
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h806 PCI_SIZE_32, enumerator