Searched refs:scan (Results 1 – 25 of 36) sorted by relevance
12
| /arch/sparc/mm/ |
| A D | io-unit.c | 100 unsigned long rotor, scan, limit; in iounit_get_area() local 117 scan = rotor; in iounit_get_area() 118 nexti: scan = find_next_zero_bit(iounit->bmap, limit, scan); in iounit_get_area() 119 if (scan + npages > limit) { in iounit_get_area() 122 scan = iounit->limit[j - 1]; in iounit_get_area() 130 for (k = 1, scan++; k < npages; k++) in iounit_get_area() 131 if (test_bit(scan++, iounit->bmap)) in iounit_get_area() 133 iounit->rotor[j - 1] = (scan < limit) ? scan : iounit->limit[j - 1]; in iounit_get_area() 134 scan -= npages; in iounit_get_area() 138 set_bit(scan, iounit->bmap); in iounit_get_area() [all …]
|
| /arch/arm/mach-orion5x/ |
| A D | board-mss2.c | 44 .scan = orion5x_pci_sys_scan_bus,
|
| A D | board-rd88f5182.c | 102 .scan = orion5x_pci_sys_scan_bus,
|
| A D | ts409-setup.c | 141 .scan = orion5x_pci_sys_scan_bus,
|
| A D | ts209-setup.c | 170 .scan = orion5x_pci_sys_scan_bus,
|
| A D | terastation_pro2-setup.c | 122 .scan = orion5x_pci_sys_scan_bus,
|
| A D | kurobox_pro-setup.c | 139 .scan = orion5x_pci_sys_scan_bus,
|
| A D | dns323-setup.c | 92 .scan = orion5x_pci_sys_scan_bus,
|
| /arch/arm/boot/dts/aspeed/ |
| A D | ibm-power9-dual.dtsi | 100 no-scan-on-init; 201 no-scan-on-init;
|
| A D | aspeed-bmc-opp-tacoma.dts | 294 no-scan-on-init; 395 no-scan-on-init;
|
| A D | ibm-power10-dual.dtsi | 340 no-scan-on-init;
|
| A D | aspeed-bmc-opp-palmetto.dts | 370 no-scan-on-init;
|
| /arch/arm/include/asm/mach/ |
| A D | pci.h | 24 int (*scan)(int nr, struct pci_host_bridge *); member
|
| /arch/x86/events/amd/ |
| A D | uncore.c | 82 void (*scan)(struct amd_uncore *uncore, unsigned int cpu); member 608 uncore->scan(uncore, cpu); in amd_uncore_cpu_starting() 1098 .scan = amd_uncore_df_ctx_scan, 1105 .scan = amd_uncore_l3_ctx_scan, 1112 .scan = amd_uncore_umc_ctx_scan, 1138 BUG_ON(!uncore->scan); in amd_uncore_init()
|
| /arch/arm/kernel/ |
| A D | bios32.c | 463 if (hw->scan) in pcibios_init_hw() 464 ret = hw->scan(nr, bridge); in pcibios_init_hw()
|
| /arch/arm/boot/dts/qcom/ |
| A D | pm8921.dtsi | 44 scan-delay = <32>;
|
| A D | pm8058.dtsi | 66 scan-delay = <32>;
|
| /arch/arm/mach-dove/ |
| A D | pcie.c | 188 .scan = dove_pcie_scan_bus,
|
| /arch/arm/boot/dts/st/ |
| A D | ste-href-stuib.dtsi | 50 st,scan-count = <8>;
|
| A D | ste-nomadik-nhk15.dts | 123 st,scan-count = <8>;
|
| /arch/arm/boot/dts/nspire/ |
| A D | nspire.dtsi | 207 scan-interval = <1000>;
|
| /arch/arm/boot/dts/nxp/lpc/ |
| A D | lpc3250-phy3250.dts | 123 nxp,scan-delay-ms = <34>;
|
| /arch/arm/mach-mv78xx0/ |
| A D | pcie.c | 233 .scan = mv78xx0_pcie_scan_bus,
|
| /arch/mips/generic/ |
| A D | Kconfig | 8 boot protocol. This will cause the kernel to scan through the list of
|
| /arch/mips/boot/dts/ingenic/ |
| A D | qi_lb60.dts | 108 col-scan-delay-us = <10>;
|
Completed in 36 milliseconds
12