Home
last modified time | relevance | path

Searched full:isn (Results 1 – 25 of 2909) sorted by relevance

12345678910>>...117

/Linux-v5.15/arch/nios2/kernel/
Dmisaligned.c68 u32 isn, addr, val; in handle_unaligned_c() local
83 isn = *(unsigned long *)(fp->ea); in handle_unaligned_c()
90 a = (isn >> 27) & 0x1f; in handle_unaligned_c()
91 b = (isn >> 22) & 0x1f; in handle_unaligned_c()
92 imm16 = (isn >> 6) & 0xffff; in handle_unaligned_c()
96 switch (isn & 0x3f) { in handle_unaligned_c()
155 pr_err("fault during kernel misaligned fixup @ %#lx; addr 0x%08x; isn=0x%08x\n", in handle_unaligned_c()
157 (unsigned int)isn); in handle_unaligned_c()
159 pr_err("fault during user misaligned fixup @ %#lx; isn=%08x addr=0x%08x sp=0x%08lx pid=%d\n", in handle_unaligned_c()
161 (unsigned int)isn, addr, fp->sp, in handle_unaligned_c()
[all …]
/Linux-v5.15/drivers/staging/axis-fifo/
Daxis-fifo.txt32 - xlnx,has-axis-tdest: Should be <0x0> (this feature isn't supported)
33 - xlnx,has-axis-tid: Should be <0x0> (this feature isn't supported)
34 - xlnx,has-axis-tkeep: Should be <0x0> (this feature isn't supported)
35 - xlnx,has-axis-tstrb: Should be <0x0> (this feature isn't supported)
36 - xlnx,has-axis-tuser: Should be <0x0> (this feature isn't supported)
50 - xlnx,use-rx-cut-through: Should be <0x0> (this feature isn't supported)
52 - xlnx,use-tx-ctrl: Should be <0x0> (this feature isn't supported)
53 - xlnx,use-tx-cut-through: Should be <0x0> (this feature isn't supported)
/Linux-v5.15/Documentation/driver-api/media/drivers/
Dbttv-devel.rst22 You should verify this is correct. If it isn't, you have to pass the
27 If your card isn't listed there, you might check the source code for
28 new entries which are not listed yet. If there isn't one for your
35 module like ``msp3400`` to make sound work. If there isn't one for the
/Linux-v5.15/arch/mips/kernel/
Dreset.c37 * go awry because the system isn't in a functional state. in machine_hang()
61 * Try the cpu_wait() callback. This isn't ideal since in machine_hang()
70 * loop, but we don't really have a choice. This isn't in machine_hang()
/Linux-v5.15/arch/m68k/mm/
Dhwtest.c9 * that isn't present would cause a bus error. We set up a
20 * initialization process, when the VBR register isn't set up yet. On
79 * If this nop isn't present, 'ret' may already be loaded in hwreg_write()
/Linux-v5.15/scripts/
Dfaddr2line52 command -v awk >/dev/null 2>&1 || die "awk isn't installed"
53 command -v ${READELF} >/dev/null 2>&1 || die "readelf isn't installed"
54 command -v ${ADDR2LINE} >/dev/null 2>&1 || die "addr2line isn't installed"
55 command -v ${SIZE} >/dev/null 2>&1 || die "size isn't installed"
56 command -v ${NM} >/dev/null 2>&1 || die "nm isn't installed"
/Linux-v5.15/Documentation/userspace-api/media/cec/
Dcec-ioc-adap-g-caps.rst81 this capability isn't set, then setting the physical address is
90 this capability isn't set, then the kernel will have configured
100 capability isn't set, then the kernel will handle all CEC
/Linux-v5.15/Documentation/networking/
Dplip.rst52 an existing Ethernet. Isn't standard (not even de facto standard, like
73 when no data is available, the driver isn't being used.
82 indicate that there isn't a noticeable performance drop when using IRQ-less
103 above calculation. It isn't an important issue, unless the wire is faulty,
167 isn't configured for PLIP, as it will result in output driver
/Linux-v5.15/drivers/of/
Dof_net.c105 * address. If that isn't set, then 'local-mac-address' is checked next,
106 * because that is the default address. If that isn't set, then the obsolete
108 * of the above isn't set, then try to get MAC address from nvmem cell named
/Linux-v5.15/Documentation/devicetree/bindings/usb/
Dusb.yaml39 selected. In case this isn't passed via DT, USB controllers should
47 isn't passed via DT, USB controllers should default to their maximum HW
/Linux-v5.15/arch/powerpc/platforms/85xx/
Dmpc85xx_ds.c162 * Called very early, device-tree isn't unflattened
174 * Called very early, device-tree isn't unflattened
182 * Called very early, device-tree isn't unflattened
/Linux-v5.15/drivers/gpu/drm/amd/display/
DTODO57 reimplement half of our edid quirk table, which really isn't a good
89 stuff in drm_dp_helper.h. drm_dp_helper.h isn't really great and already has 2
101 DRM_DEBUG stuff just isn't up to the challenges either. We need to figure out
/Linux-v5.15/arch/arm/mach-imx/
Dcpuidle-imx6q.c61 * CPUs when they are in wait(unclocked) state. As the hardware workaround isn't
63 * isn't present and the FEC is in use.
/Linux-v5.15/sound/drivers/
DKconfig135 the standard parallel port driver isn't used for the port.
162 make sure that the standard serial driver isn't used or
212 isn't recommended because many applications try to reopen
/Linux-v5.15/drivers/nvmem/
Drmem.c32 * uses-cases for this driver, the performance hit isn't a concern. in rmem_read()
37 * but as of Dec 2020 this isn't possible on arm64. in rmem_read()
/Linux-v5.15/sound/aoa/soundbus/i2sbus/
Dinterface.h147 /* used to send codec messages, but how isn't clear */
150 /* used to receive codec messages, but how isn't clear */
153 /* frame count reg isn't clear to me yet, but probably useful */
/Linux-v5.15/fs/reiserfs/
Dlock.c57 /* this can happen when the lock isn't always held */ in reiserfs_write_unlock_nested()
74 /* this can happen when the lock isn't always held */ in reiserfs_write_lock_nested()
/Linux-v5.15/arch/arm/mach-omap2/
Dsleep24xx.S36 * when we get called, but the DLL probably isn't. We will wait a bit more in
37 * case the DPLL isn't quite there yet. The code will wait on DLL for DDR even
/Linux-v5.15/include/uapi/linux/
Datmbr2684.h23 * Is there FCS inbound on this VC? This currently isn't supported.
30 * Is there FCS outbound on this VC? This currently isn't supported.
/Linux-v5.15/arch/mips/include/asm/
Dtimex.h35 * which isn't an evil thing.
48 * the compare interrupt isn't being used as the clock source device.
/Linux-v5.15/Documentation/hwmon/
Dlm63.rst58 The datasheet isn't very clear about what the tachometer reading is.
82 (you cannot define your custom PWM/temperature curve), and mode change isn't
/Linux-v5.15/drivers/usb/host/
Dehci-timer.c99 /* Don't enable anything if the controller isn't running (e.g., died) */ in ehci_poll_ASS()
145 /* Don't do anything if the controller isn't running (e.g., died) */ in ehci_poll_PSS()
219 * current cycle. But if the root hub isn't running then in ehci_handle_start_intr_unlinks()
251 * current cycle. But if the root hub isn't running then in ehci_handle_intr_unlinks()
362 /* Not needed if the controller isn't running or it's already enabled */ in turn_on_io_watchdog()
/Linux-v5.15/tools/lib/api/
Dio.h62 * first character isn't hexadecimal returns -2, io->eof returns -1, otherwise
91 * isn't a decimal returns -2, io->eof returns -1, otherwise returns the
/Linux-v5.15/drivers/clk/ingenic/
Dcgu.h86 * isn't one
87 * @busy_bit: the index of the busy bit within reg, or -1 if there isn't one
88 * @stop_bit: the index of the stop bit within reg, or -1 if there isn't one
/Linux-v5.15/fs/crypto/
Dfname.c59 * the strong hash and thus includes the 'sha256' field. This isn't simply
60 * sizeof(struct fscrypt_nokey_name), as the padding at the end isn't included.
194 * and Filename Safe Alphabet" specified by RFC 4648. '='-padding isn't used,
196 * base64 to avoid the '/' character, which isn't allowed in filenames.
228 * URL and Filename Safe Alphabet" specified by RFC 4648. '='-padding isn't
234 * or -1 if the string isn't a valid base64url string.

12345678910>>...117