Symbol: SHORT_TO_LONG
usr/src/uts/common/io/comstar/port/qlt/qlt.c
3521
qlt->fw_ext_memory_end = SHORT_TO_LONG(
usr/src/uts/common/io/comstar/port/qlt/qlt.c
3524
qlt->fw_shared_ram_start = SHORT_TO_LONG(
usr/src/uts/common/io/comstar/port/qlt/qlt.c
3527
qlt->fw_shared_ram_end = SHORT_TO_LONG(
usr/src/uts/common/io/comstar/port/qlt/qlt.c
3530
qlt->fw_ddr_ram_start = SHORT_TO_LONG(
usr/src/uts/common/io/comstar/port/qlt/qlt.c
3533
qlt->fw_ddr_ram_end = SHORT_TO_LONG(
usr/src/uts/common/io/comstar/port/qlt/qlt.h
754
(uint32_t)(SHORT_TO_LONG(CHAR_TO_SHORT(lsb, b1), \
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
16201
buf32[cnt] = SHORT_TO_LONG(
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_debug.c
470
fdata[0] = SHORT_TO_LONG(d1, code);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_debug.c
471
fdata[1] = SHORT_TO_LONG(d3, d2);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
2541
ha->fw_ext_memory_end = SHORT_TO_LONG(mr.mb[4], mr.mb[5]);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
2545
ha->fw_attributes = SHORT_TO_LONG(mr.mb[6], mr.mb[15]);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
2549
ha->fw_ext_attributes = SHORT_TO_LONG(mr.mb[16],
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
2557
SHORT_TO_LONG(mr.mb[13], mr.mb[12]);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
2564
SHORT_TO_LONG(mr.mb[18], mr.mb[19]);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
2566
SHORT_TO_LONG(mr.mb[20], mr.mb[21]);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
2568
SHORT_TO_LONG(mr.mb[22], mr.mb[23]);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
2570
SHORT_TO_LONG(mr.mb[24], mr.mb[25]);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_isr.c
716
handles[0] = SHORT_TO_LONG(RD16_IO_REG(ha, mailbox_out[1]),
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_isr.c
762
handles[0] = SHORT_TO_LONG(MSW(mbx),
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_isr.c
769
handles[0] = SHORT_TO_LONG(
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_isr.c
772
handles[1] = SHORT_TO_LONG(
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_isr.c
781
handles[0] = CFG_IST(ha, CFG_CTRL_22XX) ? SHORT_TO_LONG(
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_isr.c
784
SHORT_TO_LONG(MSW(mbx), RD16_IO_REG(ha, mailbox_out[2]));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
5555
*dp = SHORT_TO_LONG(mcp->mb[3], mcp->mb[4]);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
2354
(tsize = SHORT_TO_LONG(mr.mb[2], mr.mb[3])) == 0) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
2364
ha->md_capture_size = SHORT_TO_LONG(mr.mb[4], mr.mb[5]) +
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
2365
SHORT_TO_LONG(mr.mb[6], mr.mb[7]) +
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
2366
SHORT_TO_LONG(mr.mb[8], mr.mb[9]) +
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
2367
SHORT_TO_LONG(mr.mb[10], mr.mb[11]) + tsize;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10144
serdes_reg_ex.val = SHORT_TO_LONG(mr.mb[1], mr.mb[2]);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
3607
SHORT_TO_LONG(mr.mb[18], mr.mb[19]);
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_api.h
2124
(uint32_t)(SHORT_TO_LONG(CHAR_TO_SHORT(lsb, b1), \