Home
last modified time | relevance | path

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

/linux-4.1.27/arch/blackfin/mach-bf548/include/mach/
DdefBF542.h273 #define USB_DMA2COUNTHIGH 0xffc04054 /* Upper 16-bits of byte count of DMA transf… macro
DdefBF547.h388 #define USB_DMA2COUNTHIGH 0xffc04054 /* Upper 16-bits of byte count of DMA transf… macro
DcdefBF542.h471 #define bfin_read_USB_DMA2COUNTHIGH() bfin_read16(USB_DMA2COUNTHIGH)
472 #define bfin_write_USB_DMA2COUNTHIGH(val) bfin_write16(USB_DMA2COUNTHIGH, val)
DcdefBF547.h638 #define bfin_read_USB_DMA2COUNTHIGH() bfin_read16(USB_DMA2COUNTHIGH)
639 #define bfin_write_USB_DMA2COUNTHIGH(val) bfin_write16(USB_DMA2COUNTHIGH, val)
/linux-4.1.27/arch/blackfin/mach-bf527/include/mach/
DdefBF525.h211 #define USB_DMA2COUNTHIGH 0xffc03c54 /* Upper 16-bits of byte count of DMA transf… macro
DcdefBF525.h353 #define bfin_read_USB_DMA2COUNTHIGH() bfin_read16(USB_DMA2COUNTHIGH)
354 #define bfin_write_USB_DMA2COUNTHIGH(val) bfin_write16(USB_DMA2COUNTHIGH, val)
/linux-4.1.27/arch/blackfin/kernel/
Ddebug-mmrs.c1720 D16(USB_DMA2COUNTHIGH); in bfin_debug_mmrs_init()