Searched refs:slot_len (Results 1 - 6 of 6) sorted by relevance

/linux-master/sound/soc/amd/vangogh/
H A Dacp5x-i2s.c56 u16 slot_len; local
63 slot_len = 8;
66 slot_len = 16;
69 slot_len = 24;
72 slot_len = 0;
77 frm_len = FRM_LEN | (slots << 15) | (slot_len << 18);
/linux-master/sound/soc/amd/raven/
H A Dacp3x-i2s.c46 u16 slot_len; local
53 slot_len = 8;
56 slot_len = 16;
59 slot_len = 24;
62 slot_len = 0;
67 frm_len = FRM_LEN | (slots << 15) | (slot_len << 18);
/linux-master/sound/soc/amd/acp/
H A Dacp-i2s.c99 int slot_len, no_of_slots; local
103 slot_len = 8;
106 slot_len = 16;
109 slot_len = 24;
112 slot_len = 0;
137 FRM_LEN | (slots << 15) | (slot_len << 18);
140 FRM_LEN | (slots << 15) | (slot_len << 18);
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Ddebug.c340 size_t slot_len; local
345 slot_len = sizeof(*slot) + ATH6KL_FWLOG_PAYLOAD_SIZE;
347 skb = alloc_skb(slot_len, GFP_KERNEL);
351 slot = skb_put(skb, slot_len);
/linux-master/include/linux/
H A Dmaple_tree.h292 unsigned char slot_len; member in struct:maple_node::__anon2047::__anon2049
/linux-master/lib/
H A Dmaple_tree.c5238 mt_free_bulk(node->slot_len, slots);
5251 } while ((node != start) || (node->slot_len < offset));
5254 mt_free_bulk(node->slot_len, slots);
5310 node->slot_len = mte_dead_leaves(enode, mt, slots);
5312 mt_free_bulk(node->slot_len, slots);
5334 node->slot_len = mte_dead_leaves(enode, mt, slots);
5336 mt_free_bulk(node->slot_len, slots);

Completed in 180 milliseconds