Searched refs:set_dp (Results 1 – 2 of 2) sorted by relevance
48 #define set_dp(x) SECUREEDGE_WRITE_IOPORT(x, 0x1c00) macro60 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()
277 static void set_dp(struct mic_info *mic, int type, void *dp) in set_dp() function444 set_dp(mic, type, va); in init_vr()