Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/fddi/
H A Ddefxx.h1355 PI_UINT32 lword; member
1369 PI_UINT32 lword; member
1383 PI_UINT32 lword; member
1397 PI_UINT32 lword; member
1417 PI_UINT32 lword; member
1431 PI_UINT32 lword; member
1445 PI_UINT32 lword; member
1459 PI_UINT32 lword; member
H A Ddefxx.c1294 bp->cmd_req_reg.lword = 0; in dfx_adap_init()
1295 bp->cmd_rsp_reg.lword = 0; in dfx_adap_init()
1296 bp->rcv_xmt_reg.lword = 0; in dfx_adap_init()
1588 bp->cmd_req_reg.lword = 0; in dfx_close()
1589 bp->cmd_rsp_reg.lword = 0; in dfx_close()
1590 bp->rcv_xmt_reg.lword = 0; in dfx_close()
1909 dfx_port_write_long(bp, PI_PDQ_K_REG_TYPE_2_PROD, bp->rcv_xmt_reg.lword); in dfx_int_common()
2655 dfx_port_write_long(bp, PI_PDQ_K_REG_CMD_RSP_PROD, bp->cmd_rsp_reg.lword); in dfx_hw_dma_cmd_req()
2667 dfx_port_write_long(bp, PI_PDQ_K_REG_CMD_REQ_PROD, bp->cmd_req_reg.lword); in dfx_hw_dma_cmd_req()
2687 dfx_port_write_long(bp, PI_PDQ_K_REG_CMD_REQ_PROD, bp->cmd_req_reg.lword); in dfx_hw_dma_cmd_req()
[all …]
/OK3568_Linux_fs/kernel/arch/m68k/math-emu/
H A Dfp_util.S141 move.l %d0,(%a0)+ | high lword of fp_ext.mant
142 clr.l (%a0) | low lword = 0
/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A 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
H A Dx_store.S161 movel %d1,LOCAL_HI(%a1) |build lower lword in memory
H A Dbinstr.S10 | lword of the packed decimal memory string.)
H A Dbindec.S255 fmovel %fp0,%d6 |put ILOG in d6 as a lword
259 fmovel %fp0,%d6 |put ILOG in d6 as a lword
H A Dres_func.S1998 clrl 4(%a0) |load second lword of ZERO
1999 clrl 8(%a0) |load third lword of ZERO
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dcpqphp_nvram.c34 unsigned long lword; /* eax */ member
/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_dmap.c1255 int word, lword, rc; in dbAllocNear() local
1270 lword = min(word + 4, LPERDMAP); in dbAllocNear()
1274 for (; word < lword; word++) { in dbAllocNear()