Searched refs:imstate (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/shared/
H A Dsbutils.c1765 volatile uint32 imstate, tmstate; local
1788 imstate = sb_corereg(sbh, si->sb.buscoreidx,
1790 if ((imstate != 0xffffffff) && (imstate & (SBIM_IBE | SBIM_TO))) {
1793 (imstate & ~(SBIM_IBE | SBIM_TO)));
1794 /* inband = imstate & SBIM_IBE; same as TA above */
1795 timeout = imstate & SBIM_TO;
1828 imstate = R_SBREG(si, &sb->sbimstate);
1830 if ((imstate != 0xffffffff) && (imstate
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Dusb-uhci.c143 __u32 err_log, imstate, *ptr; local
152 imstate = readl(ptr);
154 err_log, imstate);

Completed in 50 milliseconds