Home
last modified time | relevance | path

Searched refs:RST (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/docs/sphinx/
H A Dhxtool.py38 RST = 2 variable in HxState
114 if state == HxState.RST:
117 state = HxState.RST
157 if state == HxState.RST:
/openbmc/u-boot/drivers/rtc/
H A Dds1302.c15 #define RST 0x800 macro
18 #define RESET rtc_go_low(RST), rtc_go_low(SCLK)
19 #define N_RESET rtc_go_high(RST), rtc_go_low(SCLK)
198 rtc_go_output(DATA|SCLK|RST); in rtc_init()
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-bsp/u-boot/files/
H A D0001-Add-system-reset-status-support.patch190 printf("RST : External\n");
194 printf("RST : Watchdog\n");
198 printf("RST : Power On\n");
202 printf("RST : CLK en\n");
/openbmc/qemu/hw/misc/
H A Dimx7_src.c187 if (FIELD_EX32(change_mask, CORE0, RST)) { in imx7_src_write()
191 if (FIELD_EX32(change_mask, CORE1, RST)) { in imx7_src_write()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dmsg.py73 RST = '\033[0m' variable in BBLogFormatter
98 record.levelname = "".join([self.BLD % color, record.levelname, self.RST])
99 record.msg = "".join([self.STD % color, record.msg, self.RST])
/openbmc/openbmc-test-automation/lib/
H A Dbmc_network_security_utils.robot44 # flags Type of flag to be set (e.g. SYN, ACK, RST, FIN, ALL).
H A Dresource.robot118 ${RESET_PACKETS} RST
/openbmc/u-boot/arch/arm/dts/
H A Dimx7ulp-evk.dts171 ULP1_PAD_PTD0__PTD0 0x30100 /* USDHC0 RST */
290 ULP1_PAD_PTE11__PTE11 0x30100 /* USDHC1 RST */
H A Dimx6ul-opos6ul.dtsi146 /* RST# */
H A Dsun7i-a20-wexler-tab7200.dts128 reset-gpios = <&pio 1 13 GPIO_ACTIVE_HIGH>; /* RST (PB13) */
/openbmc/u-boot/include/
H A Dsym53c8xx.h173 #define RST 0x02 /* sta: scsi bus reset detected */ macro