Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/musb/
Dmusb_dsps.c560 u8 babble_ctl; in dsps_sw_babble_control() local
563 babble_ctl = musb_readb(musb->mregs, MUSB_BABBLE_CTL); in dsps_sw_babble_control()
565 babble_ctl); in dsps_sw_babble_control()
571 babble_ctl & MUSB_BABBLE_STUCK_J ? "set" : "reset"); in dsps_sw_babble_control()
573 if (babble_ctl & MUSB_BABBLE_STUCK_J) { in dsps_sw_babble_control()
580 babble_ctl = musb_readb(musb->mregs, MUSB_BABBLE_CTL); in dsps_sw_babble_control()
581 babble_ctl |= MUSB_BABBLE_FORCE_TXIDLE; in dsps_sw_babble_control()
582 musb_writeb(musb->mregs, MUSB_BABBLE_CTL, babble_ctl); in dsps_sw_babble_control()
587 babble_ctl = musb_readb(musb->mregs, MUSB_BABBLE_CTL); in dsps_sw_babble_control()
589 } while ((babble_ctl & MUSB_BABBLE_STUCK_J) && timeout--); in dsps_sw_babble_control()
[all …]