Searched refs:PUC_TYPE_SERIAL (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/sys/dev/puc/
H A Dpuc_bus.h39 #define PUC_TYPE_SERIAL 1 macro
H A Dpuc_cfg.c143 *r = PUC_TYPE_SERIAL;
151 *r = PUC_TYPE_SERIAL;
158 *r = PUC_TYPE_SERIAL;
164 *r = PUC_TYPE_SERIAL;
167 *r = PUC_TYPE_SERIAL;
H A Dpucdata.c1560 *res = PUC_TYPE_SERIAL;
1655 *res = PUC_TYPE_SERIAL;
1674 *res = (*res == PUC_TYPE_SERIAL) ? (port & 3) * 8 : 0;
1680 *res = (*res == PUC_TYPE_SERIAL && port <= 3) ? 0x10 : 0x14;
H A Dpuc.c625 if (port->p_type == PUC_TYPE_SERIAL && ihand != NULL)
636 if (port->p_type == PUC_TYPE_SERIAL) {
/freebsd-10.2-release/sys/dev/uart/
H A Duart_bus_puc.c77 if (type != PUC_TYPE_SERIAL)
/freebsd-10.2-release/sys/dev/sio/
H A Dsio_puc.c87 if (type != PUC_TYPE_SERIAL)

Completed in 91 milliseconds