Home
last modified time | relevance | path

Searched refs:FW (Results 1 – 25 of 70) sorted by relevance

123

/linux-6.12.1/drivers/net/ethernet/freescale/fs_enet/
Dmac-fec.c57 #define FW(_fecp, _reg, _v) __fs_out32(&(_fecp)->fec_ ## _reg, (_v)) macro
63 #define FS(_fecp, _reg, _v) FW(_fecp, _reg, FR(_fecp, _reg) | (_v))
66 #define FC(_fecp, _reg, _v) FW(_fecp, _reg, FR(_fecp, _reg) & ~(_v))
77 FW(fecp, ecntrl, FEC_ECNTRL_PINMUX | FEC_ECNTRL_RESET); in whack_reset()
206 FW(fecp, grp_hash_table_high, fep->fec.hthi); in set_multicast_finish()
207 FW(fecp, grp_hash_table_low, fep->fec.htlo); in set_multicast_finish()
248 FW(fecp, addr_low, addrhi); in restart()
249 FW(fecp, addr_high, addrlo); in restart()
254 FW(fecp, grp_hash_table_high, fep->fec.hthi); in restart()
255 FW(fecp, grp_hash_table_low, fep->fec.htlo); in restart()
[all …]
/linux-6.12.1/scripts/
Dget_dvb_firmware224 open FW,">$tmpdir/opera.fw";
225 print FW "$RES1";
226 print FW "$DAT1";
227 print FW "$RES1";
228 print FW "$DAT1";
229 appendfile(FW,"$tmpdir/fw1part1-1");
230 print FW "$RES0";
231 print FW "$DAT0";
232 print FW "$RES1";
233 print FW "$DAT1";
[all …]
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-platform-sst-atom8 If the FW has never been loaded it will display::
10 "FW not yet loaded"
12 If FW has been loaded it will display::
19 0d: BYT FW
20 0b: BSW FW
21 07: Merrifield FW
Ddebugfs-driver-qat5 Description: (RO) Read returns the number of requests sent to the FW and the number of responses
6 received from the FW for each Acceleration Engine
9 <N>: Number of requests sent from Acceleration Engine N to FW and responses
10 Acceleration Engine N received from FW
Dsysfs-class-mei23 The ME FW writes its status information into fw status
67 FW components.
90 The ME FW writes Glitch Detection HW (TRC)
Dsysfs-driver-ge-achc7 from /lib/firmware). The write will block until the FW
/linux-6.12.1/tools/testing/selftests/firmware/
Dfw_filesystem.sh49 if diff -q "$FW" /dev/test_firmware >/dev/null ; then
66 if ! diff -q "$FW" /dev/test_firmware >/dev/null ; then
84 if ! diff -q "$FW" /dev/test_firmware >/dev/null ; then
215 fwfile="$FW"
238 fwfile="${FW}"
267 if diff -q -Z "$FW" $DIR/read_firmware 2>/dev/null ; then
497 compress_both_"$COMPRESS_FORMAT" $FW
506 mv "$FW" "${FW}-orig"
514 mv "${FW}-orig" "$FW"
Dfw_fallback.sh187 if diff -q "$FW" /dev/test_firmware >/dev/null ; then
204 if diff -q "$FW" /dev/test_firmware >/dev/null ; then
212 load_fw "$NAME" "$FW"
213 if ! diff -q "$FW" /dev/test_firmware >/dev/null ; then
220 load_fw_cancel "nope-$NAME" "$FW"
221 if diff -q "$FW" /dev/test_firmware >/dev/null ; then
229 load_fw_fallback_with_child "nope-signal-$NAME" "$FW"
Dfw_lib.sh134 FW="$FWPATH/test-firmware.bin"
135 echo "ABCD0123" >"$FW"
138 NAME=$(basename "$FW")
202 if [ -f $FW ]; then
203 rm -f "$FW"
/linux-6.12.1/Documentation/driver-api/mei/
Dhdcp.rst6 ME FW as a security engine provides the capability for setting up
10 ME FW prepares HDCP2.2 negotiation parameters, signs and encrypts them
14 Similarly, the HDCP2.2 sink's response is transferred to ME FW
18 upon request ME FW will configure the port as authenticated and supply
/linux-6.12.1/Documentation/scsi/
DChangeLog.megaraid_sas115 1. Continue booting immediately if FW in FAULT at driver load time.
210 which not returned by FW to driver's pending queue. Driver
211 will re-issue those pending cmds again to FW after the OCR
218 d). in Driver's ISR routine, if driver get the FW state as
219 state change, FW in Failure status and FW support online controller
223 OCR to finish, then issue the cmds to FW.
226 OCR to see if driver can bring back the FW.
233 failed state. Driver will kill adapter if can't bring back FW after the
253 PD delete/ADD, LD add/delete from FW.
283 1. Add the fix of pending in FW after deleted the logic drives.
[all …]
Ddpti.rst64 - Enabled hba reset from ioctls (allows a FW flash to reboot and use
65 the new FW without having to reboot)
74 now online (at the FW level) when test unit ready or inquiry
/linux-6.12.1/Documentation/hid/
Dintel-ish-hid.rst96 | ISH Hardware/Firmware(FW) |
118 IPC/FW message types
172 Each FW client and a protocol is identified by a UUID. In order to communicate
173 to a FW client, a connection must be established using connect request and
182 the link will be dropped if major FW reset occurs.
191 Each side (host and FW) manages its DMA transfer memory independently. When an
192 ISHTP client from either host or FW side wants to send something, it decides
195 the respective host buffer (TX when host client sends, RX when FW client
200 (that includes RX buffer) and FW responds with DMA_ALLOC_NOTIFY_ACK.
202 if the host doesn't support DMA, then it won't send DMA allocation, so FW can't
[all …]
/linux-6.12.1/sound/firewire/
DKconfig106 * Tascam IF-FW/DM
118 * Lynx Aurora 8/16 (LT-FW)
121 * TerraTec PHASE 24 FW/PHASE X24 FW/PHASE 88 Rack FW
156 * FW-1884
157 * FW-1082
158 * FW-1804
/linux-6.12.1/include/linux/mfd/
DidtRC38xxx_reg.h195 #define IDTFC3_FW_REG(FW, VER, REG) (((FW) < (VER)) ? (REG) : (REG##_##VER)) argument
196 #define IDTFC3_FW_FIELD(FW, VER, FIELD) (((FW) < (VER)) ? (FIELD) : (FIELD##_##VER)) argument
/linux-6.12.1/drivers/ptp/
Dptp_clockmatrix.h65 #define IDTCM_FW_REG(FW, VER, REG) (((FW) < (VER)) ? (REG) : (REG##_##VER)) argument
/linux-6.12.1/Documentation/devicetree/bindings/i2c/
Di2c-opal.txt15 linux, used by the FW though.
21 The node contains a number of other properties that are used by the FW itself
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/amd/
Dpds_core.rst25 pds_core 0000:b5:00.0: FW: 1.60.0-73
27 pds_core 0000:b6:00.0: FW: 1.60.0-73
108 The driver supports a devlink health reporter for FW status::
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/intel/
Dice.rst735 be both queried and set locally. This mode requires the FW-based LLDP Agent to
741 private flag. Refer to the "FW-LLDP (Firmware Link Layer Discovery Protocol)"
753 FW-LLDP (Firmware Link Layer Discovery Protocol)
755 Use ethtool to change FW-LLDP settings. The FW-LLDP setting is per port and
911 Firmware (FW) logging
913 The driver supports FW logging via the debugfs interface on PF 0 only. The FW
914 running on the NIC must support FW logging; if the FW doesn't support FW logging
1004 Enabling FW log
1006 Configuring the modules indicates to the FW that the configured modules should
1008 events to the driver until the enable message is sent to the FW. To do this
[all …]
/linux-6.12.1/drivers/misc/mei/hdcp/
DKconfig11 Enables the ME FW services required for HDCP2.2 support through
/linux-6.12.1/drivers/misc/mei/pxp/
DKconfig11 Enables the ME FW services required for PXP support through
/linux-6.12.1/drivers/net/ethernet/netronome/
DKconfig42 TC Flower offload requires specific FW to work.
66 requires specific FW to work.
/linux-6.12.1/drivers/usb/typec/mux/
DKconfig35 Driver for USB muxes controlled by Intel PMC FW. Intel PMC FW can
/linux-6.12.1/arch/arm64/boot/dts/freescale/
Dfsl-ls1028a-qds-7777.dtso8 * Requires a SCH-30841 card without lane A/C rewire and with a FW with muxing
/linux-6.12.1/Documentation/networking/devlink/
Dmlx5.rst213 - Read FW core dump if already stored or trigger new one::
225 The CR-space dump uses vsc interface which is valid even if the FW command
226 interface is not functional, which is the case in most FW fatal errors.
238 - Read FW CR-space dump if already stored or trigger new one::

123