Home
last modified time | relevance | path

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

/linux-3.4.99/arch/blackfin/mach-bf548/include/mach/
DdefBF542.h276 #define USB_DMA2COUNTHIGH 0xffc04054 /* Upper 16-bits of byte count of DMA transf… macro
DdefBF547.h391 #define USB_DMA2COUNTHIGH 0xffc04054 /* Upper 16-bits of byte count of DMA transf… macro
DcdefBF542.h475 #define bfin_read_USB_DMA2COUNTHIGH() bfin_read16(USB_DMA2COUNTHIGH)
476 #define bfin_write_USB_DMA2COUNTHIGH(val) bfin_write16(USB_DMA2COUNTHIGH, val)
DcdefBF547.h642 #define bfin_read_USB_DMA2COUNTHIGH() bfin_read16(USB_DMA2COUNTHIGH)
643 #define bfin_write_USB_DMA2COUNTHIGH(val) bfin_write16(USB_DMA2COUNTHIGH, val)
/linux-3.4.99/arch/blackfin/mach-bf527/include/mach/
DdefBF525.h215 #define USB_DMA2COUNTHIGH 0xffc03c54 /* Upper 16-bits of byte count of DMA transf… macro
DcdefBF525.h358 #define bfin_read_USB_DMA2COUNTHIGH() bfin_read16(USB_DMA2COUNTHIGH)
359 #define bfin_write_USB_DMA2COUNTHIGH(val) bfin_write16(USB_DMA2COUNTHIGH, val)
/linux-3.4.99/arch/blackfin/kernel/
Ddebug-mmrs.c1717 D16(USB_DMA2COUNTHIGH); in bfin_debug_mmrs_init()