Home
last modified time | relevance | path

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

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