Searched refs:PCIC_SIMPLECOMM (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/usr.sbin/bhyve/ |
| H A D | pci_uart.c | 113 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_SIMPLECOMM); in pci_uart_init()
|
| H A D | pci_virtio_console.c | 714 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_SIMPLECOMM); in pci_vtcon_init()
|
| /freebsd-13.1/usr.sbin/pciconf/ |
| H A D | pciconf.c | 706 {PCIC_SIMPLECOMM, -1, "simple comms"}, 707 {PCIC_SIMPLECOMM, PCIS_SIMPLECOMM_UART, "UART"}, /* could detect 16550 */ 708 {PCIC_SIMPLECOMM, PCIS_SIMPLECOMM_PAR, "parallel port"}, 709 {PCIC_SIMPLECOMM, PCIS_SIMPLECOMM_MULSER, "multiport serial"}, 710 {PCIC_SIMPLECOMM, PCIS_SIMPLECOMM_MODEM, "generic modem"},
|
| /freebsd-13.1/sys/dev/pci/ |
| H A D | pcireg.h | 404 #define PCIC_SIMPLECOMM 0x07 macro
|
| H A D | pci.c | 4978 {PCIC_SIMPLECOMM, -1, 1, "simple comms"}, 4979 {PCIC_SIMPLECOMM, PCIS_SIMPLECOMM_UART, 1, "UART"}, /* could detect 16550 */ 4980 {PCIC_SIMPLECOMM, PCIS_SIMPLECOMM_PAR, 1, "parallel port"}, 4981 {PCIC_SIMPLECOMM, PCIS_SIMPLECOMM_MULSER, 1, "multiport serial"}, 4982 {PCIC_SIMPLECOMM, PCIS_SIMPLECOMM_MODEM, 1, "generic modem"},
|