Home
last modified time | relevance | path

Searched refs:IXP4XX_OST_ENABLE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/clocksource/
H A Dtimer-ixp4xx.c40 #define IXP4XX_OST_ENABLE 0x00000001 macro
128 val &= ~IXP4XX_OST_ENABLE; in ixp4xx_shutdown()
138 __raw_writel(IXP4XX_OST_ENABLE | IXP4XX_OST_ONE_SHOT, in ixp4xx_set_oneshot()
150 val |= IXP4XX_OST_ENABLE; in ixp4xx_set_periodic()
162 val |= IXP4XX_OST_ENABLE; in ixp4xx_resume()
/kernel/linux/linux-6.6/drivers/clocksource/
H A Dtimer-ixp4xx.c36 #define IXP4XX_OST_ENABLE 0x00000001 macro
117 val &= ~IXP4XX_OST_ENABLE; in ixp4xx_shutdown()
127 __raw_writel(IXP4XX_OST_ENABLE | IXP4XX_OST_ONE_SHOT, in ixp4xx_set_oneshot()
139 val |= IXP4XX_OST_ENABLE; in ixp4xx_set_periodic()
151 val |= IXP4XX_OST_ENABLE; in ixp4xx_resume()
/kernel/linux/linux-5.10/drivers/input/misc/
H A Dixp4xx-beeper.c39 *IXP4XX_OSRT2 = (count & ~IXP4XX_OST_RELOAD_MASK) | IXP4XX_OST_ENABLE; in ixp4xx_spkr_control()
/kernel/linux/linux-5.10/arch/arm/mach-ixp4xx/include/mach/
H A Dixp4xx-regs.h173 #define IXP4XX_OST_ENABLE 0x00000001 macro

Completed in 3 milliseconds