Home
last modified time | relevance | path

Searched refs:scan (Results 1 – 25 of 36) sorted by relevance

12

/arch/sparc/mm/
A Dio-unit.c100 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 Dboard-mss2.c44 .scan = orion5x_pci_sys_scan_bus,
A Dboard-rd88f5182.c102 .scan = orion5x_pci_sys_scan_bus,
A Dts409-setup.c141 .scan = orion5x_pci_sys_scan_bus,
A Dts209-setup.c170 .scan = orion5x_pci_sys_scan_bus,
A Dterastation_pro2-setup.c122 .scan = orion5x_pci_sys_scan_bus,
A Dkurobox_pro-setup.c139 .scan = orion5x_pci_sys_scan_bus,
A Ddns323-setup.c92 .scan = orion5x_pci_sys_scan_bus,
/arch/arm/boot/dts/aspeed/
A Dibm-power9-dual.dtsi100 no-scan-on-init;
201 no-scan-on-init;
A Daspeed-bmc-opp-tacoma.dts294 no-scan-on-init;
395 no-scan-on-init;
A Dibm-power10-dual.dtsi340 no-scan-on-init;
A Daspeed-bmc-opp-palmetto.dts370 no-scan-on-init;
/arch/arm/include/asm/mach/
A Dpci.h24 int (*scan)(int nr, struct pci_host_bridge *); member
/arch/x86/events/amd/
A Duncore.c82 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 Dbios32.c463 if (hw->scan) in pcibios_init_hw()
464 ret = hw->scan(nr, bridge); in pcibios_init_hw()
/arch/arm/boot/dts/qcom/
A Dpm8921.dtsi44 scan-delay = <32>;
A Dpm8058.dtsi66 scan-delay = <32>;
/arch/arm/mach-dove/
A Dpcie.c188 .scan = dove_pcie_scan_bus,
/arch/arm/boot/dts/st/
A Dste-href-stuib.dtsi50 st,scan-count = <8>;
A Dste-nomadik-nhk15.dts123 st,scan-count = <8>;
/arch/arm/boot/dts/nspire/
A Dnspire.dtsi207 scan-interval = <1000>;
/arch/arm/boot/dts/nxp/lpc/
A Dlpc3250-phy3250.dts123 nxp,scan-delay-ms = <34>;
/arch/arm/mach-mv78xx0/
A Dpcie.c233 .scan = mv78xx0_pcie_scan_bus,
/arch/mips/generic/
A DKconfig8 boot protocol. This will cause the kernel to scan through the list of
/arch/mips/boot/dts/ingenic/
A Dqi_lb60.dts108 col-scan-delay-us = <10>;

Completed in 36 milliseconds

12