Source
static int pl031_stv2_time_to_tm(unsigned long st_time, unsigned long bcd_year,
/*
* drivers/rtc/rtc-pl031.c
*
* Real Time Clock interface for ARM AMBA PrimeCell 031 RTC
*
* Author: Deepak Saxena <dsaxena@plexity.net>
*
* Copyright 2006 (c) MontaVista Software, Inc.
*
* Author: Mian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com>
* Copyright 2010 (c) ST-Ericsson AB
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*/
/*
* Register definitions
*/
/* Data read register */
/* Match register */
/* Data load register */
/* Control register */
/* Interrupt mask and set register */
/* Raw interrupt status register */
/* Masked interrupt status register */
/* Interrupt clear register */
/* ST variants have additional timer functionality */
/* Timer data read register */
/* Timer data load register */
/* Timer control register */
/* Year data read register */
/* Year match register */
/* Year data load register */
/* counter enable bit */
/* Clockwatch enable bit */
/* Periodic timer enable bit */
/* Common bit definitions for Interrupt status and control registers */
/* Alarm interrupt bit */
/* Periodic interrupt bit. ST variants only. */
/* Common bit definations for ST v2 for reading/writing time */
/* Second [0-59] */
/* Minute [0-59] */
/* Hour [0-23] */