Home
last modified time | relevance | path

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

/linux/include/uapi/sound/
H A Demu10k1.h150 #define TANKMEMADDRREGBASE 0x300 /* Tank memory address registers base */ macro
160 #define ITRAM_ADDR(x) (TANKMEMADDRREGBASE + 0x00 + (x)) /* x = 0x00 - 0x7f */
161 #define ETRAM_ADDR(x) (TANKMEMADDRREGBASE + 0x80 + (x)) /* x = 0x00 - 0x1f */
166 #define A_ITRAM_ADDR(x) (TANKMEMADDRREGBASE + 0x00 + (x)) /* x = 0x00 - 0xbf */
167 #define A_ETRAM_ADDR(x) (TANKMEMADDRREGBASE + 0xc0 + (x)) /* x = 0x00 - 0x3f */