| /OK3568_Linux_fs/kernel/sound/soc/intel/catpt/ |
| H A D | ipc.c | 150 struct catpt_notify_glitch glitch; in catpt_dsp_notify_stream() local 168 memcpy_fromio(&glitch, catpt_inbox_addr(cdev), sizeof(glitch)); in catpt_dsp_notify_stream() 169 trace_catpt_ipc_payload((u8 *)&glitch, sizeof(glitch)); in catpt_dsp_notify_stream() 171 dev_warn(cdev->dev, "glitch %d at pos: 0x%08llx, wp: 0x%08x\n", in catpt_dsp_notify_stream() 172 glitch.type, glitch.presentation_pos, in catpt_dsp_notify_stream() 173 glitch.write_pos); in catpt_dsp_notify_stream()
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/ |
| H A D | pinctrl-at91.h | 18 #define PIO_IFER 0x20 /* Glitch Input Filter Enable */ 19 #define PIO_IFDR 0x24 /* Glitch Input Filter Disable */ 20 #define PIO_IFSR 0x28 /* Glitch Input Filter Status */
|
| /OK3568_Linux_fs/kernel/drivers/clk/qcom/ |
| H A D | clk-rcg.h | 98 * struct clk_dyn_rcg - root clock generator with glitch free mux 100 * @mux_sel_bit: bit to switch glitch free mux 103 * @bank_reg: register to XOR @mux_sel_bit into to switch glitch free mux
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/leds/ |
| H A D | leds-gpio.txt | 20 glitch should be produced where the LED momentarily turns off (or 22 state is, without producing a glitch. The default is off if this
|
| /OK3568_Linux_fs/u-boot/drivers/i2c/ |
| H A D | fti2c010.h | 22 uint32_t tgsr;/* 0x14: time & glitch suppression register */ 69 * time & glitch suppression register
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/amlogic/ |
| H A D | meson-gxbb.dtsi | 743 * VPU_0 and VPU_1 muxed to a single clock by a glitch 745 * Same for VAPB but with a final gate after the glitch free mux. 749 <&clkc CLKID_VPU>, /* Glitch free mux */ 752 <&clkc CLKID_VAPB_SEL>; /* Glitch free mux */
|
| H A D | meson-gxl.dtsi | 812 * VPU_0 and VPU_1 muxed to a single clock by a glitch 814 * Same for VAPB but with a final gate after the glitch free mux. 818 <&clkc CLKID_VPU>, /* Glitch free mux */ 821 <&clkc CLKID_VAPB_SEL>; /* Glitch free mux */
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-s3c/ |
| H A D | pm-gpio.c | 108 * { OUT => SFN } Change CON first, so new data will not glitch 109 * { OUT => IN } Change CON first, so new data will not glitch 111 * { SFN => OUT } Change DAT first, so new data will not glitch [1]
|
| H A D | pm.h | 92 * that we do not glitch the state of the pins from that the bootloader's
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-mxc_v2.c | 16 #define SRTC_LPPDR_INIT 0x41736166 /* init for glitch detect */ 34 #define SRTC_LPPDR 0x18 /* LP Power Supply Glitch Detector Reg */ 314 /* initialize glitch detect */ in mxc_rtc_probe()
|
| H A D | rtc-dm355evm.c | 22 * The only real glitch is the inability to read or write all four
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/nomadik/ |
| H A D | pinctrl-nomadik.c | 379 bool glitch) in __nmk_gpio_set_mode_safe() argument 384 if (glitch && nmk_chip->set_ioforce) { in __nmk_gpio_set_mode_safe() 396 if (glitch && nmk_chip->set_ioforce) { in __nmk_gpio_set_mode_safe() 1525 bool glitch; in nmk_pmx_set() local 1557 glitch = ((g->altsetting & NMK_GPIO_ALT_C) == NMK_GPIO_ALT_C); in nmk_pmx_set() 1559 if (glitch) { in nmk_pmx_set() 1599 (g->altsetting & NMK_GPIO_ALT_C), glitch); in nmk_pmx_set() 1619 if (glitch) { in nmk_pmx_set() 1651 /* There is no glitch when converting any pin to GPIO */ in nmk_gpio_request_enable() 1765 /* No glitch when going to GPIO mode */ in nmk_pin_config_set()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/ |
| H A D | common.yaml | 65 default-state property is set the to same value, then no glitch should be 68 glitch.
|
| /OK3568_Linux_fs/kernel/include/linux/pinctrl/ |
| H A D | pinctrl-state.h | 19 * glitch the pins. In those cases you can add an "init" pinctrl
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/ |
| H A D | qcom,usb-hsic-phy.txt | 38 Definition: List of pinctrl settings to apply to keep HSIC pins in a glitch
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
| H A D | mali_kbase_pm_internal.h | 725 * of L2 causes a glitch. For entering protected mode on fully coherent 727 * avoid the glitch GPU reset is used to power down L2. Hence, this function 728 * does nothing on systems where the glitch issue isn't present. 733 * Return: -EAGAIN if a GPU reset was required for the glitch workaround but 745 * this function does nothing on systems where the glitch issue isn't present.
|
| /OK3568_Linux_fs/u-boot/include/dt-bindings/pinctrl/ |
| H A D | dra.h | 33 /* Certain pins need virtual mode, but note: they may glitch */
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ |
| H A D | rockchip,clk-out.yaml | 20 clk usage (avoid high freq glitch), we set all clk out as disabled
|
| /OK3568_Linux_fs/kernel/include/dt-bindings/pinctrl/ |
| H A D | dra.h | 30 /* Certain pins need virtual mode, but note: they may glitch */
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-class-mei | 90 The ME FW writes Glitch Detection HW (TRC)
|
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | altera_pio.c | 49 /* change the data first, then the direction. to avoid glitch */ in altera_pio_direction_output()
|
| H A D | at91_gpio.c | 282 * enable/disable the glitch filter. mostly used with IRQ handling. 301 * enable/disable the glitch filter. mostly used with IRQ handling.
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | meson-gxbb.dtsi | 554 * MALI_0 and MALI_1 muxed to a single clock by a glitch 559 <&clkc CLKID_MALI>; /* Glitch free mux */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | color-macros.h | 53 glitch with standout mode in the Teleray terminal for which
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | color-macros.h | 53 glitch with standout mode in the Teleray terminal for which
|