Searched refs:MUSB_BABBLE_CTL (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/usb/musb/ |
D | musb_dsps.c | 476 val = musb_readb(musb->mregs, MUSB_BABBLE_CTL); in dsps_musb_init() 480 musb_writeb(musb->mregs, MUSB_BABBLE_CTL, val); in dsps_musb_init() 553 babble_ctl = musb_readb(musb->mregs, MUSB_BABBLE_CTL); in dsps_sw_babble_control() 570 babble_ctl = musb_readb(musb->mregs, MUSB_BABBLE_CTL); 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()
|
D | musb_regs.h | 220 #define MUSB_BABBLE_CTL 0x61 /* 8 bit */ macro
|
D | musb_debugfs.c | 74 { "BabbleCtl", MUSB_BABBLE_CTL,8 },
|