Searched refs:sbintvec (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/brcm-boards/bcm947xx/
H A Dirq.c84 static uint32 sbintvec = 0; /* MIPS core sbintvec reg val */ variable
204 ASSERT(R_REG(NULL, &mipssbr->sbintvec) == sbintvec);
206 sbflagst &= sbintvec;
339 /* Cache mips33 sbintvec register */
341 sbintvec = R_REG(NULL, &mipssbr->sbintvec);
/asus-wl-520gu-7.0.1.45/src/include/
H A Dsbconfig.h123 uint32 sbintvec; /* interrupt mask */ member in struct:_sbconfig
/asus-wl-520gu-7.0.1.45/src/shared/
H A Dhndmips.c121 W_REG(osh, &sb->sbintvec, 0);
155 AND_REG(osh, &sb->sbintvec, ~(1 << flag));
158 OR_REG(osh, &sb->sbintvec, 1 << flag);
H A Dhndpci.c535 W_REG(osh, &sb->sbintvec, 0);
H A Dsbutils.c2302 /* set sbintvec bit for our flag number */
2303 OR_SBREG(si, &sb->sbintvec, (1 << sbflag));

Completed in 68 milliseconds