/Linux-v4.19/drivers/clk/ti/ |
D | mux.c | 89 ti_clk_latch(&mux->reg, mux->latch); in ti_clk_mux_set_parent() 104 s8 latch, u8 clk_mux_flags, u32 *table) in _register_mux() argument 125 mux->latch = latch; in _register_mux() 184 s32 latch = -EINVAL; in of_mux_clk_setup() local 203 of_property_read_u32(node, "ti,latch-bit", &latch); in of_mux_clk_setup() 219 flags, ®, shift, mask, latch, clk_mux_flags, in of_mux_clk_setup() 243 mux->latch = -EINVAL; in ti_clk_build_component_mux()
|
D | divider.c | 266 ti_clk_latch(÷r->reg, divider->latch); in ti_clk_divider_set_rate() 281 u8 shift, u8 width, s8 latch, in _register_divider() argument 311 div->latch = latch; in _register_divider() 427 div->latch = -EINVAL; in ti_clk_build_component_div() 564 u32 *flags, u8 *div_flags, u8 *width, u8 *shift, s8 *latch) in ti_clk_divider_populate() argument 578 if (latch) { in ti_clk_divider_populate() 580 *latch = val; in ti_clk_divider_populate() 582 *latch = -EINVAL; in ti_clk_divider_populate() 621 s8 latch = -EINVAL; in of_ti_divider_clk_setup() local 628 &clk_divider_flags, &width, &shift, &latch)) in of_ti_divider_clk_setup() [all …]
|
D | clk.c | 280 u32 latch; in ti_clk_latch() local 285 latch = 1 << shift; in ti_clk_latch() 287 ti_clk_ll_ops->clk_rmw(latch, latch, reg); in ti_clk_latch() 288 ti_clk_ll_ops->clk_rmw(0, latch, reg); in ti_clk_latch()
|
D | clock.h | 25 s8 latch; member 37 s8 latch; member
|
/Linux-v4.19/Documentation/devicetree/bindings/gpio/ |
D | gpio-eic-sprd.txt | 6 controller contains 4 sub-modules: EIC-debounce, EIC-latch, EIC-async and 19 The EIC-latch sub-module is used to latch some special power down signals 20 and generate interrupts, since the EIC-latch does not depend on the APB 33 "sprd,sc9860-eic-latch", 59 compatible = "sprd,sc9860-eic-latch";
|
/Linux-v4.19/Documentation/devicetree/bindings/clock/ |
D | armada3700-xtal-clock.txt | 4 reading the gpio latch register. 7 of the GPIO block where the gpio latch is located.
|
/Linux-v4.19/drivers/pcmcia/ |
D | tcic.c | 532 u_char latch, sstat; in tcic_interrupt() local 550 latch = sstat ^ socket_table[psock].last_sstat; in tcic_interrupt() 556 if (latch == 0) in tcic_interrupt() 558 events = (latch & TCIC_SSTAT_CD) ? SS_DETECT : 0; in tcic_interrupt() 559 events |= (latch & TCIC_SSTAT_WP) ? SS_WRPROT : 0; in tcic_interrupt() 561 events |= (latch & TCIC_SSTAT_LBAT1) ? SS_STSCHG : 0; in tcic_interrupt() 563 events |= (latch & TCIC_SSTAT_RDY) ? SS_READY : 0; in tcic_interrupt() 564 events |= (latch & TCIC_SSTAT_LBAT1) ? SS_BATDEAD : 0; in tcic_interrupt() 565 events |= (latch & TCIC_SSTAT_LBAT2) ? SS_BATWARN : 0; in tcic_interrupt()
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | dra76x.dtsi | 60 ti,latch-bit=<26>; 71 ti,latch-bit=<26>;
|
/Linux-v4.19/lib/ |
D | random32.c | 267 static bool latch = false; in __prandom_reseed() local 283 if (latch && !late) in __prandom_reseed() 286 latch = true; in __prandom_reseed()
|
/Linux-v4.19/kernel/time/ |
D | clockevents.c | 36 static u64 cev_delta2ns(unsigned long latch, struct clock_event_device *evt, in cev_delta2ns() argument 39 u64 clc = (u64) latch << evt->shift; in cev_delta2ns() 52 if ((clc >> evt->shift) != (u64)latch) in cev_delta2ns() 91 u64 clockevent_delta2ns(unsigned long latch, struct clock_event_device *evt) in clockevent_delta2ns() argument 93 return cev_delta2ns(latch, evt, false); in clockevent_delta2ns()
|
/Linux-v4.19/arch/x86/kernel/ |
D | tsc.c | 377 static unsigned long pit_calibrate_tsc(u32 latch, unsigned long ms, int loopmin) in pit_calibrate_tsc() argument 406 outb(latch & 0xff, 0x42); in pit_calibrate_tsc() 407 outb(latch >> 8, 0x42); in pit_calibrate_tsc() 692 unsigned long flags, latch, ms; in pit_hpet_ptimer_calibrate_cpu() local 721 latch = CAL_LATCH; in pit_hpet_ptimer_calibrate_cpu() 736 tsc_pit_khz = pit_calibrate_tsc(latch, ms, loopmin); in pit_hpet_ptimer_calibrate_cpu() 782 latch = CAL2_LATCH; in pit_hpet_ptimer_calibrate_cpu()
|
/Linux-v4.19/Documentation/devicetree/bindings/mtd/ |
D | fsl-upm-nand.txt | 6 - fsl,upm-addr-offset : UPM pattern offset for the address latch. 7 - fsl,upm-cmd-offset : UPM pattern offset for the command latch.
|
D | cadence-quadspi.txt | 19 - cdns,rclk-en : Flag to indicate that QSPI return clock is used to latch
|
D | atmel-nand.txt | 133 - atmel,nand-addr-offset : offset for the address latch. 134 - atmel,nand-cmd-offset : offset for the command latch.
|
/Linux-v4.19/Documentation/devicetree/bindings/clock/ti/ |
D | mux.txt | 51 - ti,latch-bit : latch the mux value to HW, only needed if the register
|
D | divider.txt | 78 - ti,latch-bit : latch the divider value to HW, only needed if the register
|
/Linux-v4.19/Documentation/devicetree/bindings/mmc/ |
D | mtk-sd.txt | 44 - mediatek,latch-ck: Some SoCs do not support enhance_rx, need set correct latch-ck to avoid data c…
|
/Linux-v4.19/Documentation/hwmon/ |
D | adm9240 | 156 a 20 ms active low pulse to reset an external Chassis Intrusion latch. 158 Clear the CI latch by writing value 0 to the sysfs intrusion0_alarm file. 176 that alarm bits may be cleared on read, user-space may latch alarms and
|
/Linux-v4.19/drivers/mtd/maps/ |
D | Makefile | 48 obj-$(CONFIG_MTD_LATCH_ADDR) += latch-addr-flash.o
|
/Linux-v4.19/include/linux/ |
D | clockchips.h | 182 extern u64 clockevent_delta2ns(unsigned long latch, struct clock_event_device *evt);
|
/Linux-v4.19/Documentation/virtual/kvm/devices/ |
D | arm-vgic-v3.txt | 136 here is that of the latch which is set by ISPENDR and cleared by ICPENDR or 138 ISPENDR is the logical OR of the latch value and the input line level. 140 Raw access to the latch state is provided to userspace so that it can save 142 combination of the current input line level and the latch state, and cannot
|
/Linux-v4.19/Documentation/devicetree/bindings/pinctrl/ |
D | marvell,armada-37xx-pinctrl.txt | 6 Inside this set of register the gpio latch allows exposing some
|
/Linux-v4.19/arch/arm64/boot/dts/sprd/ |
D | whale2.dtsi | 174 compatible = "sprd,sc9860-eic-latch";
|
/Linux-v4.19/drivers/staging/fbtft/ |
D | fbtft.h | 214 int latch; member
|
/Linux-v4.19/drivers/usb/phy/ |
D | phy-isp1301-omap.c | 1080 u8 latch = isp1301_get_u8(isp, ISP1301_INTERRUPT_LATCH); in isp1301_clear_latch() local 1081 isp1301_clear_bits(isp, ISP1301_INTERRUPT_LATCH, latch); in isp1301_clear_latch() 1082 return latch; in isp1301_clear_latch()
|