Home
last modified time | relevance | path

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

/drivers/accel/habanalabs/gaudi/
A Dgaudi_security.c490 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 …]
/drivers/accel/habanalabs/goya/
A Dgoya_security.c31 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 …]
/drivers/net/ethernet/chelsio/cxgb4/
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()
/drivers/block/drbd/
A Ddrbd_int.h123 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()
A Ddrbd_main.c1160 c->bit_offset = c->word_offset * BITS_PER_LONG; in fill_bitmap_rle_bits()
1213 c->bm_words - c->word_offset); in send_bitmap_rle_or_plain()
1216 drbd_bm_get_lel(device, c->word_offset, num_words, p); in send_bitmap_rle_or_plain()
1219 c->word_offset += num_words; in send_bitmap_rle_or_plain()
1220 c->bit_offset = c->word_offset * BITS_PER_LONG; in send_bitmap_rle_or_plain()
A Ddrbd_receiver.c4455 c->bm_words - c->word_offset); in receive_bitmap_plain()
4469 drbd_bm_merge_lel(peer_device->device, c->word_offset, num_words, p); in receive_bitmap_plain()
4471 c->word_offset += num_words; in receive_bitmap_plain()
4472 c->bit_offset = c->word_offset * BITS_PER_LONG; in receive_bitmap_plain()
/drivers/net/ethernet/intel/i40e/
A Di40e_dcb.c1821 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()

Completed in 811 milliseconds