Searched refs:word_offset (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/drivers/accel/habanalabs/gaudi/ |
A D | gaudi_security.c | 490 u8 word_offset; in gaudi_init_mme_protection_bits() local 1712 word_offset = in gaudi_init_dma_protection_bits() 1815 word_offset = in gaudi_init_dma_protection_bits() 2106 word_offset = in gaudi_init_dma_protection_bits() 2210 word_offset = in gaudi_init_dma_protection_bits() 2501 word_offset = in gaudi_init_dma_protection_bits() 2605 word_offset = in gaudi_init_dma_protection_bits() 2896 word_offset = in gaudi_init_dma_protection_bits() 3000 word_offset = in gaudi_init_dma_protection_bits() 3291 word_offset = in gaudi_init_dma_protection_bits() [all …]
|
/linux-6.3-rc2/drivers/accel/habanalabs/goya/ |
A D | goya_security.c | 31 u8 word_offset; in goya_init_mme_protection_bits() local 81 WREG32(pb_addr + word_offset, ~mask); in goya_init_mme_protection_bits() 104 WREG32(pb_addr + word_offset, ~mask); in goya_init_mme_protection_bits() 128 WREG32(pb_addr + word_offset, ~mask); in goya_init_mme_protection_bits() 160 WREG32(pb_addr + word_offset, ~mask); in goya_init_mme_protection_bits() 180 WREG32(pb_addr + word_offset, ~mask); in goya_init_mme_protection_bits() 194 WREG32(pb_addr + word_offset, ~mask); in goya_init_mme_protection_bits() 210 WREG32(pb_addr + word_offset, ~mask); in goya_init_mme_protection_bits() 275 u8 word_offset; in goya_init_dma_protection_bits() local 675 u8 word_offset; in goya_init_tpc_protection_bits() local [all …]
|
/linux-6.3-rc2/sound/soc/codecs/ |
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() 854 otp_val = (otp_mem[word_offset] & in cs35l41_otp_unpack() 856 otp_val |= (otp_mem[++word_offset] & in cs35l41_otp_unpack() 861 otp_val = (otp_mem[word_offset] & in cs35l41_otp_unpack() [all …]
|
/linux-6.3-rc2/tools/testing/selftests/powerpc/mm/ |
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()
|
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/ |
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()
|
/linux-6.3-rc2/arch/powerpc/kvm/ |
A D | powerpc.c | 980 int dword_offset, word_offset; in kvmppc_set_vsr_word() local 991 word_offset = offset % 2; in kvmppc_set_vsr_word() 993 val.vsx32val[word_offset] = gpr32; in kvmppc_set_vsr_word() 1397 u32 dword_offset, word_offset; in kvmppc_get_vsr_data() local 1432 word_offset = vsx_offset % 2; in kvmppc_get_vsr_data() 1434 *val = reg.vsx32val[word_offset]; in kvmppc_get_vsr_data()
|
/linux-6.3-rc2/drivers/block/drbd/ |
A D | drbd_int.h | 122 unsigned long word_offset; member 142 c->word_offset = c->bit_offset >> 6; in bm_xfer_ctx_bit_to_word_offset() 144 c->word_offset = c->bit_offset >> 5; in bm_xfer_ctx_bit_to_word_offset() 145 c->word_offset &= ~(1UL); in bm_xfer_ctx_bit_to_word_offset()
|
A 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()
|
A D | drbd_receiver.c | 4637 c->bm_words - c->word_offset); in receive_bitmap_plain() 4651 drbd_bm_merge_lel(peer_device->device, c->word_offset, num_words, p); in receive_bitmap_plain() 4653 c->word_offset += num_words; in receive_bitmap_plain() 4654 c->bit_offset = c->word_offset * BITS_PER_LONG; in receive_bitmap_plain()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/ |
A 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-6.3-rc2/include/sound/ |
A D | cs35l41.h | 805 u32 word_offset; member
|
Completed in 99 milliseconds