Searched refs:scan (Results 1 – 25 of 36) sorted by relevance
12
/arch/sparc/mm/ |
D | io-unit.c | 98 unsigned long rotor, scan, limit; in iounit_get_area() local 115 scan = rotor; in iounit_get_area() 116 nexti: scan = find_next_zero_bit(iounit->bmap, limit, scan); in iounit_get_area() 117 if (scan + npages > limit) { in iounit_get_area() 120 scan = iounit->limit[j - 1]; in iounit_get_area() 128 for (k = 1, scan++; k < npages; k++) in iounit_get_area() 129 if (test_bit(scan++, iounit->bmap)) in iounit_get_area() 131 iounit->rotor[j - 1] = (scan < limit) ? scan : iounit->limit[j - 1]; in iounit_get_area() 132 scan -= npages; in iounit_get_area() 134 vaddr = IOUNIT_DMA_BASE + (scan << PAGE_SHIFT) + (vaddr & ~PAGE_MASK); in iounit_get_area() [all …]
|
/arch/arm/mach-orion5x/ |
D | board-mss2.c | 44 .scan = orion5x_pci_sys_scan_bus,
|
D | board-rd88f5182.c | 104 .scan = orion5x_pci_sys_scan_bus,
|
D | rd88f6183ap-ge-setup.c | 97 .scan = orion5x_pci_sys_scan_bus,
|
D | rd88f5181l-fxo-setup.c | 149 .scan = orion5x_pci_sys_scan_bus,
|
D | rd88f5181l-ge-setup.c | 160 .scan = orion5x_pci_sys_scan_bus,
|
D | wnr854t-setup.c | 156 .scan = orion5x_pci_sys_scan_bus,
|
D | rd88f5182-setup.c | 175 .scan = orion5x_pci_sys_scan_bus,
|
D | wrt350n-v2-setup.c | 244 .scan = orion5x_pci_sys_scan_bus,
|
D | ts409-setup.c | 140 .scan = orion5x_pci_sys_scan_bus,
|
D | ts209-setup.c | 170 .scan = orion5x_pci_sys_scan_bus,
|
D | db88f5281-setup.c | 269 .scan = orion5x_pci_sys_scan_bus,
|
D | terastation_pro2-setup.c | 122 .scan = orion5x_pci_sys_scan_bus,
|
D | kurobox_pro-setup.c | 142 .scan = orion5x_pci_sys_scan_bus,
|
/arch/arm/include/asm/mach/ |
D | pci.h | 26 int (*scan)(int nr, struct pci_host_bridge *); member
|
/arch/arm/boot/dts/ |
D | ibm-power9-dual.dtsi | 100 no-scan-on-init; 201 no-scan-on-init;
|
D | nspire.dtsi | 184 scan-interval = <1000>;
|
D | ste-href-stuib.dtsi | 51 st,scan-count = <8>;
|
D | lpc3250-phy3250.dts | 123 nxp,scan-delay-ms = <34>;
|
D | ste-nomadik-nhk15.dts | 124 st,scan-count = <8>;
|
D | aspeed-bmc-opp-palmetto.dts | 368 no-scan-on-init;
|
/arch/arm/kernel/ |
D | bios32.c | 491 if (hw->scan) in pcibios_init_hw() 492 ret = hw->scan(nr, bridge); in pcibios_init_hw()
|
/arch/arm/mach-dove/ |
D | pcie.c | 185 .scan = dove_pcie_scan_bus,
|
/arch/mips/generic/ |
D | Kconfig | 8 boot protocol. This will cause the kernel to scan through the list of
|
/arch/arm/mach-mv78xx0/ |
D | pcie.c | 228 .scan = mv78xx0_pcie_scan_bus,
|
12