Symbol: LSW
usr/src/cmd/sgs/libelf/common/checksum.c
70
_sum = LSW(sum) + MSW(sum);
usr/src/cmd/sgs/libelf/common/checksum.c
71
return ((ushort_t)(LSW(_sum) + MSW(_sum)));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
10040
*bp++ = LSB(LSW(entry->addr));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
10041
*bp++ = MSB(LSW(entry->addr));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
10425
*bp++ = LSB(LSW(addr));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
10426
*bp++ = MSB(LSW(addr));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
10509
*bp++ = LSB(LSW(addr));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
10510
*bp++ = MSB(LSW(addr));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
10582
*bp++ = LSB(LSW(data));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
10583
*bp++ = MSB(LSW(data));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
2067
REG_WR16(qlt, REG_MBOX(3), LSW(LSD(da)));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
2069
REG_WR16(qlt, REG_MBOX(7), LSW(MSD(da)));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
2313
mcp->to_fw[11] = LSW(LSD(da));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
2315
mcp->to_fw[13] = LSW(MSD(da));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
2383
mcp->to_fw[7] = LSW(MSD(da));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
2387
mcp->to_fw[3] = LSW(LSD(da));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
2419
mcp->to_fw[7] = LSW(MSD(da));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
2423
mcp->to_fw[3] = LSW(LSD(da));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
3467
REG_WR16(qlt, REG_MBOX(2), LSW(start_addr));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
3478
REG_WR16(qlt, REG_MBOX(2), LSW(start_addr));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
3568
REG_WR16(qlt, REG_MBOX(1), LSW(risc_addr));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
3570
REG_WR16(qlt, REG_MBOX(3), LSW(LSD(da)));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
3572
REG_WR16(qlt, REG_MBOX(7), LSW(MSD(da)));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
3574
REG_WR16(qlt, REG_MBOX(5), LSW(words_being_sent));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
3689
mcp->to_fw[3] = LSW(LSD(da));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
3691
mcp->to_fw[7] = LSW(MSD(da));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
9066
REG_WR16(qlt, REG_MBOX(3), LSW(LSD(da)));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
9068
REG_WR16(qlt, REG_MBOX(7), LSW(MSD(da)));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
9072
REG_WR16(qlt, REG_MBOX(5), LSW(words));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
9076
REG_WR16(qlt, REG_MBOX(1), LSW(addr));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
9102
REG_WR16(qlt, REG_MBOX(3), LSW(LSD(da)));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
9104
REG_WR16(qlt, REG_MBOX(7), LSW(MSD(da)));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
9108
REG_WR16(qlt, REG_MBOX(5), LSW(words));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
9112
REG_WR16(qlt, REG_MBOX(1), LSW(addr));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
9711
REG_WR16(qlt, REG_MBOX(1), LSW(risc_address));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
9712
REG_WR16(qlt, REG_MBOX(2), LSW(data));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
9743
REG_WR16(qlt, REG_MBOX(1), LSW(risc_address));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
9921
*bp++ = LSB(LSW(addr));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
9922
*bp++ = MSB(LSW(addr));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
9981
*bp++ = LSB(LSW(addr));
usr/src/uts/common/io/comstar/port/qlt/qlt.c
9982
*bp++ = MSB(LSW(addr));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
11514
LSW(addr));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
11578
LSW(addr));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
11659
xp->fdesc.flash_manuf = LSB(LSW(fdata));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
11660
xp->fdesc.flash_id = MSB(LSW(fdata));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
16186
WRT16_IO_REG(ha, mailbox_in[1], LSW(risc_address));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
22087
*bp++ = LSB(LSW(addr));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
22088
*bp++ = MSB(LSW(addr));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
22161
*bp++ = LSB(LSW(addr));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
22162
*bp++ = MSB(LSW(addr));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
22233
*bp++ = LSB(LSW(entry->addr));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
22234
*bp++ = MSB(LSW(entry->addr));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
22644
*bp++ = LSB(LSW(addr));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
22645
*bp++ = MSB(LSW(addr));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
22744
*bp++ = LSB(LSW(addr));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
22745
*bp++ = MSB(LSW(addr));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
22801
*bp++ = LSB(LSW(data));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
22802
*bp++ = MSB(LSW(data));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
22840
*bp++ = LSB(LSW(data));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
22841
*bp++ = MSB(LSW(data));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
22892
*bp++ = LSB(LSW(data));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
22893
*bp++ = MSB(LSW(data));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
22943
WRT16_IO_REG(ha, mailbox_in[1], LSW(risc_address));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
22945
WRT16_IO_REG(ha, mailbox_in[3], LSW(LSD(mem.cookie.dmac_laddress)));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
22947
WRT16_IO_REG(ha, mailbox_in[5], LSW(len));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
22949
WRT16_IO_REG(ha, mailbox_in[7], LSW(MSD(mem.cookie.dmac_laddress)));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
1251
icb->request_q_address[0] = LSB(LSW(addr));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
1252
icb->request_q_address[1] = MSB(LSW(addr));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
1257
icb->request_q_address[4] = LSB(LSW(addr));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
1258
icb->request_q_address[5] = MSB(LSW(addr));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
1263
icb->response_q_address[0] = LSB(LSW(addr));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
1264
icb->response_q_address[1] = MSB(LSW(addr));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
1269
icb->response_q_address[4] = LSB(LSW(addr));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
1270
icb->response_q_address[5] = MSB(LSW(addr));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
748
icb->request_q_address[0] = LSB(LSW(start_addr));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
749
icb->request_q_address[1] = MSB(LSW(start_addr));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
754
icb->request_q_address[4] = LSB(LSW(start_addr));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
755
icb->request_q_address[5] = MSB(LSW(start_addr));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
760
icb->response_q_address[0] = LSB(LSW(start_addr));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
761
icb->response_q_address[1] = MSB(LSW(start_addr));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
766
icb->response_q_address[4] = LSB(LSW(start_addr));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
767
icb->response_q_address[5] = MSB(LSW(start_addr));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
789
ip_icb->queue_address[0] = LSB(LSW(start_addr));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
790
ip_icb->queue_address[1] = MSB(LSW(start_addr));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
795
ip_icb->queue_address[4] = LSB(LSW(start_addr));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
796
ip_icb->queue_address[5] = MSB(LSW(start_addr));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
990
MSW(saved_chksum), LSW(saved_chksum));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
1491
LSW(sp->handle));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
1594
LSW(sp->handle));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_isr.c
713
mb[0] = LSW(mbx);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
1616
mcp->mb[3] = LSW(tq->d_id.b24);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
1775
tq->relative_offset = LSW(pkt->log.io_param[6]);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
1778
tq->class3_conc_sequences = LSW(pkt->log.io_param[9]);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
1850
mr->mb[1] = LSW(pkt->log.io_param[1]);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
1855
mr->mb[2] = LSW(pkt->log.io_param[1]);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
1960
mcp->mb[3] = LSW(LSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
1962
mcp->mb[7] = LSW(MSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
2113
mcp->mb[3] = LSW(LSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
2115
mcp->mb[7] = LSW(MSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
2170
mcp->mb[3] = LSW(LSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
2172
mcp->mb[7] = LSW(MSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
2238
mcp->mb[3] = LSW(LSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
2240
mcp->mb[7] = LSW(MSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
2293
mcp->mb[3] = LSW(LSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
2295
mcp->mb[7] = LSW(MSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
2380
mcp->mb[3] = LSW(LSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
2382
mcp->mb[7] = LSW(MSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
2473
mcp->mb[3] = LSW(LSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
2475
mcp->mb[7] = LSW(MSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
2765
mcp->mb[2] = LSW(sp->handle);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
2883
mcp->mb[2] = LSW(ha->risc_fw[0].addr);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
2885
mcp->mb[1] = LSW(ha->risc_fw[0].addr);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
2938
mcp->mb[3] = LSW(LSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
2940
mcp->mb[7] = LSW(MSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
2946
mcp->mb[2] = LSW(LSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
2948
mcp->mb[6] = LSW(MSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
3003
mcp->mb[1] = LSW(risc_address);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
3005
mcp->mb[3] = LSW(LSD(bp));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
3009
mcp->mb[5] = LSW(word_count);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
3014
mcp->mb[4] = LSW(word_count);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
3018
mcp->mb[7] = LSW(MSD(bp));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
3061
mcp->mb[1] = LSW(risc_address);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
3063
mcp->mb[3] = LSW(LSD(bp));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
3065
mcp->mb[5] = LSW(word_count);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
3067
mcp->mb[7] = LSW(MSD(bp));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
3073
mcp->mb[1] = LSW(risc_address);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
3075
mcp->mb[3] = LSW(LSD(bp));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
3076
mcp->mb[4] = LSW(word_count);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
3119
mcp->mb[1] = LSW(risc_address);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
3120
mcp->mb[2] = LSW(data);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
3165
mcp->mb[1] = LSW(risc_address);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
3219
mcp->mb[3] = LSW(LSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
3221
mcp->mb[7] = LSW(MSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
3352
mcp->mb[2] = LSW(ha->risc_fw[0].addr);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
3354
mcp->mb[1] = LSW(ha->risc_fw[0].addr);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
3535
mcp->mb[3] = LSW(LSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
3537
mcp->mb[7] = LSW(MSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
3548
mcp->mb[11] = LSW(LSD(addr));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
3550
mcp->mb[13] = LSW(MSD(addr));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
3860
mcp->mb[6] = LSW(MSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
3862
mcp->mb[10] = LSW(size);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
3864
mcp->mb[14] = LSW(LSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
3866
mcp->mb[16] = LSW(LSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
3868
mcp->mb[18] = LSW(it_cnt);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
3870
mcp->mb[20] = LSW(MSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
3944
mcp->mb[6] = LSW(MSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
3946
mcp->mb[10] = LSW(size);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
3947
mcp->mb[14] = LSW(LSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
3949
mcp->mb[16] = LSW(LSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
3951
mcp->mb[20] = LSW(MSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
4202
mcp->mb[3] = LSW(mem->cookies->dmac_address);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
4204
mcp->mb[7] = LSW(mem->cookies->dmac_notused);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
4205
mcp->mb[8] = LSW(mem->size);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
4363
mcp->mb[2] = LSW(LSD(time));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
4365
mcp->mb[4] = LSW(MSD(time));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
4372
mcp->mb[2] = LSW(mem->cookies->dmac_address);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
4374
mcp->mb[4] = LSW(mem->cookies->dmac_notused);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
4385
mcp->mb[2] = LSW(mem->cookies->dmac_address);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
4387
mcp->mb[4] = LSW(mem->cookies->dmac_notused);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
459
mcp->mb[3] = LSW(LSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
461
mcp->mb[7] = LSW(MSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
4798
mcp->mb[2] = LSW(start);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
4800
mcp->mb[4] = LSW(end);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
4855
mcp->mb[3] = LSW(mem_desc.cookie.dmac_address);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
4857
mcp->mb[7] = LSW(mem_desc.cookie.dmac_notused);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
4914
mcp->mb[3] = LSW(LSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
4916
mcp->mb[7] = LSW(MSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
4975
mcp->mb[3] = LSW(LSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
4977
mcp->mb[7] = LSW(MSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
5128
mcp->mb[4] = LSW(mem->cookies->dmac_address);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
5130
mcp->mb[6] = LSW(mem->cookies->dmac_notused);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
5132
mcp->mb[8] = LSW(mem->size);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
5136
mcp->mb[10] = LSW(ofst);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
5212
mcp->mb[3] = LSW(LSD(req_q->req_ring.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
5216
mcp->mb[7] = LSW(MSD(req_q->req_ring.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
5271
mcp->mb[3] = LSW(LSD(rsp_q->rsp_ring.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
5275
mcp->mb[7] = LSW(MSD(rsp_q->rsp_ring.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
5500
mcp->mb[1] = LSW(addr);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
5502
mcp->mb[3] = LSW(data);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
5544
mcp->mb[1] = LSW(addr);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
605
mcp->mb[6] = LSW(h_rcv);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
607
mcp->mb[10] = LSW(lb->transfer_count);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
611
mcp->mb[14] = LSW(lb->transfer_data_address);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
613
mcp->mb[16] = LSW(lb->receive_data_address);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
615
mcp->mb[18] = LSW(lb->iteration_count);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
617
mcp->mb[20] = LSW(h_xmit);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
652
mcp->mb[6] = LSW(h_rcv);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
654
mcp->mb[6] = LSW(MSD(lb->receive_data_address));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
656
mcp->mb[10] = LSW(lb->transfer_count);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
660
mcp->mb[14] = LSW(lb->transfer_data_address);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
662
mcp->mb[14] = LSW(LSD(lb->transfer_data_address));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
664
mcp->mb[16] = LSW(lb->receive_data_address);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
666
mcp->mb[16] = LSW(LSD(lb->receive_data_address));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
668
mcp->mb[18] = LSW(lb->iteration_count);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
670
mcp->mb[20] = LSW(h_xmit);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
672
mcp->mb[20] = LSW(MSD(lb->transfer_data_address));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
738
mcp->mb[6] = LSW(echo_pt->receive_data_address.dmac_notused);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
744
mcp->mb[20] = LSW(echo_pt->transfer_data_address.dmac_notused);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
751
mcp->mb[10] = LSW(echo_pt->transfer_count);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
754
mcp->mb[14] = LSW(echo_pt->transfer_data_address.dmac_address);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
760
mcp->mb[16] = LSW(echo_pt->receive_data_address.dmac_address);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
861
mcp->mb[3] = LSW(LSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
863
mcp->mb[7] = LSW(MSD(mem_desc.cookie.dmac_laddress));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10111
mr.mb[3] = LSW(serdes_reg_ex.addr);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10113
mr.mb[5] = LSW(serdes_reg_ex.val);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10135
mr.mb[3] = LSW(serdes_reg_ex.addr);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4192
MSB(LSW(sizeof (ql_rpt_lun_lst_t)));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4194
LSB(LSW(sizeof (ql_rpt_lun_lst_t)));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4237
MSB(LSW(sizeof (ql_rpt_lun_lst_t)));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4239
LSB(LSW(sizeof (ql_rpt_lun_lst_t)));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4266
MSB(LSW(sizeof (ql_rpt_lun_lst_t)));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4268
LSB(LSW(sizeof (ql_rpt_lun_lst_t)));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4542
pkt->cmd24.scsi_cdb[4] = LSB(LSW(inq_len));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4582
pkt->cmd3.scsi_cdb[4] = LSB(LSW(inq_len));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4606
pkt->cmd.scsi_cdb[4] = LSB(LSW(inq_len));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
5424
bp[0] = LSB(LSW(data));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
5425
bp[1] = MSB(LSW(data));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
5492
bp[0] = LSB(LSW(data));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
5493
bp[1] = MSB(LSW(data));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8262
fce_trace->Registers[4] = LSW(ha->fwexttracebuf.cookies->dmac_address);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8264
fce_trace->Registers[6] = LSW(ha->fwexttracebuf.cookies->dmac_notused);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
1408
iltds_ptr->img_entry[i].offset_lo = LSW(offset);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
1410
iltds_ptr->img_entry[i].size_lo = LSW(size);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
1417
" \n", offset, LSW(offset), MSW(offset)));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
1697
ql_dump_header_ptr->time_stamp_lo = LSW(timestamp);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
1741
ql_dump_footer_ptr->time_stamp_lo = LSW(timestamp);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
2649
mpi_coredump->mpi_global_header.time_lo = LSW(timestamp);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_flash.c
119
*dp++ = LSB(LSW(data));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_flash.c
120
*dp++ = MSB(LSW(data));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_flash.c
64
qlge->flash_info.flash_manuf = LSB(LSW(fdata));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_flash.c
65
qlge->flash_info.flash_id = MSB(LSW(fdata));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_mpi.c
1109
MSB(LSW(mbx_cmds.mb[1]));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_mpi.c
1111
LSB(LSW(mbx_cmds.mb[1]));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_mpi.c
1115
MSB(LSW(mbx_cmds.mb[2]));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_mpi.c
1117
LSB(LSW(mbx_cmds.mb[2]));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_mpi.c
1199
mcp->mb[1] = LSW(risc_address);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_mpi.c
1201
mcp->mb[3] = LSW(LSD(bp));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_mpi.c
1203
mcp->mb[5] = LSW(word_count);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_mpi.c
1205
mcp->mb[7] = LSW(MSD(bp));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_mpi.c
620
MSB(LSW(mbx_cmds->mb[1]));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_mpi.c
622
LSB(LSW(mbx_cmds->mb[1]));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_mpi.c
626
MSB(LSW(mbx_cmds->mb[2]));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_mpi.c
628
LSB(LSW(mbx_cmds->mb[2]));
usr/src/uts/common/sys/fibre-channel/fca/qlge/qlge.h
125
#define SWAP_ENDIAN_32(x) ((SWAP_ENDIAN_16(LSW(x)) << 16) | \