Home
last modified time | relevance | path

Searched refs:fw8300fc_code01 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A D8300fc.c62 uint32_t fw8300fc_code01[] = { variable
H A Dqlt.h120 extern uint32_t fw8300fc_code01[];
H A Dqlt.c2888 fwi->fwi_default_major = (uint16_t)fw8300fc_code01[4]; in qlt_ioctl()
2889 fwi->fwi_default_minor = (uint16_t)fw8300fc_code01[5]; in qlt_ioctl()
2891 (uint16_t)fw8300fc_code01[6]; in qlt_ioctl()
2892 fwi->fwi_default_attr = (uint16_t)fw8300fc_code01[7]; in qlt_ioctl()
3427 ret = qlt_load_risc_ram(qlt, fw8300fc_code01, in qlt_download_fw()