Lines Matching refs:keystr

924 	u32 *keystr, *mskstr, *actstr;  in sparx5_vcap_is0_cache_write()  local
927 keystr = &admin->cache.keystream[start]; in sparx5_vcap_is0_cache_write()
935 spx5_wr(keystr[idx] & mskstr[idx], sparx5, in sparx5_vcap_is0_cache_write()
965 u32 *keystr, *mskstr, *actstr; in sparx5_vcap_is2_cache_write() local
968 keystr = &admin->cache.keystream[start]; in sparx5_vcap_is2_cache_write()
976 spx5_wr(keystr[idx] & mskstr[idx], sparx5, in sparx5_vcap_is2_cache_write()
1025 u32 *keystr, *mskstr, *actstr; in sparx5_vcap_es0_cache_write() local
1028 keystr = &admin->cache.keystream[start]; in sparx5_vcap_es0_cache_write()
1036 spx5_wr(keystr[idx] & mskstr[idx], sparx5, in sparx5_vcap_es0_cache_write()
1066 u32 *keystr, *mskstr, *actstr; in sparx5_vcap_es2_cache_write() local
1069 keystr = &admin->cache.keystream[start]; in sparx5_vcap_es2_cache_write()
1077 spx5_wr(keystr[idx] & mskstr[idx], sparx5, in sparx5_vcap_es2_cache_write()
1137 u32 *keystr, *mskstr, *actstr; in sparx5_vcap_is0_cache_read() local
1140 keystr = &admin->cache.keystream[start]; in sparx5_vcap_is0_cache_read()
1146 keystr[idx] = spx5_rd(sparx5, in sparx5_vcap_is0_cache_read()
1172 u32 *keystr, *mskstr, *actstr; in sparx5_vcap_is2_cache_read() local
1175 keystr = &admin->cache.keystream[start]; in sparx5_vcap_is2_cache_read()
1181 keystr[idx] = spx5_rd(sparx5, in sparx5_vcap_is2_cache_read()
1227 u32 *keystr, *mskstr, *actstr; in sparx5_vcap_es0_cache_read() local
1230 keystr = &admin->cache.keystream[start]; in sparx5_vcap_es0_cache_read()
1236 keystr[idx] = in sparx5_vcap_es0_cache_read()
1262 u32 *keystr, *mskstr, *actstr; in sparx5_vcap_es2_cache_read() local
1265 keystr = &admin->cache.keystream[start]; in sparx5_vcap_es2_cache_read()
1271 keystr[idx] = in sparx5_vcap_es2_cache_read()