Searched refs:PCIC_SIMPLECOMM (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/usr.sbin/bhyve/ |
H A D | pci_uart.c | 106 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_SIMPLECOMM); in pci_uart_init()
|
H A D | pci_virtio_console.c | 718 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_SIMPLECOMM); in pci_vtcon_init()
|
/freebsd-src/usr.sbin/pciconf/ |
H A D | pciconf.c | 701 {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 D | uart_bus_pci.c | 296 if (pci_get_class(dev) == PCIC_SIMPLECOMM && in uart_pci_probe()
|
/freebsd-src/sys/dev/pci/ |
H A D | pcireg.h | 405 #define PCIC_SIMPLECOMM 0x07 macro
|
H A D | pci.c | 4973 {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"},
|