Home
last modified time | relevance | path

Searched refs:NX842_HIST_SLOTS (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/nx/
H A Dnx-842-pseries.c123 #define NX842_HIST_SLOTS 16 macro
130 bucket = min((NX842_HIST_SLOTS - 1), bucket - 1); in ibm_nx842_incr_hist()
913 for (i = 0; i < (NX842_HIST_SLOTS - 2); i++) { in nx842_timehist_show()
921 * 2<<(NX842_HIST_SLOTS - 2) us */ in nx842_timehist_show()
923 2<<(NX842_HIST_SLOTS - 2), in nx842_timehist_show()
924 atomic64_read(&times[(NX842_HIST_SLOTS - 1)])); in nx842_timehist_show()
/kernel/linux/linux-6.6/drivers/crypto/nx/
H A Dnx-common-pseries.c150 #define NX842_HIST_SLOTS 16 macro
157 bucket = min((NX842_HIST_SLOTS - 1), bucket - 1); in ibm_nx842_incr_hist()
938 for (i = 0; i < (NX842_HIST_SLOTS - 2); i++) { in nx842_timehist_show()
946 * 2<<(NX842_HIST_SLOTS - 2) us */ in nx842_timehist_show()
948 2<<(NX842_HIST_SLOTS - 2), in nx842_timehist_show()
949 atomic64_read(&times[(NX842_HIST_SLOTS - 1)])); in nx842_timehist_show()

Completed in 4 milliseconds