Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-sparc64/
Dmostek.h95 #define MSTK_REGVAL_TO_DECIMAL(x) (((x) & 0x0F) + 0x0A * ((x) >> 0x04)) macro
100 (MSTK_REGVAL_TO_DECIMAL(mostek_read(regs + MOSTEK_ ## name) & MSTK_ ## name ## _MASK))
/linux-2.4.37.9/include/asm-sparc/
Dmostek.h93 #define MSTK_REGVAL_TO_DECIMAL(x) (((x) & 0x0F) + 0x0A * ((x) >> 0x04)) macro
97 #define MSTK_GET(regs,var,mask) (MSTK_REGVAL_TO_DECIMAL(((struct mostek48t02 *)regs)->var & MSTK_ #…