Lines Matching refs:tx_mask
118 unsigned int tx_mask;
242 dev->tx_mask = 0x03;
250 unsigned int tx_mask, unsigned int rx_mask,
261 tx_mask &= GENMASK(slots - 1, 0);
268 || hweight_long((unsigned long) tx_mask) != 2)
278 dev->tx_mask = tx_mask;
337 unsigned int rx_mask, tx_mask;
365 tx_mask = dev->tx_mask;
371 tx_mask = 0x03;
499 tx_mask, slot_width, data_delay, odd_slot_offset);
595 "slots: %d width: %d rx mask: 0x%02x tx_mask: 0x%02x\n",
596 slots, slot_width, rx_mask, tx_mask);