Home
last modified time | relevance | path

Searched refs:CKCTL_LCDDIV_OFFSET (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H A Dclock.h136 #define CKCTL_LCDDIV_OFFSET 2 macro
H A Dclock.c108 lcd_exp = (newval >> CKCTL_LCDDIV_OFFSET) & 3; in verify_ckctl_value()
129 newval |= lcd_exp << CKCTL_LCDDIV_OFFSET; in verify_ckctl_value()
H A Dclock_data.c337 .rate_offset = CKCTL_LCDDIV_OFFSET,
350 .rate_offset = CKCTL_LCDDIV_OFFSET,
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Dclock.h233 #define CKCTL_LCDDIV_OFFSET 2 macro
H A Dclock.c102 lcd_exp = (newval >> CKCTL_LCDDIV_OFFSET) & 3; in verify_ckctl_value()
123 newval |= lcd_exp << CKCTL_LCDDIV_OFFSET; in verify_ckctl_value()
H A Dclock_data.c387 .rate_offset = CKCTL_LCDDIV_OFFSET,
401 .rate_offset = CKCTL_LCDDIV_OFFSET,

Completed in 7 milliseconds