Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/fs_enet/
H A Dmac-fec.c62 #define FW(_fecp, _reg, _v) __fs_out32(&(_fecp)->fec_ ## _reg, (_v)) macro
68 #define FS(_fecp, _reg, _v) FW(_fecp, _reg, FR(_fecp, _reg) | (_v))
71 #define FC(_fecp, _reg, _v) FW(_fecp, _reg, FR(_fecp, _reg) & ~(_v))
82 FW(fecp, ecntrl, FEC_ECNTRL_PINMUX | FEC_ECNTRL_RESET); in whack_reset()
211 FW(fecp, grp_hash_table_high, fep->fec.hthi); in set_multicast_finish()
212 FW(fecp, grp_hash_table_low, fep->fec.htlo); in set_multicast_finish()
252 FW(fecp, addr_low, addrhi); in restart()
253 FW(fecp, addr_high, addrlo); in restart()
258 FW(fecp, grp_hash_table_high, fep->fec.hthi); in restart()
259 FW(fecp, grp_hash_table_low, fep->fec.htlo); in restart()
[all …]
/OK3568_Linux_fs/kernel/scripts/
H A 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 …]
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A 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
H A 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)
/OK3568_Linux_fs/kernel/tools/testing/selftests/firmware/
H A 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"
H A Dfw_filesystem.sh46 if diff -q "$FW" /dev/test_firmware >/dev/null ; then
63 if ! diff -q "$FW" /dev/test_firmware >/dev/null ; then
81 if ! diff -q "$FW" /dev/test_firmware >/dev/null ; then
212 fwfile="$FW"
235 fwfile="${FW}"
264 if diff -q -Z "$FW" $DIR/read_firmware 2>/dev/null ; then
504 xz -9 -C crc32 -k $FW
529 mv "$FW" "${FW}-orig"
H A Dfw_lib.sh121 FW="$FWPATH/test-firmware.bin"
122 echo "ABCD0123" >"$FW"
125 NAME=$(basename "$FW")
189 if [ -f $FW ]; then
190 rm -f "$FW"
/OK3568_Linux_fs/kernel/Documentation/hid/
H A Dintel-ish-hid.rst96 | ISH Hardware/Firmware(FW) |
118 3.2.1 IPC/FW message types
129 internal queues to sequence messages and send them in order to the FW.
171 Each FW client and a protocol is identified by an UUID. In order to communicate
172 to a FW client, a connection must be established using connect request and
181 the link will be dropped if major FW reset occurs.
190 Each side (host and FW) manages its DMA transfer memory independently. When an
191 ISHTP client from either host or FW side wants to send something, it decides
194 the respective host buffer (TX when host client sends, RX when FW client
199 (that includes RX buffer) and FW responds with DMA_ALLOC_NOTIFY_ACK.
[all …]
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A 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 …]
H A 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
/OK3568_Linux_fs/kernel/Documentation/driver-api/mei/
H A 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
/OK3568_Linux_fs/kernel/sound/firewire/
H A DKconfig89 * Tascam IF-FW/DM
101 * Lynx Aurora 8/16 (LT-FW)
104 * TerraTec PHASE 24 FW/PHASE X24 FW/PHASE 88 Rack FW
139 * FW-1884
140 * FW-1082
141 * FW-1804
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
H A DREADME.lsch348 | Debug Server FW |
50 | AIOP FW |
52 | MC FW |
75 | Debug Server FW (2M) | | Alt
77 | AIOP FW (4M) | |
83 | MC FW (4M) | |
97 | Debug Server FW (2M) | | Bank
99 | AIOP FW (4M) | |
105 | MC FW (4M) | |
/OK3568_Linux_fs/u-boot/arch/arm/mach-bcm283x/
H A DKconfig57 b) You should run the following to tell the VC FW to process DT when
99 At the time of writing, the VC FW requires a non-default option in
103 The VC FW typically provides ARM "stub" code to set up the CPU and
105 mode. In order to boot U-Boot before the VC FW is enhanced, please
108 duplicated here. The VC FW enhancement is tracked in
/OK3568_Linux_fs/kernel/drivers/usb/typec/mux/
H A DKconfig18 Driver for USB muxes controlled by Intel PMC FW. Intel PMC FW can
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/miniupnpd/files/
H A D0001-Add-OpenEmbedded-cross-compile-case.patch29 FW=iptables
34 + FW=iptables
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/
H A 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
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A DKconfig136 Generation5 touchscreen controller FW Loader module.
146 bool "FW upgrade from header file"
157 bool "FW upgrade from binary file"
163 This should be enabled for manual FW upgrade support.
/OK3568_Linux_fs/rkbin/doc/release/
H A DRK3588_CN.md296 3. 支持根据具体的DDR通道情况配置FW-DSU region。
316 1. 支持根据具体的DDR通道情况配置FW-DSU region。
/OK3568_Linux_fs/kernel/sound/soc/sof/
H A DKconfig104 Say Y if you are debugging SOF FW or drivers.
126 Say Y if you are debugging SOF FW pipeline XRUNs.
176 bool "SOF retain DSP context on any FW exceptions"
180 Say Y if you want to retain DSP context for FW exceptions.
/OK3568_Linux_fs/kernel/drivers/misc/mei/hdcp/
H A DKconfig12 Enables the ME FW services required for HDCP2.2 support through
/OK3568_Linux_fs/buildroot/package/httping/
H A Dhttping.mk22 FW=$(if $(BR2_PACKAGE_FFTW_DOUBLE),yes,no) \
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/mellanox/
H A Dmlx5.rst250 - Read FW core dump if already stored or trigger new one::
261 The CR-space dump uses vsc interface which is valid even if the FW command
262 interface is not functional, which is the case in most FW fatal errors.
272 - Read FW CR-space dump if already strored or trigger new one::
/OK3568_Linux_fs/kernel/Documentation/networking/devlink/
H A Dmlx4.rst37 - Enable 64 byte CQEs/EQEs, if the FW supports it.
/OK3568_Linux_fs/kernel/Documentation/driver-api/nfc/
H A Dnfc-pn544.rst30 and third (LSB) bytes of the message. The maximum FW message length is

123