Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/misc/habanalabs/gaudi/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/misc/habanalabs/goya/
H A 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 …]
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_bitput.c56 RK_U32 word_offset = 0, len = 0; in mpp_put_align() local
58 word_offset = (align_bits >= 64) ? ((bp->index & (((align_bits & 0xfe0) >> 6) - 1)) << 6) : 0; in mpp_put_align()
59 len = (align_bits - (word_offset + (bp->bitpos % align_bits))) % align_bits; in mpp_put_align()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c208 unsigned int word_offset = compute_word_offset(start, addr); in compute_store_pattern() local
211 ret += (word_offset & WORD_OFFSET_MASK) << WORD_OFFSET_SHIFT; in compute_store_pattern()
/OK3568_Linux_fs/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training_leveling.c1469 u32 word_offset, i; in ddr3_tip_xsb_compare_test() local
1504 word_offset = word_in_pattern + edge_offset; in ddr3_tip_xsb_compare_test()
1505 if ((word_offset > (TEST_PATTERN_LENGTH * 2 - 1)) || in ddr3_tip_xsb_compare_test()
1506 (word_offset < 0)) in ddr3_tip_xsb_compare_test()
1510 (pattern_test_pattern_table[word_offset] & in ddr3_tip_xsb_compare_test()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb.c946 u8 module, u32 word_offset) in _i40e_read_lldp_cfg() argument
948 u32 address, offset = (2 * word_offset); in _i40e_read_lldp_cfg()
983 offset = mem + word_offset; in _i40e_read_lldp_cfg()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A 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()
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dpowerpc.c956 int dword_offset, word_offset; in kvmppc_set_vsr_word() local
967 word_offset = offset % 2; in kvmppc_set_vsr_word()
969 val.vsx32val[word_offset] = gpr32; in kvmppc_set_vsr_word()
1379 u32 dword_offset, word_offset; in kvmppc_get_vsr_data() local
1414 word_offset = vsx_offset % 2; in kvmppc_get_vsr_data()
1416 *val = reg.vsx32val[word_offset]; in kvmppc_get_vsr_data()
/OK3568_Linux_fs/kernel/drivers/block/drbd/
H A 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()
H A Ddrbd_main.c1198 c->bit_offset = c->word_offset * BITS_PER_LONG; in fill_bitmap_rle_bits()
1250 c->bm_words - c->word_offset); in send_bitmap_rle_or_plain()
1253 drbd_bm_get_lel(device, c->word_offset, num_words, p); in send_bitmap_rle_or_plain()
1255 c->word_offset += num_words; in send_bitmap_rle_or_plain()
1256 c->bit_offset = c->word_offset * BITS_PER_LONG; in send_bitmap_rle_or_plain()
H A Ddrbd_receiver.c4686 c->bm_words - c->word_offset); in receive_bitmap_plain()
4700 drbd_bm_merge_lel(peer_device->device, c->word_offset, num_words, p); in receive_bitmap_plain()
4702 c->word_offset += num_words; in receive_bitmap_plain()
4703 c->bit_offset = c->word_offset * BITS_PER_LONG; in receive_bitmap_plain()