Home
last modified time | relevance | path

Searched refs:DLN2_MAX_RX_SLOTS (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/mfd/
Ddln2.c46 #define DLN2_MAX_RX_SLOTS 16 macro
84 DECLARE_BITMAP(bmap, DLN2_MAX_RX_SLOTS);
90 struct dln2_rx_context slots[DLN2_MAX_RX_SLOTS];
199 if (rx_slot >= DLN2_MAX_RX_SLOTS) in dln2_transfer_complete()
365 *slot = find_first_zero_bit(rxs->bmap, DLN2_MAX_RX_SLOTS); in find_free_slot()
367 if (*slot < DLN2_MAX_RX_SLOTS) { in find_free_slot()
376 return *slot < DLN2_MAX_RX_SLOTS; in find_free_slot()
701 for (j = 0; j < DLN2_MAX_RX_SLOTS; j++) { in dln2_stop()
755 for (j = 0; j < DLN2_MAX_RX_SLOTS; j++) in dln2_probe()