| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | pci.c | 39 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 D | cpu.c | 108 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 D | pci.c | 33 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 D | pci_io.c | 100 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 D | pcie_xilinx.c | 123 case PCI_SIZE_32: in pcie_xilinx_read_config() 164 case PCI_SIZE_32: in pcie_xilinx_write_config()
|
| H A D | pci-uclass.c | 257 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 D | pcie_layerscape.c | 287 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 D | broadwell_igd.c | 560 PCI_SIZE_32); in systemagent_revision()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | pci.h | 806 PCI_SIZE_32, enumerator
|