Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/musb/
Dmusb_dsps.c554 u8 babble_ctl; in dsps_sw_babble_control() local
557 babble_ctl = dsps_readb(musb->mregs, MUSB_BABBLE_CTL); in dsps_sw_babble_control()
559 babble_ctl); in dsps_sw_babble_control()
565 babble_ctl & MUSB_BABBLE_STUCK_J ? "set" : "reset"); in dsps_sw_babble_control()
567 if (babble_ctl & MUSB_BABBLE_STUCK_J) { in dsps_sw_babble_control()
574 babble_ctl = dsps_readb(musb->mregs, MUSB_BABBLE_CTL); in dsps_sw_babble_control()
575 babble_ctl |= MUSB_BABBLE_FORCE_TXIDLE; in dsps_sw_babble_control()
576 dsps_writeb(musb->mregs, MUSB_BABBLE_CTL, babble_ctl); in dsps_sw_babble_control()
581 babble_ctl = dsps_readb(musb->mregs, MUSB_BABBLE_CTL); in dsps_sw_babble_control()
583 } while ((babble_ctl & MUSB_BABBLE_STUCK_J) && timeout--); in dsps_sw_babble_control()
[all …]