Home
last modified time | relevance | path

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

/linux/arch/m68k/include/asm/
H A Dsun3xflop.h140 register char *lptr; in sun3xflop_hardint() local
142 for(lcount=virtual_dma_count, lptr=virtual_dma_addr; in sun3xflop_hardint()
143 lcount; lcount--, lptr++) { in sun3xflop_hardint()
151 virtual_dma_addr = lptr; in sun3xflop_hardint()
160 *(sun3x_fdc.data_r) = *lptr; in sun3xflop_hardint()
163 *lptr = *(sun3x_fdc.data_r); in sun3xflop_hardint()
167 virtual_dma_addr = lptr; in sun3xflop_hardint()
/linux/arch/mips/math-emu/
H A Ddp_maddf.c16 static void srl128(u64 *hptr, u64 *lptr, int count) in srl128() argument
21 *lptr = *hptr != 0 || *lptr != 0; in srl128()
25 *lptr = *hptr | (*lptr != 0); in srl128()
27 low = *lptr; in srl128()
28 *lptr = *hptr >> (count - 64); in srl128()
29 *lptr |= (*hptr << (128 - count)) != 0 || low != 0; in srl128()
33 low = *lptr; in srl128()
34 *lptr = low >> count | *hptr << (64 - count); in srl128()
35 *lptr |= (low << (64 - count)) != 0; in srl128()
/linux/fs/xfs/libxfs/
H A Dxfs_btree.c2428 union xfs_btree_ptr lptr; /* left btree pointer */ in xfs_btree_lshift() local
2448 xfs_btree_get_sibling(cur, right, &lptr, XFS_BB_LEFTSIB); in xfs_btree_lshift()
2449 if (xfs_btree_ptr_is_null(cur, &lptr)) in xfs_btree_lshift()
2460 error = xfs_btree_read_buf_block(cur, &lptr, 0, &left, &lbp); in xfs_btree_lshift()
2816 union xfs_btree_ptr lptr; /* left sibling block ptr */ in __xfs_btree_split() local
2842 xfs_btree_buf_to_ptr(cur, lbp, &lptr); in __xfs_btree_split()
2845 error = xfs_btree_alloc_block(cur, &lptr, &rptr, stat); in __xfs_btree_split()
2932 xfs_btree_set_sibling(cur, right, &lptr, XFS_BB_LEFTSIB); in __xfs_btree_split()
3326 union xfs_btree_ptr lptr; in xfs_btree_new_root() local
3334 error = xfs_btree_alloc_block(cur, &rptr, &lptr, stat); in xfs_btree_new_root()
[all …]
/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c5696 __le32 *lptr; in lpfc_cmf_stats_timer() local
5789 lptr = &cp->cgn_latency_min[index]; in lpfc_cmf_stats_timer()
5792 *lptr = cpu_to_le32(lvalue); in lpfc_cmf_stats_timer()
5794 *lptr = 0; in lpfc_cmf_stats_timer()
5803 index, dvalue, wvalue, *lptr, mvalue, avalue); in lpfc_cmf_stats_timer()
5834 lptr = &cp->cgn_drvr_hr[index]; in lpfc_cmf_stats_timer()
5835 *lptr = cpu_to_le32(dvalue); in lpfc_cmf_stats_timer()
5836 lptr = &cp->cgn_warn_hr[index]; in lpfc_cmf_stats_timer()
5837 *lptr = cpu_to_le32(wvalue); in lpfc_cmf_stats_timer()
5838 lptr = &cp->cgn_latency_hr[index]; in lpfc_cmf_stats_timer()
[all …]
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c1529 static int compare_func(const void *lptr, const void *rptr) in compare_func() argument
1531 struct cpt_device_desc *ldesc = (struct cpt_device_desc *) lptr; in compare_func()
/linux/drivers/tty/
H A Dmoxa.c587 const __le16 *lptr = ptr; in moxa_check_fw() local
589 if (*lptr != cpu_to_le16(0x7980)) in moxa_check_fw()
/linux/drivers/scsi/qla2xxx/
H A Dqla_mr.c2692 response_t *lptr; in qlafx00_process_response_queue() local
2700 lptr = rsp->ring_ptr; in qlafx00_process_response_queue()
2701 memcpy_fromio(rsp->rsp_pkt, (void __iomem *)lptr, in qlafx00_process_response_queue()