Searched refs:null_algorithm (Results 1 – 3 of 3) sorted by relevance
174 struct dsp_symbol_entry * null_algorithm; /* used by PCMreaderSCB's */ member
587 if (ins->null_algorithm == NULL) { in cs46xx_dsp_create_pcm_reader_scb()588 ins->null_algorithm = cs46xx_dsp_lookup_symbol (chip,"NULLALGORITHM", in cs46xx_dsp_create_pcm_reader_scb()591 if (ins->null_algorithm == NULL) { in cs46xx_dsp_create_pcm_reader_scb()599 dest,ins->null_algorithm,parent_scb, in cs46xx_dsp_create_pcm_reader_scb()
1094 struct dsp_symbol_entry * null_algorithm; in cs46xx_dsp_scb_and_task_init() local1133 null_algorithm = cs46xx_dsp_lookup_symbol(chip, "NULLALGORITHM", SYMBOL_CODE); in cs46xx_dsp_scb_and_task_init()1134 if (null_algorithm == NULL) { in cs46xx_dsp_scb_and_task_init()1181 null_scb.entry_point = null_algorithm->address; in cs46xx_dsp_scb_and_task_init()1183 ins->the_null_scb->task_entry = null_algorithm; in cs46xx_dsp_scb_and_task_init()