| /linux-6.15/drivers/net/ethernet/freescale/fs_enet/ |
| H A D | mac-fec.c | 248 FW(fecp, addr_low, addrhi); in restart() 249 FW(fecp, addr_high, addrlo); in restart() 264 FW(fecp, r_hash, PKT_MAXBUF_SIZE); in restart() 285 FW(fecp, fun_code, 0x78000000); in restart() 296 FW(fecp, ievent, 0xffc0); in restart() 333 FW(fecp, r_des_active, 0x01000000); in restart() 355 FW(fecp, imask, 0); in stop() 366 FW(fecp, ievent, FEC_NAPI_EVENT_MSK); in napi_clear_event_fs() 390 FW(fecp, r_des_active, 0x01000000); in rx_bd_done() 398 FW(fecp, x_des_active, 0x01000000); in tx_kickstart() [all …]
|
| /linux-6.15/scripts/ |
| H A D | get_dvb_firmware | 225 print FW "$RES1"; 226 print FW "$DAT1"; 227 print FW "$RES1"; 228 print FW "$DAT1"; 230 print FW "$RES0"; 231 print FW "$DAT0"; 232 print FW "$RES1"; 233 print FW "$DAT1"; 235 print FW "$RES1"; 261 my ($FW); [all …]
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-platform-sst-atom | 8 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
|
| H A D | debugfs-driver-qat | 5 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
|
| H A D | sysfs-class-mei | 23 The ME FW writes its status information into fw status 67 FW components. 90 The ME FW writes Glitch Detection HW (TRC)
|
| H A D | sysfs-driver-ge-achc | 7 from /lib/firmware). The write will block until the FW
|
| /linux-6.15/tools/testing/selftests/firmware/ |
| H A D | fw_filesystem.sh | 49 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"
|
| H A D | fw_fallback.sh | 187 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"
|
| H A D | fw_lib.sh | 134 FW="$FWPATH/test-firmware.bin" 135 echo "ABCD0123" >"$FW" 138 NAME=$(basename "$FW") 202 if [ -f $FW ]; then 203 rm -f "$FW"
|
| /linux-6.15/Documentation/userspace-api/fwctl/ |
| H A D | fwctl.rst | 12 Modern devices contain extensive amounts of FW, and in many cases, are largely 16 tightly coupled FW/HW combination is an effective risk mitigation against chip 17 respin. Problems in the HW design can be counteracted in device FW. This is 21 The FW layer in devices has grown to incredible size and devices frequently 23 over 30MB of FW code, and big configurations operate with over 1GB of FW managed 41 support, and FW-driven functionality that is not well suited to “generic” 46 fwctl is aimed at the common device design pattern where the OS and FW 58 monitoring device health, manipulating its FLASH, debugging the FW, 90 For instance a child VM's FW may be within the scope of the hypervisor FW. It is 236 debug information from the FW binary. [all …]
|
| /linux-6.15/Documentation/driver-api/mei/ |
| H A D | hdcp.rst | 6 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.15/Documentation/scsi/ |
| H A D | ChangeLog.megaraid_sas | 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. 253 PD delete/ADD, LD add/delete from FW. 405 10. FW may take a max of 60 seconds to respond to the INIT 497 from the time cmds were last sent to FW. 504 the cmd and return success without sending down to FW. 545 as Max Cmds FW can support 551 i. Send stop adapter to FW & Dump pending FW cmds before declaring adapter dead. 557 v. If FW in operational state before firing INIT, now we send RESET Flag to FW instead of just READ… [all …]
|
| H A D | dpti.rst | 64 - 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.15/Documentation/hid/ |
| H A D | intel-ish-hid.rst | 96 | ISH Hardware/Firmware(FW) | 118 IPC/FW message types 182 the link will be dropped if major FW reset occurs. 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. 203 send DMA; if FW doesn't support DMA then it won't respond with 244 - FW responds with HOST_START_RES_CMD 245 - Host sends HOST_ENUM_REQ_CMD (enumerate FW clients) 246 - FW responds with HOST_ENUM_RES_CMD that includes bitmap of available FW 248 - For each FW ID found in that bitmap host sends [all …]
|
| /linux-6.15/sound/firewire/ |
| H A D | Kconfig | 106 * 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.15/include/linux/mfd/ |
| H A D | idtRC38xxx_reg.h | 195 #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.15/drivers/ptp/ |
| H A D | ptp_clockmatrix.h | 65 #define IDTCM_FW_REG(FW, VER, REG) (((FW) < (VER)) ? (REG) : (REG##_##VER)) argument
|
| /linux-6.15/Documentation/devicetree/bindings/i2c/ |
| H A D | i2c-opal.txt | 15 linux, used by the FW though. 21 The node contains a number of other properties that are used by the FW itself
|
| /linux-6.15/Documentation/networking/device_drivers/ethernet/amd/ |
| H A D | pds_core.rst | 25 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.15/Documentation/devicetree/bindings/net/bluetooth/ |
| H A D | nxp,88w8987-bt.yaml | 13 are used during FW download. To enable power save mode, the host 33 Chip baudrate after FW is downloaded and initialized.
|
| /linux-6.15/drivers/misc/mei/hdcp/ |
| H A D | Kconfig | 11 Enables the ME FW services required for HDCP2.2 support through
|
| /linux-6.15/drivers/misc/mei/pxp/ |
| H A D | Kconfig | 11 Enables the ME FW services required for PXP support through
|
| /linux-6.15/drivers/net/ethernet/netronome/ |
| H A D | Kconfig | 42 TC Flower offload requires specific FW to work. 66 requires specific FW to work.
|
| /linux-6.15/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | ice.rst | 784 FW-LLDP (Firmware Link Layer Discovery Protocol) 786 Use ethtool to change FW-LLDP settings. The FW-LLDP setting is per port and 942 Firmware (FW) logging 944 The driver supports FW logging via the debugfs interface on PF 0 only. The FW 945 running on the NIC must support FW logging; if the FW doesn't support FW logging 1035 Enabling FW log 1045 Retrieving FW log data 1049 when FW logging is disabled. The FW log data is a binary file that is sent to 1062 The driver receives FW log data from the Admin Receive Queue (ARQ). The 1063 frequency that the FW sends the ARQ events can be configured by writing to [all …]
|
| /linux-6.15/arch/arm64/boot/dts/freescale/ |
| H A D | fsl-ls1028a-qds-7777.dtso | 8 * Requires a SCH-30841 card without lane A/C rewire and with a FW with muxing
|