Searched refs:tsrc (Results 1 – 4 of 4) sorted by relevance
279 u8 *tsrc = walk.src.virt.addr; in ctr_encrypt() local288 crypto_xor_cpy(tdst, tsrc, tail, nbytes); in ctr_encrypt()
233 u8 *tsrc = walk.src.virt.addr; in ctr_encrypt() local244 crypto_xor_cpy(tdst, tsrc, tail, nbytes); in ctr_encrypt()
994 static int w83795_tss_useful(const struct w83795_data *data, int tsrc) in w83795_tss_useful() argument999 if (tss_map[i][tsrc] == TSS_MAP_RESERVED) in w83795_tss_useful()1001 if (tss_map[i][tsrc] < 6) /* Analog */ in w83795_tss_useful()1002 useful += (data->has_temp >> tss_map[i][tsrc]) & 1; in w83795_tss_useful()1004 useful += (data->has_dts >> (tss_map[i][tsrc] - 6)) & 1; in w83795_tss_useful()
173 Test suite (hwpoison specific portable tests in tsrc)