Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/bhyve/
Dpci_uart.c102 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_SIMPLECOMM); in pci_uart_init()
Dpci_virtio_console.c644 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_SIMPLECOMM); in pci_vtcon_init()
/freebsd-12-stable/usr.sbin/pciconf/
Dpciconf.c688 {PCIC_SIMPLECOMM, -1, "simple comms"},
689 {PCIC_SIMPLECOMM, PCIS_SIMPLECOMM_UART, "UART"}, /* could detect 16550 */
690 {PCIC_SIMPLECOMM, PCIS_SIMPLECOMM_PAR, "parallel port"},
691 {PCIC_SIMPLECOMM, PCIS_SIMPLECOMM_MULSER, "multiport serial"},
692 {PCIC_SIMPLECOMM, PCIS_SIMPLECOMM_MODEM, "generic modem"},
/freebsd-12-stable/sys/dev/pci/
Dpcireg.h405 #define PCIC_SIMPLECOMM 0x07 macro
Dpci.c4929 {PCIC_SIMPLECOMM, -1, 1, "simple comms"},
4930 {PCIC_SIMPLECOMM, PCIS_SIMPLECOMM_UART, 1, "UART"}, /* could detect 16550 */
4931 {PCIC_SIMPLECOMM, PCIS_SIMPLECOMM_PAR, 1, "parallel port"},
4932 {PCIC_SIMPLECOMM, PCIS_SIMPLECOMM_MULSER, 1, "multiport serial"},
4933 {PCIC_SIMPLECOMM, PCIS_SIMPLECOMM_MODEM, 1, "generic modem"},