Home
last modified time | relevance | path

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

/linux-3.4.99/arch/blackfin/mach-bf548/include/mach/
DdefBF542.h260 #define USB_DMA0COUNTHIGH 0xffc04014 /* Upper 16-bits of byte count of DMA transf… macro
DdefBF547.h375 #define USB_DMA0COUNTHIGH 0xffc04014 /* Upper 16-bits of byte count of DMA transf… macro
DcdefBF542.h449 #define bfin_read_USB_DMA0COUNTHIGH() bfin_read16(USB_DMA0COUNTHIGH)
450 #define bfin_write_USB_DMA0COUNTHIGH(val) bfin_write16(USB_DMA0COUNTHIGH, val)
DcdefBF547.h616 #define bfin_read_USB_DMA0COUNTHIGH() bfin_read16(USB_DMA0COUNTHIGH)
617 #define bfin_write_USB_DMA0COUNTHIGH(val) bfin_write16(USB_DMA0COUNTHIGH, val)
/linux-3.4.99/arch/blackfin/mach-bf527/include/mach/
DdefBF525.h199 #define USB_DMA0COUNTHIGH 0xffc03c14 /* Upper 16-bits of byte count of DMA transf… macro
DcdefBF525.h332 #define bfin_read_USB_DMA0COUNTHIGH() bfin_read16(USB_DMA0COUNTHIGH)
333 #define bfin_write_USB_DMA0COUNTHIGH(val) bfin_write16(USB_DMA0COUNTHIGH, val)
/linux-3.4.99/arch/blackfin/kernel/
Ddebug-mmrs.c1707 D16(USB_DMA0COUNTHIGH); in bfin_debug_mmrs_init()