include/linux/mfd/rohm-shared.h

Source file repositories/reference/linux-study-clean/include/linux/mfd/rohm-shared.h

File Facts

System
Linux kernel
Corpus path
include/linux/mfd/rohm-shared.h
Extension
.h
Size
631 bytes
Lines
22
Domain
Core OS
Bucket
Core Kernel Interface
Inferred role
Core OS: implementation source
Status
source implementation candidate

Why This File Exists

Core operating-system implementation surface: boot, tasks, memory, VFS, syscall-facing interfaces, synchronization, credentials, and isolation.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef __LINUX_MFD_ROHM_SHARED_H__
#define __LINUX_MFD_ROHM_SHARED_H__

/* RTC definitions shared between BD70528 and BD71828 */

#define BD70528_MASK_RTC_SEC		0x7f
#define BD70528_MASK_RTC_MINUTE		0x7f
#define BD70528_MASK_RTC_HOUR_24H	0x80
#define BD70528_MASK_RTC_HOUR_PM	0x20
#define BD70528_MASK_RTC_HOUR		0x3f
#define BD70528_MASK_RTC_DAY		0x3f
#define BD70528_MASK_RTC_WEEK		0x07
#define BD70528_MASK_RTC_MONTH		0x1f
#define BD70528_MASK_RTC_YEAR		0xff
#define BD70528_MASK_ALM_EN		0x7

#endif /* __LINUX_MFD_ROHM_SHARED_H__ */

Annotation

Implementation Notes