Searched refs:firmware (Results 126 - 141 of 141) sorted by relevance

123456

/freebsd-11-stable/sys/dev/urtwn/
H A Dif_urtwn.c46 #include <sys/firmware.h>
93 URTWN_DEBUG_FIRMWARE = 0x00000020, /* firmware(9) loading debug */
1543 URTWN_DPRINTF(sc, URTWN_DEBUG_FIRMWARE, "%s: firmware "
1557 "could not send firmware command\n");
2005 * Initialize rate adaptation in firmware.
3583 /* If firmware in ram code, do reset */
3734 /* If firmware in ram code, do reset. */
3907 const struct firmware *fw;
3916 /* Read firmware image from the filesystem. */
3936 device_printf(sc->sc_dev, "firmware to
[all...]
/freebsd-11-stable/sys/dev/mxge/
H A Dif_mxge.c36 #include <sys/firmware.h>
146 MODULE_DEPEND(mxge, firmware, 1, 1, 1);
486 * The magic multipliers to the length tell the firmware
547 * already been enabled, then it must use a firmware image which works
552 * firmware image, and set tx_boundary to 4KB.
577 * load the optimized firmware (which assumes aligned PCIe
599 return 0; /* keep the aligned firmware */
631 firmware and skip any checks */
660 device_printf(sc->dev, "Bad firmware type: 0x%x\n",
665 /* save firmware versio
[all...]
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_hal.c49 #include <sys/firmware.h>
H A Diw_cxgb_cm.c49 #include <sys/firmware.h>
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_drv.h311 /* firmware */
312 const struct firmware *me_fw, *pfp_fw;
/freebsd-11-stable/sys/dev/ral/
H A Drt2860.c41 #include <sys/firmware.h>
4117 const struct firmware *fp;
4127 "unable to receive rt2860fw firmware image\n");
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn.c47 #include <sys/firmware.h>
1690 * firmware of ERP changes and the f/w takes care of things
2073 /* Tell the firmware about the MAC capabilities */
3778 "%s: warn: firmware state (%d)\n",
4062 const struct firmware *fw;
4196 device_printf(sc->sc_dev, "the firmware is too old\n");
4202 * Determine firmware header version; needed for TX/RX packet
4223 "firmware is too new (>=598); not supported\n");
4240 "firmware version (rev %u patch %u date %#x time %#x)\n",
4260 device_printf(sc->sc_dev, "using old firmware imag
[all...]
H A Dif_bwn_phy_g.c47 #include <sys/firmware.h>
H A Dif_bwn_phy_lp.c47 #include <sys/firmware.h>
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_run.c42 #include <sys/firmware.h>
1105 const struct firmware *fw;
1123 "invalid firmware size (should be 8KB)\n");
1129 * RT3071/RT3072 use a different firmware
1145 device_printf(sc->sc_dev, "firmware checksum failed\n");
1164 device_printf(sc->sc_dev, "firmware reset failed\n");
1190 device_printf(sc->sc_dev, "firmware %s ver. %u.%u loaded\n",
1306 * firmware. Limit amount of data passed to 64-bytes at a
6274 MODULE_DEPEND(run, firmware, 1, 1, 1);
/freebsd-11-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_radio_2055.c43 #include <sys/firmware.h>
H A Dif_bwn_phy_n_core.c44 #include <sys/firmware.h>
H A Dif_bwn_phy_n_tables.c43 #include <sys/firmware.h>
H A Dif_bwn_radio_2056.c44 #include <sys/firmware.h>
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c45 #include <sys/firmware.h>
376 MODULE_DEPEND(iwn, firmware, 1, 1, 1);
508 /* Allocate DMA memory for firmware transfers. */
511 "could not allocate memory for firmware, error %d\n",
2685 * the firmware panics (eg Intel 5100.)
2699 /* Now, if it's zero, set it to IWN_ANT_AB, so to not panic firmware */
2880 * which is done with a firmware cmd. We also defer
2936 * Process an RX_PHY firmware notification. This is usually immediately
2954 * Process an RX_DONE (4965AGN only) or MPDU_RX_DONE firmware notification.
3255 * firmware o
[all...]
/freebsd-11-stable/sys/dev/fatm/
H A Dfirmware.h36 * This is a binary copy of the PCA200E firmware version 4.1.12
38 * phk got permission from Fore to put firmware images into our tree.
43 static uint32_t firmware[] = { variable

Completed in 561 milliseconds

123456