Home
last modified time | relevance | path

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

/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/
DdefBF542.h132 #define USB_LS_EOF1 0xffc03d58 /* Time buffer for Low-Speed transactions */ macro
DdefBF547.h246 #define USB_LS_EOF1 0xffc03d58 /* Time buffer for Low-Speed transactions */ macro
DcdefBF542.h229 #define bfin_read_USB_LS_EOF1() bfin_read16(USB_LS_EOF1)
230 #define bfin_write_USB_LS_EOF1(val) bfin_write16(USB_LS_EOF1, val)
DcdefBF547.h396 #define bfin_read_USB_LS_EOF1() bfin_read16(USB_LS_EOF1)
397 #define bfin_write_USB_LS_EOF1(val) bfin_write16(USB_LS_EOF1, val)
/linux-4.4.14/arch/blackfin/mach-bf527/include/mach/
DdefBF525.h68 #define USB_LS_EOF1 0xffc03958 /* Time buffer for Low-Speed transactions */ macro
DcdefBF525.h109 #define bfin_read_USB_LS_EOF1() bfin_read16(USB_LS_EOF1)
110 #define bfin_write_USB_LS_EOF1(val) bfin_write16(USB_LS_EOF1, val)
/linux-4.4.14/drivers/usb/musb/
Dmusb_regs.h474 #define MUSB_LS_EOF1 USB_OFFSET(USB_LS_EOF1) /* 8 bit */
/linux-4.4.14/arch/blackfin/mach-bf609/include/mach/
DdefBF60x_base.h3332 #define USB_LS_EOF1 0xFFCC107E /* USB Low Speed End of Frame Remaining */ macro
/linux-4.4.14/arch/blackfin/kernel/
Ddebug-mmrs.c1619 D16(USB_LS_EOF1); in bfin_debug_mmrs_init()