Searched refs:WORD_POS (Results 1 – 6 of 6) sorted by relevance
303 #define WORD_POS(x) (x & 0x1) macro306 #define WORD_SHIFT(x) (16 * WORD_POS(x))326 tmpval = (OSL_PCI_READ_CONFIG(osh, DWORD_ALIGN(a), 4) & ~0xFFFF << WORD_POS(a)) | \327 val << WORD_POS(a); \
375 #define WORD_POS(x) (x & 0x1) macro378 #define WORD_SHIFT(x) (16 * WORD_POS(x))398 tmpval = (OSL_PCI_READ_CONFIG(osh, DWORD_ALIGN(a), 4) & ~0xFFFF << WORD_POS(a)) | \399 val << WORD_POS(a); \
700 #define WORD_POS(x) ((x) & 0x1) macro703 #define WORD_SHIFT(x) (16 * WORD_POS(x))