Home
last modified time | relevance | path

Searched refs:lword (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/drivers/net/fddi/
Ddefxx.h1356 PI_UINT32 lword; member
1370 PI_UINT32 lword; member
1384 PI_UINT32 lword; member
1398 PI_UINT32 lword; member
1418 PI_UINT32 lword; member
1432 PI_UINT32 lword; member
1446 PI_UINT32 lword; member
1460 PI_UINT32 lword; member
Ddefxx.c1283 bp->cmd_req_reg.lword = 0; in dfx_adap_init()
1284 bp->cmd_rsp_reg.lword = 0; in dfx_adap_init()
1285 bp->rcv_xmt_reg.lword = 0; in dfx_adap_init()
1577 bp->cmd_req_reg.lword = 0; in dfx_close()
1578 bp->cmd_rsp_reg.lword = 0; in dfx_close()
1579 bp->rcv_xmt_reg.lword = 0; in dfx_close()
1898 dfx_port_write_long(bp, PI_PDQ_K_REG_TYPE_2_PROD, bp->rcv_xmt_reg.lword); in dfx_int_common()
2644 dfx_port_write_long(bp, PI_PDQ_K_REG_CMD_RSP_PROD, bp->cmd_rsp_reg.lword); in dfx_hw_dma_cmd_req()
2656 dfx_port_write_long(bp, PI_PDQ_K_REG_CMD_REQ_PROD, bp->cmd_req_reg.lword); in dfx_hw_dma_cmd_req()
2676 dfx_port_write_long(bp, PI_PDQ_K_REG_CMD_REQ_PROD, bp->cmd_req_reg.lword); in dfx_hw_dma_cmd_req()
[all …]
/linux-6.1.9/arch/m68k/math-emu/
Dfp_util.S141 move.l %d0,(%a0)+ | high lword of fp_ext.mant
142 clr.l (%a0) | low lword = 0
/linux-6.1.9/arch/m68k/fpsp040/
Dx_operr.S161 cmpil #0xffff8000,FPTEMP_LO(%a6) |test if ls lword is special
188 cmpil #0xffffff80,FPTEMP_LO(%a6) |test if ls lword is special
284 | and store the lower n bits of the least lword of FPTEMP
Dx_store.S161 movel %d1,LOCAL_HI(%a1) |build lower lword in memory
Dbinstr.S10 | lword of the packed decimal memory string.)
Dbindec.S255 fmovel %fp0,%d6 |put ILOG in d6 as a lword
259 fmovel %fp0,%d6 |put ILOG in d6 as a lword
Dres_func.S1998 clrl 4(%a0) |load second lword of ZERO
1999 clrl 8(%a0) |load third lword of ZERO
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc_hash.c28 const size_t lword = start_bit >> 6; in rvu_npc_wide_extract() local
33 if (lword == uword) in rvu_npc_wide_extract()
34 return (input[lword] >> (start_bit & 63)) & mask; in rvu_npc_wide_extract()
38 lo = (input[lword] >> (start_bit & 63)); in rvu_npc_wide_extract()
/linux-6.1.9/drivers/pci/hotplug/
Dcpqphp_nvram.c34 unsigned long lword; /* eax */ member
/linux-6.1.9/fs/jfs/
Djfs_dmap.c1202 int word, lword, rc; in dbAllocNear() local
1217 lword = min(word + 4, LPERDMAP); in dbAllocNear()
1221 for (; word < lword; word++) { in dbAllocNear()