| /linux-6.15/drivers/accel/habanalabs/gaudi/ |
| H 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.15/drivers/accel/habanalabs/goya/ |
| H 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.15/sound/soc/codecs/ |
| H A D | cs35l41-lib.c | 705 .word_offset = 2, 712 .word_offset = 2, 719 .word_offset = 2, 726 .word_offset = 2, 733 .word_offset = 2, 819 int bit_offset, word_offset, ret, i; in cs35l41_otp_unpack() local 851 word_offset = otp_map_match->word_offset; in cs35l41_otp_unpack() 857 otp_val = (otp_mem[word_offset] & in cs35l41_otp_unpack() 859 otp_val |= (otp_mem[++word_offset] & in cs35l41_otp_unpack() 864 otp_val = (otp_mem[word_offset] & in cs35l41_otp_unpack() [all …]
|
| /linux-6.15/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()
|
| /linux-6.15/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()
|
| /linux-6.15/arch/powerpc/kvm/ |
| H A D | powerpc.c | 976 int dword_offset, word_offset; in kvmppc_set_vsr_word() local 987 word_offset = offset % 2; in kvmppc_set_vsr_word() 989 val.vsx32val[word_offset] = gpr32; in kvmppc_set_vsr_word() 1393 u32 dword_offset, word_offset; in kvmppc_get_vsr_data() local 1428 word_offset = vsx_offset % 2; in kvmppc_get_vsr_data() 1430 *val = reg.vsx32val[word_offset]; in kvmppc_get_vsr_data()
|
| /linux-6.15/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 | 1170 c->bit_offset = c->word_offset * BITS_PER_LONG; in fill_bitmap_rle_bits() 1223 c->bm_words - c->word_offset); in send_bitmap_rle_or_plain() 1226 drbd_bm_get_lel(device, c->word_offset, num_words, p); in send_bitmap_rle_or_plain() 1229 c->word_offset += num_words; in send_bitmap_rle_or_plain() 1230 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()
|
| /linux-6.15/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_dcb.c | 1821 u8 module, u32 word_offset) in _i40e_read_lldp_cfg() argument 1823 u32 address, offset = (2 * word_offset); in _i40e_read_lldp_cfg() 1858 offset = mem + word_offset; in _i40e_read_lldp_cfg()
|
| /linux-6.15/include/sound/ |
| H A D | cs35l41.h | 820 u32 word_offset; member
|