Searched refs:soft_spi_send (Results 1 – 1 of 1) sorted by relevance
52 static void soft_spi_send (unsigned char n);80 soft_spi_send (0); in rtc_get()136 soft_spi_send (0x8F); /* send address of the control register */ in rtc_set()137 soft_spi_send (0x00); /* send control register contents */ in rtc_set()148 soft_spi_send (0x80); /* send address of the first time register */ in rtc_set()152 soft_spi_send (bin2bcd (tmp->tm_sec)); /* Send Seconds */ in rtc_set()153 soft_spi_send (bin2bcd (tmp->tm_min)); /* Send Minutes */ in rtc_set()154 soft_spi_send (bin2bcd (tmp->tm_hour)); /* Send Hour */ in rtc_set()155 soft_spi_send (bin2bcd (tmp->tm_wday)); /* Send Day of the Week */ in rtc_set()156 soft_spi_send (bin2bcd (tmp->tm_mday)); /* Send Day of Month */ in rtc_set()[all …]