Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dserial_txx9.c122 #define TXX9_SIFCR_SWRST 0x00008000 macro
227 sio_out(up, TXX9_SIFCR, TXX9_SIFCR_SWRST); in serial_txx9_initialize()
231 while ((sio_in(up, TXX9_SIFCR) & TXX9_SIFCR_SWRST) && --tmout) in serial_txx9_initialize()