Home
last modified time | relevance | path

Searched refs:USB_VPLEN (Results 1 – 8 of 8) sorted by relevance

/arch/blackfin/mach-bf527/include/mach/
DdefBF525.h65 #define USB_VPLEN 0xffc0394c /* Determines duration of VBUS pulse for VBU… macro
DcdefBF525.h103 #define bfin_read_USB_VPLEN() bfin_read16(USB_VPLEN)
104 #define bfin_write_USB_VPLEN(val) bfin_write16(USB_VPLEN, val)
/arch/blackfin/mach-bf548/include/mach/
DdefBF542.h129 #define USB_VPLEN 0xffc03d4c /* Determines duration of VBUS pulse for VBU… macro
DdefBF547.h243 #define USB_VPLEN 0xffc03d4c /* Determines duration of VBUS pulse for VBU… macro
DcdefBF542.h223 #define bfin_read_USB_VPLEN() bfin_read16(USB_VPLEN)
224 #define bfin_write_USB_VPLEN(val) bfin_write16(USB_VPLEN, val)
DcdefBF547.h390 #define bfin_read_USB_VPLEN() bfin_read16(USB_VPLEN)
391 #define bfin_write_USB_VPLEN(val) bfin_write16(USB_VPLEN, val)
/arch/blackfin/mach-bf609/include/mach/
DdefBF60x_base.h3319 #define USB_VPLEN 0xFFCC107B /* USB VBus Pulse Duration */ macro
/arch/blackfin/kernel/
Ddebug-mmrs.c1615 D16(USB_VPLEN); in bfin_debug_mmrs_init()