Searched refs:PJ_INTERRUPT_MASK (Results 1 – 1 of 1) sorted by relevance
46 #define PJ_INTERRUPT_MASK 0xcc macro151 tmp = readl(priv->base + PJ_INTERRUPT_MASK); in olpc_apsp_open()152 writel(tmp & ~INT_0, priv->base + PJ_INTERRUPT_MASK); in olpc_apsp_open()165 tmp = readl(priv->base + PJ_INTERRUPT_MASK); in olpc_apsp_close()166 writel(tmp | INT_0, priv->base + PJ_INTERRUPT_MASK); in olpc_apsp_close()