Home
last modified time | relevance | path

Searched refs:PUC_TYPE_SERIAL (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/puc/
H A Dpuc_cfg.c143 *r = PUC_TYPE_SERIAL; in puc_config()
151 *r = PUC_TYPE_SERIAL; in puc_config()
158 *r = PUC_TYPE_SERIAL; in puc_config()
164 *r = PUC_TYPE_SERIAL; in puc_config()
167 *r = PUC_TYPE_SERIAL; in puc_config()
H A Dpuc_bus.h39 #define PUC_TYPE_SERIAL 1 macro
H A Dpucdata.c2152 *res = PUC_TYPE_SERIAL; in puc_config_timedia()
2247 *res = PUC_TYPE_SERIAL; in puc_config_oxford_pcie()
2266 *res = (*res == PUC_TYPE_SERIAL) ? (port & 3) * 8 : 0; in puc_config_sunix()
2272 *res = (*res == PUC_TYPE_SERIAL && port <= 3) ? 0x10 : 0x14; in puc_config_sunix()
H A Dpuc.c617 if (port->p_type == PUC_TYPE_SERIAL && ihand != NULL) in puc_bus_setup_intr()
628 if (port->p_type == PUC_TYPE_SERIAL) { in puc_bus_setup_intr()
/freebsd/sys/dev/uart/
H A Duart_bus_puc.c76 if (type != PUC_TYPE_SERIAL) in uart_puc_probe()