Searched refs:MUSB_BABBLE_CTL (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/usb/musb/ |
A D | musb_dsps.c | 485 val = musb_readb(musb->mregs, MUSB_BABBLE_CTL); in dsps_musb_init() 489 musb_writeb(musb->mregs, MUSB_BABBLE_CTL, val); in dsps_musb_init() 562 babble_ctl = musb_readb(musb->mregs, MUSB_BABBLE_CTL); in dsps_sw_babble_control() 579 babble_ctl = musb_readb(musb->mregs, MUSB_BABBLE_CTL); 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()
|
A D | musb_regs.h | 220 #define MUSB_BABBLE_CTL 0x61 /* 8 bit */ macro
|
A D | musb_debugfs.c | 74 { "BabbleCtl", MUSB_BABBLE_CTL,8 },
|
Completed in 6 milliseconds