Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/include/mach-common/mach/
H A Dmagicpanelr2.h19 #define SETBITS_OUTB(mask, reg) __raw_writeb(__raw_readb(reg) | mask, reg) macro
/openbmc/linux/arch/sh/boards/
H A Dboard-magicpanelr2.c60 SETBITS_OUTB(0x10, PORT_PMDR); in reset_ethernet()