Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_regs.h208 #define MUSB_FRAME 0x0C macro
312 #define MUSB_FRAME 0x0054 macro
H A Dmusb_core.c864 frame = musb_readw(mbase, MUSB_FRAME); in musb_stage0_irq()
2231 musb->context.frame = musb_readw(musb_base, MUSB_FRAME); in musb_save_context()
2308 musb_writew(musb_base, MUSB_FRAME, musb->context.frame); in musb_restore_context()
H A Dmusb_host.c256 frame = musb_readw(mbase, MUSB_FRAME); in musb_start_urb()
2303 return musb_readw(musb->mregs, MUSB_FRAME);
H A Dmusb_gadget.c1615 return (int)musb_readw(musb->mregs, MUSB_FRAME); in musb_gadget_get_frame()
/openbmc/linux/drivers/usb/musb/
H A Dmusb_regs.h211 #define MUSB_FRAME 0x0C macro
H A Dmusb_debugfs.c29 { "Frame", MUSB_FRAME, 16 },
H A Dsunxi.c551 case MUSB_FRAME: in sunxi_musb_readw()
588 case MUSB_FRAME: in sunxi_musb_writew()
H A Dmusb_core.c1120 frame = musb_readw(mbase, MUSB_FRAME); in musb_stage0_irq()
2669 musb->context.frame = musb_readw(musb_base, MUSB_FRAME); in musb_save_context()
2735 musb_writew(musb_base, MUSB_FRAME, musb->context.frame); in musb_restore_context()
H A Dmusb_gadget.c1512 return (int)musb_readw(musb->mregs, MUSB_FRAME); in musb_gadget_get_frame()
H A Dmusb_host.c2477 return musb_readw(musb->mregs, MUSB_FRAME); in musb_h_get_frame_number()