Home
last modified time | relevance | path

Searched refs:mh_dev (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/sys/dev/malo/
Dif_malohal.c105 mh->mh_dev = dev; in malo_hal_attach()
223 device_printf(mh->mh_dev, "firmware hung, skipping cmd 0x%x\n", in malo_hal_execute_cmd()
229 device_printf(mh->mh_dev, "%s: device not present!\n", in malo_hal_execute_cmd()
236 device_printf(mh->mh_dev, in malo_hal_execute_cmd()
306 device_printf(mh->mh_dev, "%s: device not present!\n", in malo_hal_fw_reset()
365 device_printf(mh->mh_dev, in malo_hal_send_helper()
386 device_printf(mh->mh_dev, "could not read microcode %s!\n", in malo_hal_fwload_helper()
391 device_printf(mh->mh_dev, "load %s firmware image (%zu bytes)\n", in malo_hal_fwload_helper()
427 device_printf(mh->mh_dev, in malo_hal_send_main()
454 device_printf(mh->mh_dev, "could not read firmware %s!\n", in malo_hal_fwload_main()
[all …]
Dif_malohal.h178 device_t mh_dev; member
/freebsd-9-stable/sys/dev/mwl/
Dmwlhal.c153 device_t mh_dev; member
253 mh->mh_dev = dev; in mwl_hal_attach()
496 device_printf(mh->mh_dev, "%s: cause 0x%x\n", __func__, cause);
554 device_printf(mh->mh_dev, "cmd done interrupt:\n"); in mwl_hal_cmddone()
1117 device_printf(mh->mh_dev, in mwl_hal_settxpower()
2340 device_printf(mh->mh_dev, "problem loading fw image\n"); in mwl_hal_getdiagstate()
2390 device_printf(mh->mh_dev, "firmware hung, skipping cmd %s\n", in mwlExecuteCmd()
2393 device_printf(mh->mh_dev, "firmware hung, skipping cmd 0x%x\n", in mwlExecuteCmd()
2399 device_printf(mh->mh_dev, "%s: device not present!\n", in mwlExecuteCmd()
2410 device_printf(mh->mh_dev, in mwlExecuteCmd()
[all …]
/freebsd-9-stable/contrib/gdb/include/
Dos9k.h149 typedef mh_com *Mh_dev,mh_dev; typedef