Home
last modified time | relevance | path

Searched refs:RESET (Results 1 – 25 of 170) sorted by relevance

1234567

/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/
H A Dsec_boot.S89 .word 0x1 @ CPU0_STATE : RESET
90 .word 0x2 @ CPU1_STATE : SECONDARY RESET
91 .word 0x2 @ CPU2_STATE : SECONDARY RESET
92 .word 0x2 @ CPU3_STATE : SECONDARY RESET
/OK3568_Linux_fs/kernel/arch/c6x/kernel/
H A Dvectors.S9 ; At RESET the processor sets up the DRAM timing parameters and
44 .global RESET symbol
45 .hidden RESET
46 RESET: label
/OK3568_Linux_fs/kernel/drivers/pcmcia/
H A Dpxa2xx_colibri.c39 RESET = 5, enumerator
93 gpio_set_value(colibri_pcmcia_gpios[RESET].gpio, in colibri_pcmcia_configure_socket()
126 colibri_pcmcia_gpios[RESET].gpio = COLIBRI270_RESET_GPIO; in colibri_pcmcia_init()
134 colibri_pcmcia_gpios[RESET].gpio = COLIBRI320_RESET_GPIO; in colibri_pcmcia_init()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A DCVE-2022-41974.patch76 - set_handler_callback(RESET+MAPS+STATS, cli_reset_maps_stats);
77 - set_handler_callback(RESET+MAP+STATS, cli_reset_map_stats);
106 + set_handler_callback(RESET|MAPS|STATS, cli_reset_maps_stats);
107 + set_handler_callback(RESET|MAP|STATS, cli_reset_map_stats);
118 - set_handler_callback(RESET+MAP, cli_reassign);
129 + set_handler_callback(RESET|MAP, cli_reassign);
/OK3568_Linux_fs/u-boot/tools/patman/
H A Dterminal.py100 RESET = '\033[0m' variable in Color
139 return self.RESET
162 return start + text + self.RESET
/OK3568_Linux_fs/kernel/arch/mips/cobalt/
H A Dreset.c21 #define RESET 0x0f macro
48 writeb(RESET, RESET_PORT); in cobalt_machine_restart()
/OK3568_Linux_fs/u-boot/drivers/fpga/
H A Divm_core.c251 { RESET, RESET, 0xFC, 6 }, /* Transitions from RESET */
252 { RESET, IDLE, 0x00, 1 },
253 { RESET, DRPAUSE, 0x50, 5 },
254 { RESET, IRPAUSE, 0x68, 6 },
255 { IDLE, RESET, 0xE0, 3 }, /* Transitions from IDLE */
258 { DRPAUSE, RESET, 0xF8, 5 }, /* Transitions from DRPAUSE */
262 { IRPAUSE, RESET, 0xF8, 5 }, /* Transitions from IRPAUSE */
333 case RESET: in GetState()
2441 (cNextJTAGState != RESET)) { in ispVMStateMachine()
2496 ispVMStateMachine(RESET); /*step devices to RESET state*/ in ispVMStart()
[all …]
/OK3568_Linux_fs/kernel/drivers/misc/altera-stapl/
H A Daltera-jtag.c35 /* RESET */ { RESET, IDLE },
44 /* IRSELECT */ { RESET, IRCAPTURE },
307 } else if (state == RESET) in altera_goto_jstate()
354 tms = (wait_state == RESET) ? TMS_HIGH : TMS_LOW; in altera_wait_cycles()
598 case RESET: in altera_irscan()
697 case RESET: in altera_swap_ir()
801 case RESET: in altera_drscan()
892 case RESET: in altera_swap_dr()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dpxa300-raumfeld-tuneable-clock.dtsi74 MFP_PIN_PXA300(120) MFP_AF0 /* RESET */
81 MFP_PIN_PXA300(111) MFP_AF0 /* RESET */
/OK3568_Linux_fs/u-boot/drivers/rtc/
H A Dds1302.c20 #define RESET rtc_go_low(RST), rtc_go_low(SCLK) macro
166 RESET; in read_ser_drv()
186 RESET; in write_ser_drv()
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dov2640.c128 #define RESET 0xE0 /* Reset */ macro
386 { RESET, RESET_JPEG | RESET_DVP },
504 { RESET, RESET_DVP },
529 { RESET, 0x00}
605 { RESET, 0x00 },
615 { RESET, 0x00 },
623 { RESET, 0x00 },
631 { RESET, 0x00 },
H A Dmt9m111.c433 return reg_write(RESET, MT9M111_RESET_CHIP_ENABLE); in mt9m111_enable()
441 ret = reg_set(RESET, MT9M111_RESET_RESET_MODE); in mt9m111_reset()
443 ret = reg_set(RESET, MT9M111_RESET_RESET_SOC); in mt9m111_reset()
445 ret = reg_clear(RESET, MT9M111_RESET_RESET_MODE in mt9m111_reset()
924 ret = reg_set(RESET, MT9M111_RESET_RESET_MODE); in mt9m111_suspend()
926 ret = reg_set(RESET, MT9M111_RESET_RESET_SOC | in mt9m111_suspend()
930 ret = reg_clear(RESET, MT9M111_RESET_CHIP_ENABLE); in mt9m111_suspend()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dcs4271.txt20 !RESET pin
24 The CS4271 requires its LRCLK and MCLK to be stable before its RESET
H A Dpcm1789.txt13 - reset-gpios: GPIO to control the RESET pin
/OK3568_Linux_fs/kernel/drivers/iio/chemical/
H A Dsps30.c51 RESET, enumerator
194 if (state->state == RESET) { in sps30_do_meas()
326 state->state = RESET; in sps30_do_cmd_reset()
489 state->state = RESET; in sps30_probe()
/OK3568_Linux_fs/kernel/tools/testing/kunit/
H A Dkunit_parser.py73 RESET = '\033[0;0m' variable
76 return '\033[1;31m' + text + RESET
79 return '\033[1;33m' + text + RESET
82 return '\033[1;32m' + text + RESET
/OK3568_Linux_fs/u-boot/board/freescale/mx28evk/
H A DREADME20 * JTAG PSWITCH RESET: To the right (reset disabled)
29 * JTAG PSWITCH RESET: To the right (reset disabled)
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dqt1070.c39 #define RESET 0x39 macro
186 qt1070_write(client, RESET, 1); in qt1070_probe()
/OK3568_Linux_fs/kernel/sound/isa/sb/
H A Dsb_common.c66 outb(1, SBP(chip, RESET)); in snd_sbdsp_reset()
68 outb(0, SBP(chip, RESET)); in snd_sbdsp_reset()
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dzl10353_priv.h45 RESET = 0x55, enumerator
H A Dmt352_priv.h66 RESET = 0x50, enumerator
H A Dbcm3510.c256 if (ap.APSTAT1_a2.RESET || ap.APSTAT1_a2.IDLE || ap.APSTAT1_a2.STOP || hab.HABSTAT_a8.HABR) {
685 bcm3510_readB(st,0xa0,&v); v.HCTL1_a0.RESET = 1; in bcm3510_reset()
695 if (v.APSTAT1_a2.RESET) in bcm3510_reset()
719 if (!v.APSTAT1_a2.RESET) in bcm3510_clear_reset()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dlink.c49 ath_dbg(ath9k_hw_common(sc->sc_ah), RESET, in ath_tx_complete_check()
83 ath_dbg(common, RESET, in ath_hw_check()
105 ath_dbg(common, RESET, "PLL WAR, resetting the chip\n"); in ath_hw_pll_rx_hang_check()
/OK3568_Linux_fs/u-boot/board/rockchip/evb_rk3399/
H A DREADME99 Power on(or reset with RESET KEY) with MASKROM KEY preesed, and then:
107 Power on(or reset with RESET KEY) with MASKROM KEY preesed, and then:
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/potentiometer/
H A Dad5272.txt19 - reset-gpios: GPIO specification for the RESET input. This is an

1234567