Searched refs:DIS (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/dev/uart/
H A Duart_dev_imx.c194 DIS(bas, UCR4, DREN);
198 DIS(bas, UCR1, RRDYEN);
199 DIS(bas, UCR1, IDEN);
200 DIS(bas, UCR3, RXDSEN);
201 DIS(bas, UCR2, ATEN);
202 DIS(bas, UCR1, TXMPTYEN);
203 DIS(bas, UCR1, TRDYEN);
204 DIS(bas, UCR4, TCEN);
205 DIS(bas, UCR4, OREN);
207 DIS(ba
[all...]
H A Duart_dev_imx5xx.h218 #define DIS(_bas, _r, _b) CLR((_bas), REG(_r), FLD(_r, _b)) macro

Completed in 197 milliseconds