Searched refs:swap_reg (Results 1 – 2 of 2) sorted by relevance
474 int i, swap_reg; in stm32_hash_update_cpu() local504 swap_reg = hash_swap_reg(rctx); in stm32_hash_update_cpu()510 for (i = 0; i < swap_reg; i++) in stm32_hash_update_cpu()998 int swap_reg; in stm32_hash_one_request() local1011 swap_reg = hash_swap_reg(rctx); in stm32_hash_one_request()1025 for (i = 0; i < swap_reg; i++) in stm32_hash_one_request()
2521 u32 swap_reg, swap_base, swap_limit, rgn_size, tmp_addr; in f1x_swap_interleaved_region() local2529 amd64_read_pci_cfg(pvt->F2, SWAP_INTLV_REG, &swap_reg); in f1x_swap_interleaved_region()2531 if (!(swap_reg & 0x1)) in f1x_swap_interleaved_region()2534 swap_base = (swap_reg >> 3) & 0x7f; in f1x_swap_interleaved_region()2535 swap_limit = (swap_reg >> 11) & 0x7f; in f1x_swap_interleaved_region()2536 rgn_size = (swap_reg >> 20) & 0x7f; in f1x_swap_interleaved_region()