Searched refs:RST (Results 1 – 8 of 8) sorted by relevance
17 #define RST 0x800 macro20 #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()
48 #define RST(n) ((0x1 << (14 + 16)) | ((n) << 14)) macro
68 #define RST(n) ((0x1 << (14 + 16)) | ((n) << 14)) macro
218 #define RST(n) ((0x1 << (14 + 16)) | ((n) << 14)) macro
171 ULP1_PAD_PTD0__PTD0 0x30100 /* USDHC0 RST */290 ULP1_PAD_PTE11__PTE11 0x30100 /* USDHC1 RST */
146 /* RST# */
128 reset-gpios = <&pio 1 13 GPIO_ACTIVE_HIGH>; /* RST (PB13) */
174 #define RST 0x02 /* sta: scsi bus reset detected */ macro