Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dtas2781-fmwlib.c134 bk_da = cfg_info->blk_data = kcalloc(cfg_info->nblocks, in tasdevice_add_config()
714 struct tasdev_blk_data **blk_data; in tasdevice_select_cfg_blk() local
722 blk_data = cfg_info[conf_no]->blk_data; in tasdevice_select_cfg_blk()
732 if (block_type != blk_data[j]->block_type) in tasdevice_select_cfg_blk()
735 for (k = 0; k < (int)blk_data[j]->n_subblks; k++) { in tasdevice_select_cfg_blk()
736 if (blk_data[j]->dev_idx) { in tasdevice_select_cfg_blk()
737 chn = blk_data[j]->dev_idx - 1; in tasdevice_select_cfg_blk()
738 chnend = blk_data[j]->dev_idx; in tasdevice_select_cfg_blk()
747 blk_data[j]->regdata + length, in tasdevice_select_cfg_blk()
748 blk_data[j]->dev_idx, in tasdevice_select_cfg_blk()
[all …]
/openbmc/linux/include/sound/
H A Dtas2781-dsp.h164 struct tasdev_blk_data **blk_data; member
/openbmc/linux/tools/perf/util/
H A Dmem-events.h87 u32 blk_data; /* count of loads blocked by data */ member
H A Dmem-events.c571 if (blk & P(BLK, DATA)) stats->blk_data++; in c2c_decode_stats()
703 stats->blk_data += add->blk_data; in c2c_add_stats()
/openbmc/linux/tools/perf/
H A Dbuiltin-c2c.c2403 fprintf(out, " Load access blocked by data : %10d\n", stats->blk_data); in print_c2c__display_stats()
2437 fprintf(out, " Blocked Access on shared lines : %10d\n", stats->blk_data + stats->blk_addr); in print_shared_cacheline_info()