Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/musb/
Dmusb_dsps.c559 u8 babble_ctl; in dsps_sw_babble_control() local
562 babble_ctl = musb_readb(musb->mregs, MUSB_BABBLE_CTL); in dsps_sw_babble_control()
564 babble_ctl); in dsps_sw_babble_control()
570 babble_ctl & MUSB_BABBLE_STUCK_J ? "set" : "reset"); in dsps_sw_babble_control()
572 if (babble_ctl & MUSB_BABBLE_STUCK_J) { in dsps_sw_babble_control()
579 babble_ctl = musb_readb(musb->mregs, MUSB_BABBLE_CTL); in dsps_sw_babble_control()
580 babble_ctl |= MUSB_BABBLE_FORCE_TXIDLE; in dsps_sw_babble_control()
581 musb_writeb(musb->mregs, MUSB_BABBLE_CTL, babble_ctl); in dsps_sw_babble_control()
586 babble_ctl = musb_readb(musb->mregs, MUSB_BABBLE_CTL); in dsps_sw_babble_control()
588 } while ((babble_ctl & MUSB_BABBLE_STUCK_J) && timeout--); in dsps_sw_babble_control()
[all …]