/Linux-v6.1/drivers/misc/habanalabs/gaudi/ |
D | gaudi_security.c | 490 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-v6.1/drivers/misc/habanalabs/goya/ |
D | goya_security.c | 31 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-v6.1/sound/soc/codecs/ |
D | cs35l41-lib.c | 702 .word_offset = 2, 709 .word_offset = 2, 716 .word_offset = 2, 723 .word_offset = 2, 730 .word_offset = 2, 816 int bit_offset, word_offset, ret, i; in cs35l41_otp_unpack() local 848 word_offset = otp_map_match->word_offset; in cs35l41_otp_unpack() 852 bit_offset, word_offset, bit_sum % 32, otp_map[i].size); in cs35l41_otp_unpack() 854 otp_val = (otp_mem[word_offset] & in cs35l41_otp_unpack() 856 otp_val |= (otp_mem[++word_offset] & in cs35l41_otp_unpack() [all …]
|
/Linux-v6.1/tools/testing/selftests/powerpc/mm/ |
D | tlbie_test.c | 207 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-v6.1/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_filter.c | 361 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-v6.1/arch/powerpc/kvm/ |
D | powerpc.c | 996 int dword_offset, word_offset; in kvmppc_set_vsr_word() local 1007 word_offset = offset % 2; in kvmppc_set_vsr_word() 1009 val.vsx32val[word_offset] = gpr32; in kvmppc_set_vsr_word() 1413 u32 dword_offset, word_offset; in kvmppc_get_vsr_data() local 1448 word_offset = vsx_offset % 2; in kvmppc_get_vsr_data() 1450 *val = reg.vsx32val[word_offset]; in kvmppc_get_vsr_data()
|
/Linux-v6.1/drivers/block/drbd/ |
D | drbd_int.h | 195 unsigned long word_offset; member 215 c->word_offset = c->bit_offset >> 6; in bm_xfer_ctx_bit_to_word_offset() 217 c->word_offset = c->bit_offset >> 5; in bm_xfer_ctx_bit_to_word_offset() 218 c->word_offset &= ~(1UL); in bm_xfer_ctx_bit_to_word_offset()
|
D | drbd_main.c | 1180 c->bit_offset = c->word_offset * BITS_PER_LONG; in fill_bitmap_rle_bits() 1232 c->bm_words - c->word_offset); in send_bitmap_rle_or_plain() 1235 drbd_bm_get_lel(device, c->word_offset, num_words, p); in send_bitmap_rle_or_plain() 1237 c->word_offset += num_words; in send_bitmap_rle_or_plain() 1238 c->bit_offset = c->word_offset * BITS_PER_LONG; in send_bitmap_rle_or_plain()
|
D | drbd_receiver.c | 4624 c->bm_words - c->word_offset); in receive_bitmap_plain() 4638 drbd_bm_merge_lel(peer_device->device, c->word_offset, num_words, p); in receive_bitmap_plain() 4640 c->word_offset += num_words; in receive_bitmap_plain() 4641 c->bit_offset = c->word_offset * BITS_PER_LONG; in receive_bitmap_plain()
|
/Linux-v6.1/drivers/net/ethernet/intel/i40e/ |
D | i40e_dcb.c | 1893 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()
|
/Linux-v6.1/include/sound/ |
D | cs35l41.h | 805 u32 word_offset; member
|