Searched refs:PJ_INTERRUPT_MASK (Results 1 – 1 of 1) sorted by relevance
37 #define PJ_INTERRUPT_MASK 0xcc macro149 tmp = readl(priv->base + PJ_INTERRUPT_MASK); in olpc_apsp_open()150 writel(tmp & ~INT_0, priv->base + PJ_INTERRUPT_MASK); in olpc_apsp_open()163 tmp = readl(priv->base + PJ_INTERRUPT_MASK); in olpc_apsp_close()164 writel(tmp | INT_0, priv->base + PJ_INTERRUPT_MASK); in olpc_apsp_close()