Home
last modified time | relevance | path

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

/arch/blackfin/mach-bf548/include/mach/
DdefBF542.h284 #define USB_DMA3COUNTHIGH 0xffc04074 /* Upper 16-bits of byte count of DMA transf… macro
DdefBF547.h399 #define USB_DMA3COUNTHIGH 0xffc04074 /* Upper 16-bits of byte count of DMA transf… macro
DcdefBF542.h488 #define bfin_read_USB_DMA3COUNTHIGH() bfin_read16(USB_DMA3COUNTHIGH)
489 #define bfin_write_USB_DMA3COUNTHIGH(val) bfin_write16(USB_DMA3COUNTHIGH, val)
DcdefBF547.h655 #define bfin_read_USB_DMA3COUNTHIGH() bfin_read16(USB_DMA3COUNTHIGH)
656 #define bfin_write_USB_DMA3COUNTHIGH(val) bfin_write16(USB_DMA3COUNTHIGH, val)
/arch/blackfin/mach-bf527/include/mach/
DdefBF525.h223 #define USB_DMA3COUNTHIGH 0xffc03c74 /* Upper 16-bits of byte count of DMA transf… macro
DcdefBF525.h371 #define bfin_read_USB_DMA3COUNTHIGH() bfin_read16(USB_DMA3COUNTHIGH)
372 #define bfin_write_USB_DMA3COUNTHIGH(val) bfin_write16(USB_DMA3COUNTHIGH, val)
/arch/blackfin/kernel/
Ddebug-mmrs.c1726 D16(USB_DMA3COUNTHIGH); in bfin_debug_mmrs_init()