Searched refs:slot_len (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/sound/soc/amd/raven/ |
H A D | acp3x-i2s.c | 46 u16 slot_len; in acp3x_i2s_set_tdm_slot() local 53 slot_len = 8; in acp3x_i2s_set_tdm_slot() 56 slot_len = 16; in acp3x_i2s_set_tdm_slot() 59 slot_len = 24; in acp3x_i2s_set_tdm_slot() 62 slot_len = 0; in acp3x_i2s_set_tdm_slot() 67 frm_len = FRM_LEN | (slots << 15) | (slot_len << 18); in acp3x_i2s_set_tdm_slot()
|
/openbmc/linux/sound/soc/amd/vangogh/ |
H A D | acp5x-i2s.c | 56 u16 slot_len; in acp5x_i2s_set_tdm_slot() local 63 slot_len = 8; in acp5x_i2s_set_tdm_slot() 66 slot_len = 16; in acp5x_i2s_set_tdm_slot() 69 slot_len = 24; in acp5x_i2s_set_tdm_slot() 72 slot_len = 0; in acp5x_i2s_set_tdm_slot() 77 frm_len = FRM_LEN | (slots << 15) | (slot_len << 18); in acp5x_i2s_set_tdm_slot()
|
/openbmc/linux/sound/soc/amd/acp/ |
H A D | acp-i2s.c | 54 int slot_len, no_of_slots; in acp_i2s_set_tdm_slot() local 58 slot_len = 8; in acp_i2s_set_tdm_slot() 61 slot_len = 16; in acp_i2s_set_tdm_slot() 64 slot_len = 24; in acp_i2s_set_tdm_slot() 67 slot_len = 0; in acp_i2s_set_tdm_slot() 92 FRM_LEN | (slots << 15) | (slot_len << 18); in acp_i2s_set_tdm_slot() 95 FRM_LEN | (slots << 15) | (slot_len << 18); in acp_i2s_set_tdm_slot()
|
/openbmc/linux/drivers/net/wireless/ath/ath6kl/ |
H A D | debug.c | 340 size_t slot_len; in ath6kl_debug_fwlog_event() local 345 slot_len = sizeof(*slot) + ATH6KL_FWLOG_PAYLOAD_SIZE; in ath6kl_debug_fwlog_event() 347 skb = alloc_skb(slot_len, GFP_KERNEL); in ath6kl_debug_fwlog_event() 351 slot = skb_put(skb, slot_len); in ath6kl_debug_fwlog_event()
|
/openbmc/qemu/hw/pci/ |
H A D | pci.c | 2551 int slot_len = sizeof slot - 1 /* For '\0' */; in pcibus_get_dev_path() local 2565 path_len = root_bus_len + slot_len * slot_depth; in pcibus_get_dev_path() 2577 p -= slot_len; in pcibus_get_dev_path() 2580 assert(s == slot_len); in pcibus_get_dev_path() 2581 memcpy(p, slot, slot_len); in pcibus_get_dev_path()
|
/openbmc/linux/include/linux/ |
H A D | maple_tree.h | 289 unsigned char slot_len; member
|
/openbmc/linux/lib/ |
H A D | maple_tree.c | 5213 mt_free_bulk(node->slot_len, slots); in mt_free_walk() 5226 } while ((node != start) || (node->slot_len < offset)); in mt_free_walk() 5229 mt_free_bulk(node->slot_len, slots); in mt_free_walk() 5285 node->slot_len = mte_dead_leaves(enode, mt, slots); in mt_destroy_walk() 5287 mt_free_bulk(node->slot_len, slots); in mt_destroy_walk() 5309 node->slot_len = mte_dead_leaves(enode, mt, slots); in mt_destroy_walk() 5311 mt_free_bulk(node->slot_len, slots); in mt_destroy_walk()
|