Searched refs:CLOCK_EVT_FEAT_C3STOP (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/clocksource/
H A Dclps711x-timer.c68 clkevt->features = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_C3STOP;
H A Dtimer-riscv.c117 ce->features |= CLOCK_EVT_FEAT_C3STOP;
H A Dmips-gic-timer.c91 CLOCK_EVT_FEAT_C3STOP;
H A Darm_arch_timer.c866 clk->features |= CLOCK_EVT_FEAT_C3STOP;
/linux-master/include/linux/
H A Dclockchips.h56 # define CLOCK_EVT_FEAT_C3STOP 0x000008 macro
/linux-master/kernel/time/
H A Dtick-broadcast.c91 (newdev->features & CLOCK_EVT_FEAT_C3STOP))
125 (newdev->features & CLOCK_EVT_FEAT_C3STOP))
198 * devices are affected by CLOCK_EVT_FEAT_C3STOP and the lack
275 if (!(dev->features & CLOCK_EVT_FEAT_C3STOP))
453 if (!dev || !(dev->features & CLOCK_EVT_FEAT_C3STOP))
H A Dtick-common.c78 if (!(dev->features & CLOCK_EVT_FEAT_C3STOP))
392 if (!(td->evtdev->features & CLOCK_EVT_FEAT_C3STOP))
/linux-master/arch/arm/kernel/
H A Dsmp_twd.c294 twd_features |= CLOCK_EVT_FEAT_C3STOP;
/linux-master/arch/mips/kernel/
H A Dcevt-r4k.c317 CLOCK_EVT_FEAT_C3STOP |
/linux-master/arch/powerpc/kernel/
H A Dtime.c107 CLOCK_EVT_FEAT_C3STOP,
/linux-master/arch/x86/kernel/apic/
H A Dapic.c485 CLOCK_EVT_FEAT_ONESHOT | CLOCK_EVT_FEAT_C3STOP
564 lapic_clockevent.features &= ~CLOCK_EVT_FEAT_C3STOP;

Completed in 192 milliseconds