Lines Matching refs:fls
2214 const struct dsp_image_seg *fls) in dspxfr_hci_write() argument
2220 if (fls == NULL || fls->chip_addr != g_chip_addr_magic_value) { in dspxfr_hci_write()
2225 count = fls->count; in dspxfr_hci_write()
2226 data = (u32 *)(fls->data); in dspxfr_hci_write()
2255 const struct dsp_image_seg *fls, in dspxfr_one_seg() argument
2282 if (fls == NULL) in dspxfr_one_seg()
2284 if (is_hci_prog_list_seg(fls)) { in dspxfr_one_seg()
2285 hci_write = fls; in dspxfr_one_seg()
2286 fls = get_next_seg_ptr(fls); in dspxfr_one_seg()
2289 if (hci_write && (!fls || is_last(fls))) { in dspxfr_one_seg()
2294 if (fls == NULL || dma_engine == NULL || port_map_mask == 0) { in dspxfr_one_seg()
2299 data = fls->data; in dspxfr_one_seg()
2300 chip_addx = fls->chip_addr, in dspxfr_one_seg()
2301 words_to_write = fls->count; in dspxfr_one_seg()
2602 const struct dsp_image_seg *fls, in dspload_image() argument
2637 status = dspxfr_image(codec, fls, reloc, sample_rate, channels, in dspload_image()