/openbmc/linux/drivers/accel/habanalabs/gaudi/ |
H A 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 …]
|
/openbmc/linux/drivers/accel/habanalabs/goya/ |
H A 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 …]
|
/openbmc/linux/sound/soc/codecs/ |
H A 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 …]
|
/openbmc/linux/tools/testing/selftests/powerpc/mm/ |
H A 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()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A 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()
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | powerpc.c | 988 int dword_offset, word_offset; in kvmppc_set_vsr_word() local 999 word_offset = offset % 2; in kvmppc_set_vsr_word() 1001 val.vsx32val[word_offset] = gpr32; in kvmppc_set_vsr_word() 1405 u32 dword_offset, word_offset; in kvmppc_get_vsr_data() local 1440 word_offset = vsx_offset % 2; in kvmppc_get_vsr_data() 1442 *val = reg.vsx32val[word_offset]; in kvmppc_get_vsr_data()
|
/openbmc/linux/drivers/block/drbd/ |
H A D | drbd_int.h | 123 unsigned long word_offset; member 143 c->word_offset = c->bit_offset >> 6; in bm_xfer_ctx_bit_to_word_offset() 145 c->word_offset = c->bit_offset >> 5; in bm_xfer_ctx_bit_to_word_offset() 146 c->word_offset &= ~(1UL); in bm_xfer_ctx_bit_to_word_offset()
|
H A D | drbd_main.c | 1184 c->bit_offset = c->word_offset * BITS_PER_LONG; in fill_bitmap_rle_bits() 1237 c->bm_words - c->word_offset); in send_bitmap_rle_or_plain() 1240 drbd_bm_get_lel(device, c->word_offset, num_words, p); in send_bitmap_rle_or_plain() 1243 c->word_offset += num_words; in send_bitmap_rle_or_plain() 1244 c->bit_offset = c->word_offset * BITS_PER_LONG; in send_bitmap_rle_or_plain()
|
H A D | drbd_receiver.c | 4639 c->bm_words - c->word_offset); in receive_bitmap_plain() 4653 drbd_bm_merge_lel(peer_device->device, c->word_offset, num_words, p); in receive_bitmap_plain() 4655 c->word_offset += num_words; in receive_bitmap_plain() 4656 c->bit_offset = c->word_offset * BITS_PER_LONG; in receive_bitmap_plain()
|
/openbmc/u-boot/drivers/ddr/marvell/a38x/ |
H A D | ddr3_training_leveling.c | 1371 u32 word_offset, i, num_of_word_mult; in ddr3_tip_xsb_compare_test() local 1409 word_offset = word_in_pattern; in ddr3_tip_xsb_compare_test() 1410 if ((word_offset > (TEST_PATTERN_LENGTH * 2 - 1))) in ddr3_tip_xsb_compare_test() 1414 (pattern_test_pattern_table[word_offset] & in ddr3_tip_xsb_compare_test()
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_dcb.c | 1895 u8 module, u32 word_offset) in _i40e_read_lldp_cfg() argument 1897 u32 address, offset = (2 * word_offset); in _i40e_read_lldp_cfg() 1932 offset = mem + word_offset; in _i40e_read_lldp_cfg()
|
/openbmc/linux/include/sound/ |
H A D | cs35l41.h | 814 u32 word_offset; member
|