Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/tty/serial/
Dip22zilog.h268 #define ZS_CLEARERR(channel) do { writeb(ERR_RES, &channel->control); \ macro
Dsunzilog.h276 #define ZS_CLEARERR(channel) do { sbus_writeb(ERR_RES, &channel->control); \ macro
Dpmac_zilog.h363 #define ZS_CLEARERR(port) (write_zsreg(port, 0, ERR_RES)) macro