Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/lantiq/xway/
Dgptu.c59 #define gptu_r32(x) ltq_r32(gptu_membase + (x)) macro
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()
165 if (((gptu_r32(GPTU_ID) >> 8) & 0xff) != GPTU_MAGIC) { in gptu_probe()