Searched refs:numsp (Results 1 – 1 of 1) sorted by relevance
145 u32 numsp; member379 if (channel >= drvdata->numsp) in stm_generic_set_options()414 if (channel >= drvdata->numsp) in stm_generic_packet()758 u32 numsp; in stm_num_stimulus_port() local760 numsp = readl_relaxed(drvdata->base + CORESIGHT_DEVID); in stm_num_stimulus_port()765 numsp &= 0x1ffff; in stm_num_stimulus_port()766 if (!numsp) in stm_num_stimulus_port()767 numsp = STM_32_CHANNEL; in stm_num_stimulus_port()768 return numsp; in stm_num_stimulus_port()783 bitmap_clear(drvdata->chs.guaranteed, 0, drvdata->numsp); in stm_init_default_data()[all …]