Home
last modified time | relevance | path

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

/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/
DdefBF542.h257 #define USB_DMA0COUNTHIGH 0xffc04014 /* Upper 16-bits of byte count of DMA transf… macro
DdefBF547.h372 #define USB_DMA0COUNTHIGH 0xffc04014 /* Upper 16-bits of byte count of DMA transf… macro
DcdefBF542.h445 #define bfin_read_USB_DMA0COUNTHIGH() bfin_read16(USB_DMA0COUNTHIGH)
446 #define bfin_write_USB_DMA0COUNTHIGH(val) bfin_write16(USB_DMA0COUNTHIGH, val)
DcdefBF547.h612 #define bfin_read_USB_DMA0COUNTHIGH() bfin_read16(USB_DMA0COUNTHIGH)
613 #define bfin_write_USB_DMA0COUNTHIGH(val) bfin_write16(USB_DMA0COUNTHIGH, val)
/linux-4.4.14/arch/blackfin/mach-bf527/include/mach/
DdefBF525.h195 #define USB_DMA0COUNTHIGH 0xffc03c14 /* Upper 16-bits of byte count of DMA transf… macro
DcdefBF525.h327 #define bfin_read_USB_DMA0COUNTHIGH() bfin_read16(USB_DMA0COUNTHIGH)
328 #define bfin_write_USB_DMA0COUNTHIGH(val) bfin_write16(USB_DMA0COUNTHIGH, val)
/linux-4.4.14/arch/blackfin/kernel/
Ddebug-mmrs.c1710 D16(USB_DMA0COUNTHIGH); in bfin_debug_mmrs_init()