Home
last modified time | relevance | path

Searched refs:hz (Results 1 – 25 of 28) sorted by relevance

12

/arch/mips/bcm47xx/
Dtime.c33 unsigned long hz = 0; in plat_time_init() local
49 hz = ssb_cpu_clock(&bcm47xx_bus.ssb.mipscore) / 2; in plat_time_init()
55 hz = bcma_cpu_clock(&bcm47xx_bus.bcma.bus.drv_mips) / 2; in plat_time_init()
64 hz = 100000000; in plat_time_init()
70 hz = 100000000; in plat_time_init()
76 if (!hz) in plat_time_init()
77 hz = 100000000; in plat_time_init()
80 mips_hpt_frequency = hz; in plat_time_init()
/arch/arm/boot/dts/
Dexynos4212.dtsi54 opp-hz = /bits/ 64 <200000000>;
59 opp-hz = /bits/ 64 <300000000>;
64 opp-hz = /bits/ 64 <400000000>;
69 opp-hz = /bits/ 64 <500000000>;
74 opp-hz = /bits/ 64 <600000000>;
79 opp-hz = /bits/ 64 <700000000>;
84 opp-hz = /bits/ 64 <800000000>;
89 opp-hz = /bits/ 64 <900000000>;
94 opp-hz = /bits/ 64 <1000000000>;
99 opp-hz = /bits/ 64 <1100000000>;
[all …]
Dexynos4412.dtsi68 opp-hz = /bits/ 64 <200000000>;
73 opp-hz = /bits/ 64 <300000000>;
78 opp-hz = /bits/ 64 <400000000>;
83 opp-hz = /bits/ 64 <500000000>;
88 opp-hz = /bits/ 64 <600000000>;
93 opp-hz = /bits/ 64 <700000000>;
98 opp-hz = /bits/ 64 <800000000>;
104 opp-hz = /bits/ 64 <900000000>;
109 opp-hz = /bits/ 64 <1000000000>;
114 opp-hz = /bits/ 64 <1100000000>;
[all …]
/arch/m68k/amiga/
Damisound.c71 void amiga_mksound( unsigned int hz, unsigned int ticks ) in amiga_mksound() argument
81 if (hz > 20 && hz < 32767) { in amiga_mksound()
82 unsigned long period = (clock_constant / hz); in amiga_mksound()
/arch/x86/realmode/rm/
Dwakemain.c10 static void beep(unsigned int hz) in beep() argument
14 if (!hz) { in beep()
17 u16 div = 1193181/hz; in beep()
/arch/m68k/atari/
Datasound.c54 void atari_mksound (unsigned int hz, unsigned int ticks) in atari_mksound() argument
71 if (hz) { in atari_mksound()
75 period = PSG_FREQ / hz; in atari_mksound()
/arch/mips/kernel/
Dcevt-ds1287.c33 int ds1287_set_base_clock(unsigned int hz) in ds1287_set_base_clock() argument
37 switch (hz) { in ds1287_set_base_clock()
/arch/m68k/q40/
Dq40ints.c110 void q40_mksound(unsigned int hz, unsigned int ticks) in q40_mksound() argument
114 if (hz == 0) { in q40_mksound()
/arch/score/
DKconfig64 source "kernel/Kconfig.hz"
/arch/hexagon/
DKconfig154 source "kernel/Kconfig.hz"
/arch/openrisc/
DKconfig104 source kernel/Kconfig.hz
/arch/c6x/
DKconfig116 source "kernel/Kconfig.hz"
/arch/unicore32/
DKconfig147 source "kernel/Kconfig.hz"
/arch/nios2/
DKconfig55 source "kernel/Kconfig.hz"
/arch/avr32/
DKconfig235 source "kernel/Kconfig.hz"
/arch/microblaze/
DKconfig83 source "kernel/Kconfig.hz"
/arch/metag/
DKconfig259 source kernel/Kconfig.hz
/arch/parisc/
DKconfig288 source "kernel/Kconfig.hz"
/arch/mn10300/
DKconfig232 source "kernel/Kconfig.hz"
/arch/tile/
DKconfig204 source "kernel/Kconfig.hz"
/arch/sparc/
DKconfig190 source kernel/Kconfig.hz
/arch/ia64/
DKconfig279 source kernel/Kconfig.hz
/arch/sh/
DKconfig601 source kernel/Kconfig.hz
/arch/s390/
DKconfig485 source kernel/Kconfig.hz
/arch/powerpc/
DKconfig332 source kernel/Kconfig.hz

12