Searched refs:PCIC_SIMPLECOMM (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/usr.sbin/bhyve/ |
| H A D | pci_uart.c | 101 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_SIMPLECOMM); in pci_uart_init()
|
| H A D | pci_virtio_console.c | 642 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_SIMPLECOMM); in pci_vtcon_init()
|
| /freebsd-12.1/usr.sbin/pciconf/ |
| H A D | pciconf.c | 678 {PCIC_SIMPLECOMM, -1, "simple comms"}, 679 {PCIC_SIMPLECOMM, PCIS_SIMPLECOMM_UART, "UART"}, /* could detect 16550 */ 680 {PCIC_SIMPLECOMM, PCIS_SIMPLECOMM_PAR, "parallel port"}, 681 {PCIC_SIMPLECOMM, PCIS_SIMPLECOMM_MULSER, "multiport serial"}, 682 {PCIC_SIMPLECOMM, PCIS_SIMPLECOMM_MODEM, "generic modem"},
|
| /freebsd-12.1/sys/dev/pci/ |
| H A D | pcireg.h | 383 #define PCIC_SIMPLECOMM 0x07 macro
|
| H A D | pci.c | 4867 {PCIC_SIMPLECOMM, -1, 1, "simple comms"}, 4868 {PCIC_SIMPLECOMM, PCIS_SIMPLECOMM_UART, 1, "UART"}, /* could detect 16550 */ 4869 {PCIC_SIMPLECOMM, PCIS_SIMPLECOMM_PAR, 1, "parallel port"}, 4870 {PCIC_SIMPLECOMM, PCIS_SIMPLECOMM_MULSER, 1, "multiport serial"}, 4871 {PCIC_SIMPLECOMM, PCIS_SIMPLECOMM_MODEM, 1, "generic modem"},
|