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