Lines Matching full:chs
85 #define stm_channel_addr(drvdata, ch) (drvdata->chs.base + \
119 * @chs: the channels accociated to this STM.
136 struct channel_space chs; member
366 addr = drvdata->chs.phys + channel * BYTES_PER_CHANNEL; in stm_mmio_addr()
391 set_bit(channel, drvdata->chs.guaranteed); in stm_generic_set_options()
395 clear_bit(channel, drvdata->chs.guaranteed); in stm_generic_set_options()
428 stm_flags |= test_bit(channel, drvdata->chs.guaranteed) ? in stm_generic_packet()
815 bitmap_clear(drvdata->chs.guaranteed, 0, drvdata->numsp); in stm_init_default_data()
875 drvdata->chs.phys = ch_res.start; in stm_probe()
880 drvdata->chs.base = base; in stm_probe()
889 drvdata->chs.guaranteed = devm_bitmap_zalloc(dev, drvdata->numsp, in stm_probe()
891 if (!drvdata->chs.guaranteed) in stm_probe()