Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/include/mach-common/mach/
H A Dmagicpanelr2.h22 #define CLRBITS_OUTB(mask, reg) __raw_writeb(__raw_readb(reg) & ~mask, reg) macro
/openbmc/linux/arch/sh/boards/
H A Dboard-magicpanelr2.c55 CLRBITS_OUTB(0x10, PORT_PMDR); in reset_ethernet()