Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/malo/
H A Dif_malohal.c110 mh->mh_dev = dev; in malo_hal_attach()
217 device_printf(mh->mh_dev, "firmware hung, skipping cmd 0x%x\n", in malo_hal_execute_cmd()
223 device_printf(mh->mh_dev, "%s: device not present!\n", in malo_hal_execute_cmd()
230 device_printf(mh->mh_dev, in malo_hal_execute_cmd()
300 device_printf(mh->mh_dev, "%s: device not present!\n", in malo_hal_fw_reset()
359 device_printf(mh->mh_dev, in malo_hal_send_helper()
380 device_printf(mh->mh_dev, "could not read microcode %s!\n", in malo_hal_fwload_helper()
421 device_printf(mh->mh_dev, in malo_hal_send_main()
448 device_printf(mh->mh_dev, "could not read firmware %s!\n", in malo_hal_fwload_main()
505 device_printf(mh->mh_dev, "failed to load bootrom loader.\n"); in malo_hal_fwload()
[all …]
H A Dif_malohal.h180 device_t mh_dev; member
/freebsd-12.1/sys/dev/mwl/
H A Dmwlhal.c155 device_t mh_dev; member
255 mh->mh_dev = dev; in mwl_hal_attach()
547 device_printf(mh->mh_dev, "cmd done interrupt:\n"); in mwl_hal_cmddone()
1110 device_printf(mh->mh_dev, in mwl_hal_settxpower()
2392 device_printf(mh->mh_dev, "%s: device not present!\n", in mwlExecuteCmd()
2403 device_printf(mh->mh_dev, in mwlExecuteCmd()
2406 device_printf(mh->mh_dev, in mwlExecuteCmd()
2491 device_printf(mh->mh_dev, in mwlSendBlock()
2509 device_printf(mh->mh_dev, in mwlSendBlock2()
2542 device_printf(mh->mh_dev, in mwl_hal_fwload()
[all …]
/freebsd-12.1/contrib/gdb/include/
H A Dos9k.h149 typedef mh_com *Mh_dev,mh_dev; typedef