Home
last modified time | relevance | path

Searched refs:set_dp (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/rtc/
Drtc-ds1302.c48 #define set_dp(x) SECUREEDGE_WRITE_IOPORT(x, 0x1c00) macro
60 set_dp(get_dp() & ~(RTC_RESET | RTC_IODATA | RTC_SCLK)); in ds1302_reset()
65 set_dp(get_dp() | RTC_SCLK); /* clock high */ in ds1302_clock()
66 set_dp(get_dp() & ~RTC_SCLK); /* clock low */ in ds1302_clock()
71 set_dp(get_dp() | RTC_RESET); in ds1302_start()
76 set_dp(get_dp() & ~RTC_RESET); in ds1302_stop()
81 set_dp((get_dp() & ~RTC_IODATA) | (bit ? RTC_IODATA : 0)); in ds1302_txbit()
/linux-4.4.14/Documentation/mic/mpssd/
Dmpssd.c277 static void set_dp(struct mic_info *mic, int type, void *dp) in set_dp() function
444 set_dp(mic, type, va); in init_vr()