/linux-4.1.27/arch/powerpc/boot/ |
D | div64.S | 78 srw r4,r4,r5 # LSW = count > 31 ? 0 : LSW >> count 83 or r4,r4,r6 # LSW |= t1 86 or r4,r4,r7 # LSW |= t2 94 srw r6,r4,r6 # t1 = count > 31 ? 0 : LSW >> (32-count) 95 slw r7,r4,r7 # t2 = count < 32 ? 0 : LSW << (count-32) 97 slw r4,r4,r5 # LSW = LSW << count 104 srw r4,r4,r5 # LSW = count > 31 ? 0 : LSW >> count 108 or r4,r4,r6 # LSW |= t1 110 or r4,r4,r7 # LSW |= t2
|
/linux-4.1.27/arch/frv/lib/ |
D | __muldi3.S | 26 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.S | 33 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.S | 31 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.S | 30 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-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_mbx.c | 420 mcp->mb[1] = LSW(risc_addr); in qla2x00_load_ram() 422 mcp->mb[3] = LSW(req_dma); in qla2x00_load_ram() 424 mcp->mb[7] = LSW(MSD(req_dma)); in qla2x00_load_ram() 428 mcp->mb[5] = LSW(risc_code_size); in qla2x00_load_ram() 431 mcp->mb[4] = LSW(risc_code_size); in qla2x00_load_ram() 483 mcp->mb[2] = LSW(risc_addr); in qla2x00_execute_fw() 495 mcp->mb[1] = LSW(risc_addr); in qla2x00_execute_fw() 806 mcp->mb[2] = LSW(risc_addr); in qla2x00_verify_checksum() 810 mcp->mb[1] = LSW(risc_addr); in qla2x00_verify_checksum() 863 mcp->mb[3] = LSW(phys_addr); in qla2x00_issue_iocb_timeout() [all …]
|
D | qla_dbg.c | 137 WRT_REG_WORD(®->mailbox1, LSW(addr)); in qla27xx_dump_mpi_ram() 141 WRT_REG_WORD(®->mailbox3, LSW(dump_dma)); in qla27xx_dump_mpi_ram() 143 WRT_REG_WORD(®->mailbox7, LSW(MSD(dump_dma))); in qla27xx_dump_mpi_ram() 146 WRT_REG_WORD(®->mailbox5, LSW(dwords)); in qla27xx_dump_mpi_ram() 217 WRT_REG_WORD(®->mailbox1, LSW(addr)); in qla24xx_dump_ram() 221 WRT_REG_WORD(®->mailbox3, LSW(dump_dma)); in qla24xx_dump_ram() 223 WRT_REG_WORD(®->mailbox7, LSW(MSD(dump_dma))); in qla24xx_dump_ram() 226 WRT_REG_WORD(®->mailbox5, LSW(dwords)); in qla24xx_dump_ram() 397 WRT_MAILBOX_REG(ha, reg, 1, LSW(addr)); in qla2xxx_dump_ram() 401 WRT_MAILBOX_REG(ha, reg, 3, LSW(dump_dma)); in qla2xxx_dump_ram() [all …]
|
D | qla_mr.c | 917 ha->rqstq_intr_code = LSW(aenmbx7); in qlafx00_init_fw_ready() 947 ha->rqstq_intr_code = LSW(aenmbx7); in qlafx00_init_fw_ready() 985 ha->rqstq_intr_code = LSW(aenmbx7); in qlafx00_init_fw_ready() 1446 ha->rqstq_intr_code = LSW(aenmbx7); in qlafx00_rescan_isp() 2300 handle = LSW(hindex); in qlafx00_status_entry() 2653 handle = LSW(hindex); in qlafx00_multistatus_entry()
|
D | qla_isr.c | 1195 index = LSW(pkt->handle); in qla2x00_get_sp_from_handle() 1522 data[1] = LSW(iop[1]); in qla24xx_logio_entry() 2034 handle = (uint32_t) LSW(sts->handle); in qla2x00_status_entry()
|
D | qla_iocb.c | 1998 mbx->mb3 = cpu_to_le16(LSW(ha->async_pd_dma)); in qla2x00_adisc_iocb() 2000 mbx->mb7 = cpu_to_le16(LSW(MSD(ha->async_pd_dma))); in qla2x00_adisc_iocb()
|
D | qla_def.h | 97 #define LSW(x) ((uint16_t)(x)) macro
|
/linux-4.1.27/arch/mn10300/lib/ |
D | __lshrdi3.S | 38 asl a1,d1,a1 # get underflow from MSW -> LSW 40 or_lsr a1,d0,a0,d1 # insert underflow into LSW and
|
D | __ashldi3.S | 37 lsr a1,d0,a1 # get overflow from LSW -> MSW 40 # shift the LSW
|
D | __ashrdi3.S | 37 asl a1,d1,a1 # get underflow from MSW -> LSW 39 or_asr a1,d0,a0,d1 # insert underflow into LSW and
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | misc_32.S | 633 srw r4,r4,r5 # LSW = count > 31 ? 0 : LSW >> count 638 or r4,r4,r6 # LSW |= t1 641 or r4,r4,r7 # LSW |= t2 648 srw r6,r4,r6 # t1 = count > 31 ? 0 : LSW >> (32-count) 649 slw r7,r4,r7 # t2 = count < 32 ? 0 : LSW << (count-32) 651 slw r4,r4,r5 # LSW = LSW << count 657 srw r4,r4,r5 # LSW = count > 31 ? 0 : LSW >> count 661 or r4,r4,r6 # LSW |= t1 663 or r4,r4,r7 # LSW |= t2
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlge/ |
D | qlge_mpi.c | 762 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()
|
D | qlge.h | 75 #define LSW(x) ((u16)(x)) macro
|
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic.h | 1184 #define LSW(x) ((uint16_t)(x)) macro 1226 LSW(addr))); \ 1233 writel(data, (void __iomem *) (bar0 + NX_FW_DUMP_REG2 + LSW(addr)));\ 1234 readl((void __iomem *) (bar0 + NX_FW_DUMP_REG2 + LSW(addr))); \
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_sriov_common.c | 373 npar_info->max_tx_bw = LSW(cmd.rsp.arg[3]); in qlcnic_sriov_get_vf_vport_info() 377 npar_info->max_tx_mac_filters = LSW(cmd.rsp.arg[4]); in qlcnic_sriov_get_vf_vport_info() 381 npar_info->max_rx_ucast_mac_filters = LSW(cmd.rsp.arg[5]); in qlcnic_sriov_get_vf_vport_info() 385 npar_info->max_rx_lro_flow = LSW(cmd.rsp.arg[6]); in qlcnic_sriov_get_vf_vport_info() 389 npar_info->max_rx_buf_rings = LSW(cmd.rsp.arg[7]); in qlcnic_sriov_get_vf_vport_info() 392 npar_info->max_tx_vlan_keys = LSW(cmd.rsp.arg[8]); in qlcnic_sriov_get_vf_vport_info() 394 npar_info->max_remote_ipv6_addrs = LSW(cmd.rsp.arg[9]); in qlcnic_sriov_get_vf_vport_info()
|
D | qlcnic_sriov_pf.c | 194 npar_info->max_tx_ques = LSW(cmd.rsp.arg[3]); in qlcnic_sriov_get_pf_info() 196 npar_info->max_rx_mcast_mac_filters = LSW(cmd.rsp.arg[4]); in qlcnic_sriov_get_pf_info() 198 npar_info->max_rx_ip_addr = LSW(cmd.rsp.arg[5]); in qlcnic_sriov_get_pf_info() 200 npar_info->max_rx_status_rings = LSW(cmd.rsp.arg[6]); in qlcnic_sriov_get_pf_info() 202 npar_info->max_rx_ques = LSW(cmd.rsp.arg[7]); in qlcnic_sriov_get_pf_info() 204 npar_info->max_local_ipv6_addrs = LSW(cmd.rsp.arg[8]); in qlcnic_sriov_get_pf_info()
|
D | qlcnic_minidump.c | 580 addr = LSW(fl_addr) + FLASH_ROM_DATA; in qlcnic_read_rom() 600 qlcnic_ind_wr(adapter, l1->ctrl_addr, LSW(l1->ctrl_val)); in qlcnic_dump_l1_cache() 628 if (LSW(l2->ctrl_val)) in qlcnic_dump_l2_cache() 630 LSW(l2->ctrl_val)); in qlcnic_dump_l2_cache()
|
D | qlcnic_83xx_hw.h | 347 #define QLCNIC_MBX_RSP(reg) LSW(reg)
|
D | qlcnic_83xx_hw.c | 825 int opcode = LSW(cmd->req.arg[0]); in qlcnic_83xx_poll_for_mbx_completion() 856 opcode = LSW(cmd->req.arg[0]); in qlcnic_83xx_issue_cmd() 1533 mbx_in = (LSW(QLC_83XX_LED_CONFIG) << 16) | in qlcnic_83xx_config_led() 1534 LSW(QLC_83XX_LED_CONFIG); in qlcnic_83xx_config_led() 2333 ahw->module_type = MSB(LSW(data[3])); in qlcnic_83xx_handle_link_aen() 3595 id = LSW(data); in qlcnic_83xx_interrupt_test()
|
D | qlcnic_hdr.h | 733 #define LSW(x) ((uint16_t)((uint32_t)(x))) macro
|
D | qlcnic_hw.c | 299 val = bar0 + QLCNIC_FW_DUMP_REG2 + LSW(addr); in qlcnic_read_window_reg() 312 val = bar0 + QLCNIC_FW_DUMP_REG2 + LSW(addr); in qlcnic_write_window_reg()
|
D | qlcnic_ctx.c | 1423 esw_cfg->vlan_id = LSW(arg1 >> 16); in qlcnic_get_eswitch_port_config()
|
/linux-4.1.27/arch/arm/crypto/ |
D | aesbs-core.S_shipped | 1504 ldr r8, [ip, #12] @ load counter LSW
|