Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ti/wlcore/
H A Devent.c40 u32 start_loc; in wlcore_event_fw_logger() local
80 start_loc = buff_read_ptr - addr_ptr; in wlcore_event_fw_logger()
85 wl12xx_copy_fwlog(wl, &buffer[start_loc], len); in wlcore_event_fw_logger()
86 clear_ptr = addr_ptr + start_loc + len; in wlcore_event_fw_logger()
/linux-6.15/scripts/
H A Dsorttable.c693 static int fill_relocs(void *ptr, uint64_t size, Elf_Ehdr *ehdr, uint64_t start_loc) in fill_relocs() argument
722 if (offset >= start_loc && offset < start_loc + size) { in fill_relocs()
750 static void replace_relocs(void *ptr, uint64_t size, Elf_Ehdr *ehdr, uint64_t start_loc) in replace_relocs() argument
777 if (offset >= start_loc && offset < start_loc + size) { in replace_relocs()
821 unsigned char *start_loc = (void *)emloc->ehdr + offset; in sort_mcount_loc() local
837 count = fill_addrs(vals, size, start_loc); in sort_mcount_loc()
841 count = fill_addrs(vals, size, start_loc); in sort_mcount_loc()
877 replace_addrs(vals, size, start_loc); in sort_mcount_loc()
/linux-6.15/sound/soc/codecs/
H A Drtq9128.c467 unsigned int mask, start_loc, srcin_select; in rtq9128_dai_set_tdm_slot() local
492 start_loc = (ffs(mask) - 1) * slot_width / 8; in rtq9128_dai_set_tdm_slot()
495 ret = snd_soc_component_write(comp, RTQ9128_REG_TDM_TX_CH1 + i, start_loc); in rtq9128_dai_set_tdm_slot()
503 start_loc = (ffs(mask) - 1) * slot_width / 8; in rtq9128_dai_set_tdm_slot()
506 ret = snd_soc_component_write(comp, RTQ9128_REG_TDM_RX_CH1 + i, start_loc); in rtq9128_dai_set_tdm_slot()