Searched defs:SIO_LCR_STD (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/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)
/illumos-gate/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);

Completed in 1425 milliseconds