Home
last modified time | relevance | path

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

12345678910>>...108

/Linux-v5.4/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.4/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)
46 - xlnx,use-rx-cut-through: Should be <0x0> (this feature isn't supported)
48 - xlnx,use-tx-ctrl: Should be <0x0> (this feature isn't supported)
49 - xlnx,use-tx-cut-through: Should be <0x0> (this feature isn't supported)
/Linux-v5.4/Documentation/devicetree/bindings/usb/
Dgeneric.txt6 "full-speed" and "low-speed". In case this isn't passed
11 "peripheral" and "otg". In case this attribute isn't
17 In case this isn't passed via DT, USB controllers should
/Linux-v5.4/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.4/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.4/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.4/drivers/of/
Dof_net.c78 * address. If that isn't set, then 'local-mac-address' is checked next,
79 * because that is the default address. If that isn't set, then the obsolete
81 * of the above isn't set, then try to get MAC address from nvmem cell named
/Linux-v5.4/Documentation/networking/
DPLIP.txt48 an existing Ethernet. Isn't standard (not even de facto standard, like
69 when no data is available, the driver isn't being used.
78 indicate that there isn't a noticeable performance drop when using IRQ-less
99 above calculation. It isn't an important issue, unless the wire is faulty,
162 isn't configured for PLIP, as it will result in output driver
/Linux-v5.4/Documentation/media/uapi/cec/
Dcec-ioc-adap-g-caps.rst85 this capability isn't set, then setting the physical address is
94 this capability isn't set, then the kernel will have configured
104 capability isn't set, then the kernel will handle all CEC
/Linux-v5.4/arch/arm/mach-imx/
Dcpuidle-imx6q.c59 * CPUs when they are in wait(unclocked) state. As the hardware workaround isn't
61 * isn't present and the FEC is in use.
/Linux-v5.4/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.4/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.4/fs/xfs/
Dxfs_dquot_item.c121 * and acquires a hold on the buffer to ensure that it isn't reclaimed before
238 * The dquot isn't locked at this point, but it isn't on any of the lists
292 * There isn't much you can do to push a quotaoff item. It is simply
/Linux-v5.4/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.4/sound/drivers/
DKconfig134 the standard parallel port driver isn't used for the port.
161 make sure that the standard serial driver isn't used or
223 isn't recommended because many applications try to reopen
/Linux-v5.4/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.4/drivers/clk/ingenic/
Dcgu.h80 * isn't one
81 * @busy_bit: the index of the busy bit within reg, or -1 if there isn't one
82 * @stop_bit: the index of the stop bit within reg, or -1 if there isn't one
/Linux-v5.4/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.4/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.4/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.4/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.4/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.4/tools/testing/selftests/powerpc/pmu/ebb/
Devent_attributes_test.c111 /* Expected to fail, leader isn't exclusive */ in event_attributes()
118 /* Expected to fail, leader isn't pinned */ in event_attributes()
/Linux-v5.4/arch/arm/mach-s3c24xx/
Dmach-osiris-dvs.c141 /* the CONFIG_PM block is so small, it isn't worth actually compiling it
142 * out if the configuration isn't set. */
/Linux-v5.4/drivers/gpu/drm/i915/
DKconfig90 This option selects ZLIB_DEFLATE if it isn't already
102 This option selects CONFIG_MMU_NOTIFIER if it isn't already

12345678910>>...108