Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dcomreg.h99 #define LCR_EERS 0xBF /* Enable access to Enhanced Register Set */ macro
Dcom.c703 CSR_WRITE_1(regsp, COM_REG_LCR, LCR_EERS); in com_attach_subr()
1824 CSR_WRITE_1(regsp, COM_REG_LCR, LCR_EERS); in com_loadchannelregs()
2584 CSR_WRITE_1(regsp, COM_REG_LCR, LCR_EERS); in cominit()
/netbsd/src/sys/arch/mips/sibyte/dev/
Dsbscn.c1771 bus_space_write_1(iot, ioh, com_lcr, LCR_EERS); in sbscn_init()
/netbsd/src/sys/arch/arm/s3c2xx0/
Dsscom.c1206 bus_space_write_1(iot, ioh, com_lcr, LCR_EERS); in sscom_loadchannelregs()