Home
last modified time | relevance | path

Searched defs:ZS_CLEARERR (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/tty/serial/
H A Dip22zilog.h269 #define ZS_CLEARERR(channel) do { writeb(ERR_RES, &channel->control); \ macro
H A Dsunzilog.h277 #define ZS_CLEARERR(channel) do { sbus_writeb(ERR_RES, &channel->control); \ macro
H A Dpmac_zilog.h354 #define ZS_CLEARERR(port) (write_zsreg(port, 0, ERR_RES)) macro