Searched refs:gptu_w32 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/mips/lantiq/xway/ |
H A D | gptu.c | 77 gptu_w32(1 << timer, GPTU_IRNCR); in timer_irq_handler() 83 gptu_w32(0x00, GPTU_IRNEN); in gptu_hwinit() 84 gptu_w32(0xff, GPTU_IRNCR); in gptu_hwinit() 85 gptu_w32(CLC_RMC | CLC_SUSPEND, GPTU_CLC); in gptu_hwinit() 90 gptu_w32(0x00, GPTU_IRNEN); in gptu_hwexit() 91 gptu_w32(0xff, GPTU_IRNCR); in gptu_hwexit() 92 gptu_w32(CLC_DISABLE, GPTU_CLC); in gptu_hwexit() 106 gptu_w32(1, GPTU_RLD(clk->bits)); in gptu_enable() 114 gptu_w32(0, GPTU_RUN(clk->bits)); in gptu_disable() 115 gptu_w32(0, GPTU_CON(clk->bits)); in gptu_disable() [all …]
|