Searched refs:MCFSIM2_GPIOINTENABLE (Results 1 – 3 of 3) sorted by relevance
23 imr = readl(MCF_MBAR2 + MCFSIM2_GPIOINTENABLE); in intc2_irq_gpio_mask()25 writel(imr, MCF_MBAR2 + MCFSIM2_GPIOINTENABLE); in intc2_irq_gpio_mask()31 imr = readl(MCF_MBAR2 + MCFSIM2_GPIOINTENABLE); in intc2_irq_gpio_unmask()33 writel(imr, MCF_MBAR2 + MCFSIM2_GPIOINTENABLE); in intc2_irq_gpio_unmask()
268 gpio = readl(MCF_MBAR2 + MCFSIM2_GPIOINTENABLE); in m5249_smc91x_init()269 writel(gpio | 0x40, MCF_MBAR2 + MCFSIM2_GPIOINTENABLE); in m5249_smc91x_init()
125 #define MCFSIM2_GPIOINTENABLE 0xc4 /* GPIO interrupt enable */ macro