Home
last modified time | relevance | path

Searched refs:PCIC_SIMPLECOMM (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/usr.sbin/bhyve/
H A Dpci_uart.c106 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_SIMPLECOMM); in pci_uart_init()
H A Dpci_virtio_console.c718 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_SIMPLECOMM); in pci_vtcon_init()
/freebsd-src/usr.sbin/pciconf/
H A Dpciconf.c701 {PCIC_SIMPLECOMM, -1, "simple comms"},
702 {PCIC_SIMPLECOMM, PCIS_SIMPLECOMM_UART, "UART"}, /* could detect 16550 */
703 {PCIC_SIMPLECOMM, PCIS_SIMPLECOMM_PAR, "parallel port"},
704 {PCIC_SIMPLECOMM, PCIS_SIMPLECOMM_MULSER, "multiport serial"},
705 {PCIC_SIMPLECOMM, PCIS_SIMPLECOMM_MODEM, "generic modem"},
/freebsd-src/sys/dev/uart/
H A Duart_bus_pci.c296 if (pci_get_class(dev) == PCIC_SIMPLECOMM && in uart_pci_probe()
/freebsd-src/sys/dev/pci/
H A Dpcireg.h405 #define PCIC_SIMPLECOMM 0x07 macro
H A Dpci.c4973 {PCIC_SIMPLECOMM, -1, 1, "simple comms"},
4974 {PCIC_SIMPLECOMM, PCIS_SIMPLECOMM_UART, 1, "UART"}, /* could detect 16550 */
4975 {PCIC_SIMPLECOMM, PCIS_SIMPLECOMM_PAR, 1, "parallel port"},
4976 {PCIC_SIMPLECOMM, PCIS_SIMPLECOMM_MULSER, 1, "multiport serial"},
4977 {PCIC_SIMPLECOMM, PCIS_SIMPLECOMM_MODEM, 1, "generic modem"},