Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/musb/
Dmusb_dsps.c550 u8 babble_ctl; in dsps_sw_babble_control() local
553 babble_ctl = musb_readb(musb->mregs, MUSB_BABBLE_CTL); in dsps_sw_babble_control()
555 babble_ctl); in dsps_sw_babble_control()
561 babble_ctl & MUSB_BABBLE_STUCK_J ? "set" : "reset"); in dsps_sw_babble_control()
563 if (babble_ctl & MUSB_BABBLE_STUCK_J) { in dsps_sw_babble_control()
570 babble_ctl = musb_readb(musb->mregs, MUSB_BABBLE_CTL); in dsps_sw_babble_control()
571 babble_ctl |= MUSB_BABBLE_FORCE_TXIDLE; in dsps_sw_babble_control()
572 musb_writeb(musb->mregs, MUSB_BABBLE_CTL, babble_ctl); in dsps_sw_babble_control()
577 babble_ctl = musb_readb(musb->mregs, MUSB_BABBLE_CTL); in dsps_sw_babble_control()
579 } while ((babble_ctl & MUSB_BABBLE_STUCK_J) && timeout--); in dsps_sw_babble_control()
[all …]