Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/au1000/common/
Dirq.c601 static uint sleep_intctl_mask[2]; variable
612 sleep_intctl_mask[0] = au_readl(IC0_MASKRD); in save_au1xxx_intctl()
620 sleep_intctl_mask[1] = au_readl(IC1_MASKRD); in save_au1xxx_intctl()
665 au_writel(sleep_intctl_mask[1], IC1_MASKSET); au_sync(); in restore_au1xxx_intctl()
667 au_writel(sleep_intctl_mask[0], IC0_MASKSET); au_sync(); in restore_au1xxx_intctl()