Home
last modified time | relevance | path

Searched refs:tt_dmasnd (Results 1 – 2 of 2) sorted by relevance

/arch/m68k/include/asm/
Datarihw.h700 # define tt_dmasnd ((*(volatile struct TT_DMASND *)TT_DMASND_BAS)) macro
727 tt_dmasnd.bas_hi = (unsigned char)(((bufstart) & 0xff0000) >> 16); \
728 tt_dmasnd.bas_mid = (unsigned char)(((bufstart) & 0x00ff00) >> 8); \
729 tt_dmasnd.bas_low = (unsigned char) ((bufstart) & 0x0000ff); \
732 #define DMASNDGetAdr() ((tt_dmasnd.addr_hi << 16) + \
733 (tt_dmasnd.addr_mid << 8) + \
734 (tt_dmasnd.addr_low))
738 tt_dmasnd.end_hi = (unsigned char)(((bufend) & 0xff0000) >> 16); \
739 tt_dmasnd.end_mid = (unsigned char)(((bufend) & 0x00ff00) >> 8); \
740 tt_dmasnd.end_low = (unsigned char) ((bufend) & 0x0000ff); \
/arch/m68k/atari/
Dconfig.c292 if (!MACH_IS_MEDUSA && hwreg_present(&tt_dmasnd.ctrl)) { in config_atari()