Searched refs:nk (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/clk/sunxi-ng/ |
| D | ccu_nk.c | 19 struct _ccu_nk *nk) in ccu_nk_find_best() argument 25 for (_k = nk->min_k; _k <= nk->max_k; _k++) { in ccu_nk_find_best() 26 for (_n = nk->min_n; _n <= nk->max_n; _n++) { in ccu_nk_find_best() 40 nk->k = best_k; in ccu_nk_find_best() 41 nk->n = best_n; in ccu_nk_find_best() 46 struct ccu_nk *nk = hw_to_ccu_nk(hw); in ccu_nk_disable() local 48 return ccu_gate_helper_disable(&nk->common, nk->enable); in ccu_nk_disable() 53 struct ccu_nk *nk = hw_to_ccu_nk(hw); in ccu_nk_enable() local 55 return ccu_gate_helper_enable(&nk->common, nk->enable); in ccu_nk_enable() 60 struct ccu_nk *nk = hw_to_ccu_nk(hw); in ccu_nk_is_enabled() local [all …]
|
| /Linux-v5.4/drivers/md/bcache/ |
| D | writeback.c | 398 int nk, i; in read_dirty() local 418 nk = 0; in read_dirty() 427 if (nk >= MAX_WRITEBACKS_IN_PASS) in read_dirty() 446 if ((nk != 0) && bkey_cmp(&keys[nk-1]->key, in read_dirty() 451 keys[nk++] = next; in read_dirty() 455 for (i = 0; i < nk; i++) { in read_dirty()
|
| /Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/ |
| D | stmmac_selftests.c | 1040 int ret, i, nk = 1; in stmmac_test_rxp() local 1047 sel = kzalloc(sizeof(*sel) + nk * sizeof(struct tc_u32_key), GFP_KERNEL); in stmmac_test_rxp() 1057 actions = kzalloc(nk * sizeof(*actions), GFP_KERNEL); in stmmac_test_rxp() 1063 act = kzalloc(nk * sizeof(*act), GFP_KERNEL); in stmmac_test_rxp() 1076 exts->nr_actions = nk; in stmmac_test_rxp() 1078 for (i = 0; i < nk; i++) { in stmmac_test_rxp() 1085 sel->nkeys = nk; in stmmac_test_rxp()
|
| /Linux-v5.4/drivers/crypto/chelsio/ |
| D | chcr_algo.c | 240 u8 nr, nk; in get_aes_decrypt_key() local 244 nk = KEYLENGTH_4BYTES; in get_aes_decrypt_key() 248 nk = KEYLENGTH_6BYTES; in get_aes_decrypt_key() 252 nk = KEYLENGTH_8BYTES; in get_aes_decrypt_key() 258 for (i = 0; i < nk; i++) in get_aes_decrypt_key() 262 temp = w_ring[nk - 1]; in get_aes_decrypt_key() 263 while (i + nk < (nr + 1) * 4) { in get_aes_decrypt_key() 264 if (!(i % nk)) { in get_aes_decrypt_key() 268 temp ^= round_constant[i / nk]; in get_aes_decrypt_key() 269 } else if (nk == 8 && (i % 4 == 0)) { in get_aes_decrypt_key() [all …]
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | coda.txt | 834 44..1100.. lliinnkk 862 44..1111.. ssyymmlliinnkk 953 44..1144.. rreeaaddlliinnkk
|