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

123456

/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_sdma.c46 #include <sys/firmware.h>
356 const struct firmware *fp;
360 device_printf(sc->dev, "Can't get firmware.\n");
366 device_printf(sc->dev, "Can't use firmware.\n");
412 /* Channel 0 is used for booting firmware */
/freebsd-11-stable/sys/dev/mlxfw/
H A Dmlxfw_mfa2.c115 bool mlxfw_mfa2_check(const struct firmware *fw)
290 struct mlxfw_mfa2_file *mlxfw_mfa2_file_init(const struct firmware *fw)
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb.c48 #include <sys/firmware.h>
H A Diw_cxgb_cq.c51 #include <sys/firmware.h>
H A Diw_cxgb_ev.c50 #include <sys/firmware.h>
H A Diw_cxgb_mem.c50 #include <sys/firmware.h>
H A Diw_cxgb_dbg.c50 #include <sys/firmware.h>
/freebsd-11-stable/sys/dev/bwi/
H A Dif_bwi_pci.c258 MODULE_DEPEND(bwi, firmware, 1, 1, 1); /* firmware support */
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn_phy_common.c48 #include <sys/firmware.h>
H A Dif_bwn_phy_n.c47 #include <sys/firmware.h>
/freebsd-11-stable/sys/dev/mwl/
H A Dif_mwl_pci.c293 MODULE_DEPEND(mwl, firmware, 1, 1, 1);
/freebsd-11-stable/sys/dev/fatm/
H A Dif_fatmreg.h112 * firmware to communicate with the driver.
118 #define FATMO_COMMON_ORIGIN (0x4d40) /* firmware comm. area */
129 * firmware) and a version number.
173 * The firmware communication area contains a big structure most of which
264 * The fore firmware is a binary file, that starts with a header. The
268 struct firmware { struct
270 uint32_t version; /* firmware version */
406 * The media type member of the firmware communication block contains a
/freebsd-11-stable/sys/dev/malo/
H A Dif_malo_pci.c352 MODULE_DEPEND(malo, firmware, 1, 1, 1);
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm_fw.c83 #include <sys/firmware.h>
234 /* Device got reset, and we setup firmware paging again */
273 "Paging: allocated 4K(CSS) bytes for firmware paging.\n");
294 "Paging: allocated 32K bytes for firmware paging.\n");
H A Dif_iwm_phy_ctxt.c115 #include <sys/firmware.h>
H A Dif_iwmvar.h143 * fw_status is used to determine if we've already parsed the firmware file
199 const struct firmware *fw_fp;
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_drv.c399 MODULE_DEPEND(radeonkms, firmware, 1, 1, 1);
H A Dradeon.h73 #include <sys/firmware.h>
1625 const struct firmware *me_fw; /* all family ME firmware */
1626 const struct firmware *pfp_fw; /* r6/700 PFP firmware */
1627 const struct firmware *rlc_fw; /* r6/700 RLC firmware */
1628 const struct firmware *mc_fw; /* NI MC firmware */
1629 const struct firmware *ce_f
[all...]
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpivar.h225 const struct firmware *fw_fp;
/freebsd-11-stable/sys/dev/ral/
H A Dif_ral_pci.c56 MODULE_DEPEND(ral, firmware, 1, 1, 1);
/freebsd-11-stable/sys/dev/cx/
H A Dcsigma.c113 int cx_download (port_t port, const unsigned char *firmware, long bits, argument
122 v = ((firmware[n] ^ ' ') << 1) | (firmware[n] >> 7 & 1);
319 /* Read and check the global firmware revision code. */
328 /* Read and check the new global firmware revision code. */
909 int cx_setup_board (cx_board_t *b, const unsigned char *firmware, argument
922 /* Load the firmware. */
932 if (firmware &&
933 (! cx_download (b->port, firmware, bits, tst) ||
935 ! cx_download (b->port+0x10, firmware, bit
[all...]
/freebsd-11-stable/sys/dev/ctau/
H A Dctau.c73 int ct_download (port_t port, const unsigned char *firmware, argument
82 v = ((firmware[n] ^ ' ') << 1) | ((firmware[n] >> 7) & 1);
194 * ��� �������� firmware. �������� ������ ���� ����������� � ����������
393 const unsigned char *firmware, long bits, const cr_dat_tst_t *tst,
434 if (! ct_download (port, firmware, bits, tst))
947 int ct_setup_board (ct_board_t *b, const unsigned char *firmware, argument
958 /* Load the firmware. */
959 if (firmware && (b->type == B_TAU || b->type == B_TAU_E1 ||
961 ! ct_download (b->port, firmware, bit
392 ct_init(ct_board_t *b, int num, port_t port, int irq, int dma, const unsigned char *firmware, long bits, const cr_dat_tst_t *tst, const unsigned char *firmware2) argument
[all...]
/freebsd-11-stable/sys/dev/cp/
H A Dcpddk.h249 unsigned char fw_type; /* firmware type */
256 unsigned char *firmware[8]; /* external firmware */ member in struct:_cp_board_t
/freebsd-11-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_ppr.c42 #include <sys/firmware.h>
/freebsd-11-stable/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.c36 #include <sys/firmware.h>

Completed in 214 milliseconds

123456