Home
last modified time | relevance | path

Searched refs:TCSR_ENALL (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/clocksource/
H A Dtimer-xilinx.h28 #define TCSR_ENALL BIT(10) macro
/openbmc/linux/arch/microblaze/kernel/
H A Dtimer.c46 #define TCSR_ENALL (1<<10) macro
/openbmc/qemu/hw/timer/
H A Dxilinx_timer.c51 #define TCSR_ENALL (1<<10) macro
/openbmc/linux/drivers/pwm/
H A Dpwm-xilinx.c160 tcsr1 = TCSR_PWM_SET | TCSR_ENALL | (tcsr1 & TCSR_UDT); in xilinx_pwm_apply()