Searched defs:CFG_TXBITS (Results 1 – 2 of 2) sorted by relevance
179 #define CFG_TXBITS(tx) ((tx) << 8) /* 0x1F~0x1 */ macro
388 #define CFG_TXBITS(tx) (((tx) - 1)<<8) /* 0x1F~0x1 */ macro