Lines Matching defs:RW
1531 #define RW (CARL9170_MAX_CMD_PAYLOAD_LEN / sizeof(u32))
1534 static const __le32 rng_load[RW] = {
1535 [0 ... (RW - 1)] = cpu_to_le32(AR9170_RAND_REG_NUM)};
1537 u32 buf[RW];
1555 transfer = min_t(unsigned int, count, RW);
1565 #undef RW
1869 #define RW 8 /* number of words to read at once */
1870 #define RB (sizeof(u32) * RW)
1872 __le32 offsets[RW];
1884 for (j = 0; j < RW; j++)
1895 #undef RW