Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-stm.c144 u32 numsp; member
379 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() local
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()
798 drvdata->stm.sw_nchannels = drvdata->numsp; in stm_init_generic_data()
853 drvdata->numsp = boot_nr_channel; in stm_probe()
[all …]