| /OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/ |
| H A D | sec_boot.S | 89 .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 D | vectors.S | 9 ; 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 D | pxa2xx_colibri.c | 39 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 D | CVE-2022-41974.patch | 76 - 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 D | terminal.py | 100 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 D | reset.c | 21 #define RESET 0x0f macro 48 writeb(RESET, RESET_PORT); in cobalt_machine_restart()
|
| /OK3568_Linux_fs/u-boot/drivers/fpga/ |
| H A D | ivm_core.c | 251 { 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 D | altera-jtag.c | 35 /* 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 D | pxa300-raumfeld-tuneable-clock.dtsi | 74 MFP_PIN_PXA300(120) MFP_AF0 /* RESET */ 81 MFP_PIN_PXA300(111) MFP_AF0 /* RESET */
|
| /OK3568_Linux_fs/u-boot/drivers/rtc/ |
| H A D | ds1302.c | 20 #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 D | ov2640.c | 128 #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 D | mt9m111.c | 433 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 D | cs4271.txt | 20 !RESET pin 24 The CS4271 requires its LRCLK and MCLK to be stable before its RESET
|
| H A D | pcm1789.txt | 13 - reset-gpios: GPIO to control the RESET pin
|
| /OK3568_Linux_fs/kernel/drivers/iio/chemical/ |
| H A D | sps30.c | 51 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 D | kunit_parser.py | 73 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 D | README | 20 * 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 D | qt1070.c | 39 #define RESET 0x39 macro 186 qt1070_write(client, RESET, 1); in qt1070_probe()
|
| /OK3568_Linux_fs/kernel/sound/isa/sb/ |
| H A D | sb_common.c | 66 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 D | zl10353_priv.h | 45 RESET = 0x55, enumerator
|
| H A D | mt352_priv.h | 66 RESET = 0x50, enumerator
|
| H A D | bcm3510.c | 256 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 D | link.c | 49 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 D | README | 99 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 D | ad5272.txt | 19 - reset-gpios: GPIO specification for the RESET input. This is an
|