Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Ddz.h24 #define DZ_CLR 0x0010 /* Master reset */ macro
H A Ddz.c550 dz_out(dport, DZ_CSR, DZ_CLR); in dz_reset()
551 while (dz_in(dport, DZ_CSR) & DZ_CLR); in dz_reset()