Home
last modified time | relevance | path

Searched defs:CLRBITS_OUTB (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/sh/include/mach-common/mach/
Dmagicpanelr2.h22 #define CLRBITS_OUTB(mask, reg) __raw_writeb(__raw_readb(reg) & ~mask, reg) macro
/kernel/linux/linux-6.6/arch/sh/include/mach-common/mach/
Dmagicpanelr2.h22 #define CLRBITS_OUTB(mask, reg) __raw_writeb(__raw_readb(reg) & ~mask, reg) macro