Searched refs:lword (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/net/fddi/ |
H A D | defxx.h | 1356 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
|
H A D | defxx.c | 1283 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/arch/m68k/math-emu/ |
H A D | fp_util.S | 141 move.l %d0,(%a0)+ | high lword of fp_ext.mant 142 clr.l (%a0) | low lword = 0
|
/linux/arch/m68k/fpsp040/ |
H A D | x_operr.S | 161 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
|
H A D | x_store.S | 161 movel %d1,LOCAL_HI(%a1) |build lower lword in memory
|
H A D | binstr.S | 10 | lword of the packed decimal memory string.)
|
H A D | bindec.S | 255 fmovel %fp0,%d6 |put ILOG in d6 as a lword 259 fmovel %fp0,%d6 |put ILOG in d6 as a lword
|
H A D | res_func.S | 1998 clrl 4(%a0) |load second lword of ZERO 1999 clrl 8(%a0) |load third lword of ZERO
|
/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_npc_hash.c | 28 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/drivers/pci/hotplug/ |
H A D | cpqphp_nvram.c | 34 unsigned long lword; /* eax */ member
|
/linux/fs/jfs/ |
H A D | jfs_dmap.c | 1217 int word, lword, rc; in dbAllocNear() local 1232 lword = min(word + 4, LPERDMAP); in dbAllocNear() 1236 for (; word < lword; word++) { in dbAllocNear()
|