Home
last modified time | relevance | path

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

/arch/mips/bcm63xx/
Dcs.c136 val |= MPI_CSCTL_ENABLE_MASK; in bcm63xx_set_cs_status()
138 val &= ~MPI_CSCTL_ENABLE_MASK; in bcm63xx_set_cs_status()
/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_regs.h1058 #define MPI_CSCTL_ENABLE_MASK (1 << 0) macro