Home
last modified time | relevance | path

Searched refs:word_offset (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/drivers/misc/habanalabs/gaudi/
Dgaudi_security.c490 u8 word_offset; in gaudi_init_mme_protection_bits() local
514 word_offset = ((mmMME0_CTRL_RESET & PROT_BITS_OFFS) >> 7) << 2; in gaudi_init_mme_protection_bits()
546 WREG32(pb_addr + word_offset, ~mask); in gaudi_init_mme_protection_bits()
549 word_offset = ((mmMME0_CTRL_SHADOW_0_STATUS & PROT_BITS_OFFS) >> 7) in gaudi_init_mme_protection_bits()
553 WREG32(pb_addr + word_offset, ~mask); in gaudi_init_mme_protection_bits()
556 word_offset = ((mmMME0_QM_GLBL_CFG0 & PROT_BITS_OFFS) >> 7) << 2; in gaudi_init_mme_protection_bits()
587 WREG32(pb_addr + word_offset, ~mask); in gaudi_init_mme_protection_bits()
590 word_offset = ((mmMME0_QM_PQ_BASE_HI_0 & PROT_BITS_OFFS) >> 7) << 2; in gaudi_init_mme_protection_bits()
624 WREG32(pb_addr + word_offset, ~mask); in gaudi_init_mme_protection_bits()
627 word_offset = ((mmMME0_QM_PQ_STS1_0 & PROT_BITS_OFFS) >> 7) << 2; in gaudi_init_mme_protection_bits()
[all …]
/Linux-v5.15/drivers/misc/habanalabs/goya/
Dgoya_security.c31 u8 word_offset; in goya_init_mme_protection_bits() local
68 word_offset = ((mmMME_DUMMY & PROT_BITS_OFFS) >> 7) << 2; in goya_init_mme_protection_bits()
81 WREG32(pb_addr + word_offset, ~mask); in goya_init_mme_protection_bits()
84 word_offset = ((mmMME_STORE_MAX_CREDIT & PROT_BITS_OFFS) >> 7) << 2; in goya_init_mme_protection_bits()
104 WREG32(pb_addr + word_offset, ~mask); in goya_init_mme_protection_bits()
107 word_offset = ((mmMME_QM_GLBL_CFG0 & PROT_BITS_OFFS) >> 7) << 2; in goya_init_mme_protection_bits()
128 WREG32(pb_addr + word_offset, ~mask); in goya_init_mme_protection_bits()
131 word_offset = ((mmMME_QM_PQ_PUSH0 & PROT_BITS_OFFS) >> 7) << 2; in goya_init_mme_protection_bits()
160 WREG32(pb_addr + word_offset, ~mask); in goya_init_mme_protection_bits()
163 word_offset = ((mmMME_QM_CQ_IFIFO_CNT & PROT_BITS_OFFS) >> 7) << 2; in goya_init_mme_protection_bits()
[all …]
/Linux-v5.15/tools/testing/selftests/powerpc/mm/
Dtlbie_test.c207 unsigned int word_offset = compute_word_offset(start, addr); in compute_store_pattern() local
210 ret += (word_offset & WORD_OFFSET_MASK) << WORD_OFFSET_SHIFT; in compute_store_pattern()
/Linux-v5.15/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_filter.c361 unsigned int word_offset; in get_filter_count() local
397 word_offset = 4; in get_filter_count()
399 tcbaddr + (word_offset * sizeof(__be32)), in get_filter_count()
410 word_offset = 4; in get_filter_count()
412 tcbaddr + (word_offset * sizeof(__be32)), in get_filter_count()
421 word_offset = 6; in get_filter_count()
423 tcbaddr + (word_offset * sizeof(__be32)), in get_filter_count()
/Linux-v5.15/arch/powerpc/kvm/
Dpowerpc.c963 int dword_offset, word_offset; in kvmppc_set_vsr_word() local
974 word_offset = offset % 2; in kvmppc_set_vsr_word()
976 val.vsx32val[word_offset] = gpr32; in kvmppc_set_vsr_word()
1386 u32 dword_offset, word_offset; in kvmppc_get_vsr_data() local
1421 word_offset = vsx_offset % 2; in kvmppc_get_vsr_data()
1423 *val = reg.vsx32val[word_offset]; in kvmppc_get_vsr_data()
/Linux-v5.15/drivers/block/drbd/
Ddrbd_int.h196 unsigned long word_offset; member
216 c->word_offset = c->bit_offset >> 6; in bm_xfer_ctx_bit_to_word_offset()
218 c->word_offset = c->bit_offset >> 5; in bm_xfer_ctx_bit_to_word_offset()
219 c->word_offset &= ~(1UL); in bm_xfer_ctx_bit_to_word_offset()
Ddrbd_main.c1181 c->bit_offset = c->word_offset * BITS_PER_LONG; in fill_bitmap_rle_bits()
1233 c->bm_words - c->word_offset); in send_bitmap_rle_or_plain()
1236 drbd_bm_get_lel(device, c->word_offset, num_words, p); in send_bitmap_rle_or_plain()
1238 c->word_offset += num_words; in send_bitmap_rle_or_plain()
1239 c->bit_offset = c->word_offset * BITS_PER_LONG; in send_bitmap_rle_or_plain()
Ddrbd_receiver.c4679 c->bm_words - c->word_offset); in receive_bitmap_plain()
4693 drbd_bm_merge_lel(peer_device->device, c->word_offset, num_words, p); in receive_bitmap_plain()
4695 c->word_offset += num_words; in receive_bitmap_plain()
4696 c->bit_offset = c->word_offset * BITS_PER_LONG; in receive_bitmap_plain()
/Linux-v5.15/drivers/net/ethernet/intel/i40e/
Di40e_dcb.c1893 u8 module, u32 word_offset) in _i40e_read_lldp_cfg() argument
1895 u32 address, offset = (2 * word_offset); in _i40e_read_lldp_cfg()
1930 offset = mem + word_offset; in _i40e_read_lldp_cfg()