/Linux-v6.6/drivers/reset/starfive/ |
D | reset-starfive-jh71x0.c | 23 const u32 *asserted; member 40 u32 done = data->asserted ? data->asserted[offset] & mask : 0; in jh71x0_reset_update() 97 return !((value ^ data->asserted[offset]) & mask); in jh71x0_reset_status() 109 const u32 *asserted, unsigned int nr_resets, in reset_starfive_jh71x0_register() argument 127 data->asserted = asserted; in reset_starfive_jh71x0_register()
|
D | reset-starfive-jh71x0.h | 11 const u32 *asserted, unsigned int nr_resets,
|
/Linux-v6.6/Documentation/devicetree/bindings/bus/ |
D | nvidia,tegra20-gmi.txt | 46 If omitted it will be asserted with data. 56 - nvidia,snor-muxed-width: Number of cycles MUX address/data asserted on the 58 - nvidia,snor-hold-width: Number of cycles CE stays asserted after the 61 - nvidia,snor-adv-width: Number of cycles during which ADV stays asserted. 63 - nvidia,snor-ce-width: Number of cycles before CE is asserted. 65 - nvidia,snor-we-width: Number of cycles during which WE stays asserted. 67 - nvidia,snor-oe-width: Number of cycles during which OE stays asserted. 69 - nvidia,snor-wait-width: Number of cycles before READY is asserted.
|
D | qcom,ebi2.txt | 78 drive the data bus after OE is de-asserted, in order to avoid contention on 84 WE is asserted until CS is asserted. With a hold of 1 (value = 0), the CS 100 assertion, with respect to the cycle where ADV (address valid) is asserted.
|
/Linux-v6.6/drivers/reset/ |
D | reset-uniphier.c | 316 int ret, asserted; in uniphier_reset_status() local 325 asserted = !!(val & BIT(p->bit)); in uniphier_reset_status() 328 asserted = !asserted; in uniphier_reset_status() 330 return asserted; in uniphier_reset_status()
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-driver-ge-achc | 14 1 means the reset line is asserted, 0 means it's not 15 asserted. The file is read and writable.
|
D | sysfs-driver-zynqmp-fpga | 33 BIT(7) 0: GHIGH_B_STATUS asserted
|
/Linux-v6.6/Documentation/devicetree/bindings/reset/ |
D | st,sti-softreset.txt | 9 The actual action taken when softreset is asserted is hardware dependent. 10 However, when asserted it may not be possible to access the hardware's
|
D | img,pistachio-reset.txt | 8 The actual action taken when soft reset is asserted is hardware dependent. 9 However, when asserted it may not be possible to access the hardware's
|
/Linux-v6.6/Documentation/hwmon/ |
D | adm9240.rst | 90 Temperature alarm is asserted once the temperature exceeds the high limit, 114 - low speed alarm will be asserted if fan speed is 127 - alarm will be asserted 161 An alarm is asserted for any voltage going below or above the set limits. 172 An alarm is asserted when the CI pin goes active high. The ADM9240
|
D | lm93.rst | 103 signals. I.e. when #P1_PROCHOT is asserted, the LM93 will automatically 124 which 1 indicates #VRD_HOT is asserted and 0 indicates it is negated. These 254 If the #PROCHOT or #VRDHOT signals are asserted while bound to a PWM output 298 vrdhot<n> 0 means negated, 1 means asserted 303 pwm_auto_prochot_ramp ramp time per step when #PROCHOT asserted 304 pwm_auto_vrdhot_ramp ramp time per step when #VRDHOT asserted
|
D | max31760.rst | 33 OT threshold is exceeded, the SHDN pin is asserted low and can be used to
|
/Linux-v6.6/drivers/clk/baikal-t1/ |
D | Kconfig | 50 can be directly asserted/de-asserted (PCIe and DDR sub-domains).
|
/Linux-v6.6/Documentation/driver-api/ |
D | reset.rst | 88 That is, an assert causes the reset line to be asserted immediately, and a 100 will actually cause the reset line to be asserted. 103 The API only guarantees that the reset line can not be asserted as long as any 130 reset line is asserted.
|
/Linux-v6.6/Documentation/devicetree/bindings/memory-controllers/ |
D | mvebu-devbus.txt | 64 DEV_OEn and DEV_CSn are asserted at the same cycle. 73 DEV_OEn and DEV_CSn are de-asserted at the same cycle 76 DEV_OEn is always de-asserted the next cycle after
|
/Linux-v6.6/arch/arm64/boot/dts/qcom/ |
D | msm8916-alcatel-idol347.dts | 237 * The OEM wired an additional GPIO to be asserted so that 240 * force it asserted here.
|
/Linux-v6.6/Documentation/firmware-guide/acpi/ |
D | lpit.rst | 31 residency, or system time spent with the SLP_S0# signal asserted.
|
/Linux-v6.6/Documentation/devicetree/bindings/regulator/ |
D | tps65132-regulator.txt | 22 asserted for during active discharge, in microseconds.
|
/Linux-v6.6/Documentation/devicetree/bindings/sound/ |
D | cs4271.txt | 25 line is de-asserted. That also means that clocks cannot be changed
|
/Linux-v6.6/Documentation/devicetree/bindings/pci/ |
D | axis,artpec6-pcie.txt | 20 - "msi": The interrupt that is asserted when an MSI is received
|
D | layerscape-pcie-gen4.txt | 15 "intr": The interrupt that is asserted for controller interrupts
|
/Linux-v6.6/drivers/platform/mellanox/ |
D | mlxreg-hotplug.c | 347 unsigned long asserted; in mlxreg_hotplug_work_helper() local 378 asserted = item->cache ^ regval; in mlxreg_hotplug_work_helper() 380 for_each_set_bit(bit, &asserted, 8) { in mlxreg_hotplug_work_helper()
|
/Linux-v6.6/Documentation/devicetree/bindings/mtd/ |
D | fsmc-nand.txt | 30 command is asserted. Zero means one cycle, 255 means 256
|
/Linux-v6.6/arch/powerpc/kvm/ |
D | book3s_xive.c | 591 if (state->lsi && state->asserted) in xive_vm_h_eoi() 2439 state->asserted = false; in xive_set_source() 2445 state->asserted = true; in xive_set_source() 2446 pr_devel(" LSI ! Asserted=%d\n", state->asserted); in xive_set_source() 2514 state->asserted = true; in kvmppc_xive_set_irq() 2516 state->asserted = false; in kvmppc_xive_set_irq() 2870 seq_printf(m, " %cLSI", state->asserted ? '^' : ' '); in kvmppc_xive_debug_show_sources()
|
D | book3s_xive.h | 54 bool asserted; /* Only for emulated LSI: current state */ member
|