Lines Matching defs:RW
1528 #define RW (CARL9170_MAX_CMD_PAYLOAD_LEN / sizeof(u32))
1531 static const __le32 rng_load[RW] = {
1532 [0 ... (RW - 1)] = cpu_to_le32(AR9170_RAND_REG_NUM)};
1534 u32 buf[RW];
1552 transfer = min_t(unsigned int, count, RW);
1562 #undef RW
1848 #define RW 8 /* number of words to read at once */
1849 #define RB (sizeof(u32) * RW)
1851 __le32 offsets[RW];
1863 for (j = 0; j < RW; j++)
1874 #undef RW