Home
last modified time | relevance | path

Searched refs:LSW (Results 1 – 18 of 18) sorted by relevance

/linux-2.6.39/arch/frv/lib/
D__muldi3.S26 umul gr8,gr11,gr4 ; GR4:GR5 = x.MSW * y.LSW
27 umul gr9,gr10,gr6 ; GR6:GR7 = x.LSW * y.MSW
28 umul.p gr9,gr11,gr8 ; GR8:GR9 = x.LSW * y.LSW
D__ashldi3.S33 csll gr9,gr10,gr9 ,cc4,#1 ; LSW <<= N
34 cor.p gr4,gr8,gr8 ,cc4,#1 ; MSW |= LSW >> M
37 csll gr9,gr10,gr8 ,cc4,#0 ; MSW = LSW << (N & 31 [implicit AND])
38 cor.p gr0,gr0,gr9 ,cc4,#0 ; LSW = 0
D__ashrdi3.S31 csrl.p gr9,gr10,gr9 ,cc4,#1 ; LSW >>= N
35 cor.p gr4,gr9,gr9 ,cc4,#1 ; LSW |= MSW << M
38 csra gr8,gr10,gr9 ,cc4,#0 ; LSW = MSW >> (N & 31 [implicit AND])
D__lshrdi3.S30 csrl.p gr9,gr10,gr9 ,cc4,#1 ; LSW >>= N
34 cor.p gr4,gr9,gr9 ,cc4,#1 ; LSW |= MSW << M
37 csrl gr8,gr10,gr9 ,cc4,#0 ; LSW = MSW >> (N & 31 [implicit AND])
/linux-2.6.39/drivers/scsi/qla2xxx/
Dqla_mbx.c379 mcp->mb[1] = LSW(risc_addr); in qla2x00_load_ram()
381 mcp->mb[3] = LSW(req_dma); in qla2x00_load_ram()
383 mcp->mb[7] = LSW(MSD(req_dma)); in qla2x00_load_ram()
387 mcp->mb[5] = LSW(risc_code_size); in qla2x00_load_ram()
390 mcp->mb[4] = LSW(risc_code_size); in qla2x00_load_ram()
440 mcp->mb[2] = LSW(risc_addr); in qla2x00_execute_fw()
451 mcp->mb[1] = LSW(risc_addr); in qla2x00_execute_fw()
738 mcp->mb[2] = LSW(risc_addr); in qla2x00_verify_checksum()
742 mcp->mb[1] = LSW(risc_addr); in qla2x00_verify_checksum()
791 mcp->mb[3] = LSW(phys_addr); in qla2x00_issue_iocb_timeout()
[all …]
Dqla_dbg.c65 WRT_REG_WORD(&reg->mailbox1, LSW(addr)); in qla24xx_dump_ram()
69 WRT_REG_WORD(&reg->mailbox3, LSW(dump_dma)); in qla24xx_dump_ram()
71 WRT_REG_WORD(&reg->mailbox7, LSW(MSD(dump_dma))); in qla24xx_dump_ram()
74 WRT_REG_WORD(&reg->mailbox5, LSW(dwords)); in qla24xx_dump_ram()
240 WRT_MAILBOX_REG(ha, reg, 1, LSW(addr)); in qla2xxx_dump_ram()
244 WRT_MAILBOX_REG(ha, reg, 3, LSW(dump_dma)); in qla2xxx_dump_ram()
246 WRT_MAILBOX_REG(ha, reg, 7, LSW(MSD(dump_dma))); in qla2xxx_dump_ram()
Dqla_isr.c877 index = LSW(pkt->handle); in qla2x00_get_sp_from_handle()
1240 data[1] = LSW(iop[1]); in qla24xx_logio_entry()
1544 handle = (uint32_t) LSW(sts->handle); in qla2x00_status_entry()
1869 uint32_t handle = LSW(pkt->handle); in qla2x00_error_entry()
Dqla_iocb.c1760 mbx->mb3 = cpu_to_le16(LSW(ha->async_pd_dma)); in qla2x00_adisc_iocb()
1762 mbx->mb7 = cpu_to_le16(LSW(MSD(ha->async_pd_dma))); in qla2x00_adisc_iocb()
Dqla_def.h94 #define LSW(x) ((uint16_t)(x)) macro
Dqla_init.c3493 d_id.b.area = MSB(LSW(rscn_entry)); in qla2x00_device_resync()
3494 d_id.b.al_pa = LSB(LSW(rscn_entry)); in qla2x00_device_resync()
/linux-2.6.39/arch/powerpc/kernel/
Dmisc_32.S610 srw r4,r4,r5 # LSW = count > 31 ? 0 : LSW >> count
615 or r4,r4,r6 # LSW |= t1
618 or r4,r4,r7 # LSW |= t2
625 srw r6,r4,r6 # t1 = count > 31 ? 0 : LSW >> (32-count)
626 slw r7,r4,r7 # t2 = count < 32 ? 0 : LSW << (count-32)
628 slw r4,r4,r5 # LSW = LSW << count
634 srw r4,r4,r5 # LSW = count > 31 ? 0 : LSW >> count
638 or r4,r4,r6 # LSW |= t1
640 or r4,r4,r7 # LSW |= t2
/linux-2.6.39/arch/mn10300/lib/
D__ashldi3.S37 lsr a1,d0,a1 # get overflow from LSW -> MSW
40 # shift the LSW
D__lshrdi3.S38 asl a1,d1,a1 # get underflow from MSW -> LSW
40 or_lsr a1,d0,a0,d1 # insert underflow into LSW and
D__ashrdi3.S37 asl a1,d1,a1 # get underflow from MSW -> LSW
39 or_asr a1,d0,a0,d1 # insert underflow into LSW and
/linux-2.6.39/drivers/net/qlge/
Dqlge_mpi.c762 mbcp->mbox_in[1] = LSW(addr); in ql_mb_dump_ram()
764 mbcp->mbox_in[3] = LSW(req_dma); in ql_mb_dump_ram()
766 mbcp->mbox_in[5] = LSW(size); in ql_mb_dump_ram()
768 mbcp->mbox_in[7] = LSW(MSD(req_dma)); in ql_mb_dump_ram()
Dqlge.h73 #define LSW(x) ((u16)(x)) macro
/linux-2.6.39/drivers/net/qlcnic/
Dqlcnic_hdr.h786 #define LSW(x) ((uint16_t)((uint32_t)(x))) macro
Dqlcnic_ctx.c1039 esw_cfg->vlan_id = LSW(arg1 >> 16); in qlcnic_get_eswitch_port_config()