Home
last modified time | relevance | path

Searched refs:GPTU_IRNEN (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/lantiq/xway/
H A Dgptu.c24 #define GPTU_IRNEN 0xf4 macro
82 gptu_w32(0x00, GPTU_IRNEN); in gptu_hwinit()
89 gptu_w32(0x00, GPTU_IRNEN); in gptu_hwexit()
106 gptu_w32(gptu_r32(GPTU_IRNEN) | BIT(clk->bits), GPTU_IRNEN); in gptu_enable()
116 gptu_w32(gptu_r32(GPTU_IRNEN) & ~BIT(clk->bits), GPTU_IRNEN); in gptu_disable()
/kernel/linux/linux-6.6/arch/mips/lantiq/xway/
H A Dgptu.c25 #define GPTU_IRNEN 0xf4 macro
83 gptu_w32(0x00, GPTU_IRNEN); in gptu_hwinit()
90 gptu_w32(0x00, GPTU_IRNEN); in gptu_hwexit()
107 gptu_w32(gptu_r32(GPTU_IRNEN) | BIT(clk->bits), GPTU_IRNEN); in gptu_enable()
117 gptu_w32(gptu_r32(GPTU_IRNEN) & ~BIT(clk->bits), GPTU_IRNEN); in gptu_disable()

Completed in 2 milliseconds