Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/rtc/
H A Dds1302.c17 #define RST 0x800 macro
20 #define RESET rtc_go_low(RST), rtc_go_low(SCLK)
21 #define N_RESET rtc_go_high(RST), rtc_go_low(SCLK)
200 rtc_go_output(DATA|SCLK|RST); in rtc_init()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Dsdram_px30.h48 #define RST(n) ((0x1 << (14 + 16)) | ((n) << 14)) macro
H A Dsdram_rk3328.h68 #define RST(n) ((0x1 << (14 + 16)) | ((n) << 14)) macro
H A Dsdram_rv1126.h218 #define RST(n) ((0x1 << (14 + 16)) | ((n) << 14)) macro
/rk3399_rockchip-uboot/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) */
/rk3399_rockchip-uboot/include/
H A Dsym53c8xx.h174 #define RST 0x02 /* sta: scsi bus reset detected */ macro