Lines Matching refs:dev_idx
84 unsigned char dev_idx; member
217 bk_da[i]->dev_idx = config_data[config_offset]; in tasdevice_add_config()
224 if (bk_da[i]->dev_idx == 0) in tasdevice_add_config()
229 (bk_da[i]->dev_idx - 1); in tasdevice_add_config()
390 unsigned char dev_idx = 0; in map_dev_idx() local
402 dev_idx = p[i].dev_idx; in map_dev_idx()
407 return dev_idx; in map_dev_idx()
451 block->dev_idx = map_dev_idx(tas_fmw, block); in fw_parse_block_data_kernel()
674 unsigned char dev_idx, int sublocksize) in tasdevice_process_block() argument
679 int blktyp = dev_idx & 0xC0; in tasdevice_process_block()
680 int idx = dev_idx & 0x3F; in tasdevice_process_block()
837 if (blk_data[j]->dev_idx) { in tasdevice_select_cfg_blk()
838 chn = blk_data[j]->dev_idx - 1; in tasdevice_select_cfg_blk()
839 chnend = blk_data[j]->dev_idx; in tasdevice_select_cfg_blk()
849 blk_data[j]->dev_idx, in tasdevice_select_cfg_blk()
876 block->dev_idx, blk_size - length); in tasdevice_load_block_kernel()