Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/sys/
H A Drmc_comm.h72 #define SIO_LCR_STD (SIO_LCR_8BIT) macro
73 #define SIO_BSR_BANK0 (SIO_LCR_STD)
74 #define SIO_BSR_BANK1 (SIO_LCR_BKSE|SIO_LCR_STD)
/titanic_50/usr/src/uts/sun4u/lw2plus/io/
H A Dlombus.c162 #define SIO_LCR_STD (SIO_LCR_8BIT|SIO_LCR_EPAR) macro
164 #define SIO_BSR_BANK0 (SIO_LCR_STD)
165 #define SIO_BSR_BANK1 (SIO_LCR_BKSE|SIO_LCR_STD)
1505 sio_put_reg(ssp, SIO_LCR, SIO_LCR_STD); in lombus_hw_reset()
/titanic_50/usr/src/uts/sun4u/io/
H A Drmc_comm.c496 sio_put_reg(rcs, SIO_LCR, SIO_LCR_STD); in rmc_comm_hw_reset()