Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dd11.h1437 #define M_PWRIND_BLKS (0x184 * 2) macro
1438 #define M_PWRIND_MAP0 (M_PWRIND_BLKS + 0x0)
1439 #define M_PWRIND_MAP1 (M_PWRIND_BLKS + 0x2)
1440 #define M_PWRIND_MAP2 (M_PWRIND_BLKS + 0x4)
1441 #define M_PWRIND_MAP3 (M_PWRIND_BLKS + 0x6)
1443 #define M_PWRIND_MAP(core) (M_PWRIND_BLKS + ((core)<<1))