Searched refs:SHORT_TO_LONG (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_debug.c | 413 fdata[0] = SHORT_TO_LONG(d1, code); in ql_flash_errlog() 414 fdata[1] = SHORT_TO_LONG(d3, d2); in ql_flash_errlog()
|
H A D | ql_isr.c | 758 handle = SHORT_TO_LONG(RD16_IO_REG(ha, mailbox_out[1]), in ql_async_event() 768 handle = SHORT_TO_LONG(MSW(mbx), in ql_async_event() 775 handle = CFG_IST(ha, CFG_CTRL_2200) ? SHORT_TO_LONG( in ql_async_event() 778 SHORT_TO_LONG(MSW(mbx), RD16_IO_REG(ha, mailbox_out[2])); in ql_async_event()
|
H A D | ql_init.c | 2529 ha->fw_ext_memory_size = ((SHORT_TO_LONG(mr.mb[4], mr.mb[5]) - in ql_start_firmware() 2540 ha->mpi_capability_list = SHORT_TO_LONG(mr.mb[13], in ql_start_firmware()
|
H A D | ql_api.c | 15080 buf32[cnt] = SHORT_TO_LONG( in ql_read_risc_ram()
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlge/ |
H A D | qlge.h | 120 #define SHORT_TO_LONG(a, b) (uint32_t)((uint16_t)b << 16 | (uint16_t)a) macro
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_api.h | 1813 #define SHORT_TO_LONG(lsw, msw) (uint32_t)((uint16_t)msw << 16 | (uint16_t)lsw) macro 1816 (uint32_t)(SHORT_TO_LONG(CHAR_TO_SHORT(lsb, b1), \
|