Searched refs:word_offset (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/misc/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/drivers/misc/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/sound/soc/codecs/ |
| A D | cs35l41-tables.c | 564 .word_offset = 2, 571 .word_offset = 2, 578 .word_offset = 2, 585 .word_offset = 2, 592 .word_offset = 2,
|
| A D | cs35l41.c | 304 int bit_offset, word_offset, ret, i; in cs35l41_otp_unpack() local 338 word_offset = otp_map_match->word_offset; in cs35l41_otp_unpack() 354 bit_offset, word_offset, bit_sum % 32); in cs35l41_otp_unpack() 356 otp_val = (otp_mem[word_offset] & in cs35l41_otp_unpack() 359 otp_val |= (otp_mem[++word_offset] & in cs35l41_otp_unpack() 365 otp_val = (otp_mem[word_offset] & in cs35l41_otp_unpack() 374 word_offset++; in cs35l41_otp_unpack()
|
| A D | cs35l41.h | 749 u32 word_offset; member
|
| /linux/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/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/arch/powerpc/kvm/ |
| A D | powerpc.c | 963 int dword_offset, word_offset; in kvmppc_set_vsr_word() local 974 word_offset = offset % 2; in kvmppc_set_vsr_word() 976 val.vsx32val[word_offset] = gpr32; in kvmppc_set_vsr_word() 1386 u32 dword_offset, word_offset; in kvmppc_get_vsr_data() local 1421 word_offset = vsx_offset % 2; in kvmppc_get_vsr_data() 1423 *val = reg.vsx32val[word_offset]; in kvmppc_get_vsr_data()
|
| /linux/drivers/block/drbd/ |
| A D | drbd_int.h | 196 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()
|
| A D | drbd_main.c | 1181 c->bit_offset = c->word_offset * BITS_PER_LONG; in fill_bitmap_rle_bits() 1233 c->bm_words - c->word_offset); in send_bitmap_rle_or_plain() 1236 drbd_bm_get_lel(device, c->word_offset, num_words, p); in send_bitmap_rle_or_plain() 1238 c->word_offset += num_words; in send_bitmap_rle_or_plain() 1239 c->bit_offset = c->word_offset * BITS_PER_LONG; in send_bitmap_rle_or_plain()
|
| A D | drbd_receiver.c | 4679 c->bm_words - c->word_offset); in receive_bitmap_plain() 4693 drbd_bm_merge_lel(peer_device->device, c->word_offset, num_words, p); in receive_bitmap_plain() 4695 c->word_offset += num_words; in receive_bitmap_plain() 4696 c->bit_offset = c->word_offset * BITS_PER_LONG; in receive_bitmap_plain()
|
| /linux/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()
|
Completed in 89 milliseconds