Home
last modified time | relevance | path

Searched refs:USB_NAKLIMIT0 (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/arch/blackfin/mach-bf548/include/mach/
DdefBF542.h103 #define USB_NAKLIMIT0 0xffc03c58 /* Sets the NAK response timeout on Endpoint… macro
DdefBF547.h217 #define USB_NAKLIMIT0 0xffc03c58 /* Sets the NAK response timeout on Endpoint… macro
DcdefBF542.h180 #define bfin_read_USB_NAKLIMIT0() bfin_read16(USB_NAKLIMIT0)
181 #define bfin_write_USB_NAKLIMIT0(val) bfin_write16(USB_NAKLIMIT0, val)
DcdefBF547.h347 #define bfin_read_USB_NAKLIMIT0() bfin_read16(USB_NAKLIMIT0)
348 #define bfin_write_USB_NAKLIMIT0(val) bfin_write16(USB_NAKLIMIT0, val)
/linux-4.1.27/arch/blackfin/mach-bf527/include/mach/
DdefBF525.h39 #define USB_NAKLIMIT0 0xffc03858 /* Sets the NAK response timeout on Endpoint… macro
DcdefBF525.h60 #define bfin_read_USB_NAKLIMIT0() bfin_read16(USB_NAKLIMIT0)
61 #define bfin_write_USB_NAKLIMIT0(val) bfin_write16(USB_NAKLIMIT0, val)
/linux-4.1.27/arch/blackfin/kernel/
Ddebug-mmrs.c1599 D16(USB_NAKLIMIT0); in bfin_debug_mmrs_init()