Lines Matching refs:devctl
208 u8 devctl; in otg_timer() local
215 devctl = dsps_readb(mregs, MUSB_DEVCTL); in otg_timer()
216 dev_dbg(musb->controller, "Poll devctl %02x (%s)\n", devctl, in otg_timer()
222 devctl &= ~MUSB_DEVCTL_SESSION; in otg_timer()
223 dsps_writeb(musb->mregs, MUSB_DEVCTL, devctl); in otg_timer()
225 devctl = dsps_readb(musb->mregs, MUSB_DEVCTL); in otg_timer()
226 if (devctl & MUSB_DEVCTL_BDEVICE) { in otg_timer()
243 devctl = dsps_readb(mregs, MUSB_DEVCTL); in otg_timer()
244 if (devctl & MUSB_DEVCTL_BDEVICE) in otg_timer()
345 u8 devctl = dsps_readb(mregs, MUSB_DEVCTL); in dsps_interrupt() local
385 devctl); in dsps_interrupt()