Searched refs:GPIO_PIN_RTC_SIO (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/evbsh3/ap_ms104_sh4/
H A Drs5c316_mainbus.c100 reg &= ~(3 << (GPIO_PIN_RTC_SIO * 2));
101 reg |= (1 << (GPIO_PIN_RTC_SIO * 2)); /* output */
149 reg &= ~(3 << (GPIO_PIN_RTC_SIO * 2)); /* input */
151 reg |= (1 << (GPIO_PIN_RTC_SIO * 2)); /* output */
163 bit = (_reg_read_2(SH4_PDTRA) & (1 << GPIO_PIN_RTC_SIO)) ? 1 : 0;
179 reg |= (1 << GPIO_PIN_RTC_SIO);
181 reg &= ~(1 << GPIO_PIN_RTC_SIO);
H A Dap_ms104_sh4reg.h99 #define GPIO_PIN_RTC_SIO 13 /* In/Out */ macro

Completed in 48 milliseconds