Home
last modified time | relevance | path

Searched refs:VCC_CONTROL_PORT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvcc_impl.h203 #define VCC_CONTROL_PORT 0x7ff /* port 2047 is control port */ macro
220 VCC_CONTROL_PORT)].portno)
224 VCC_CONTROL_PORT)]))
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvcc.c683 if ((portno >= VCC_MAX_PORTS) || (portno == VCC_CONTROL_PORT)) { in i_vcc_config_port()
741 if ((portno >= VCC_MAX_PORTS) || (portno == VCC_CONTROL_PORT)) { in i_vcc_add_port()
971 vport = &vccp->port[VCC_CONTROL_PORT]; in vcc_attach()
980 vccp->minor_tbl[VCC_CONTROL_PORT].portno = in vcc_attach()
1101 if (i == VCC_CONTROL_PORT) { in vcc_detach()
1108 (i != VCC_CONTROL_PORT)) { in vcc_detach()
1184 if (portno == VCC_CONTROL_PORT) { in vcc_open()
1293 if (portno == VCC_CONTROL_PORT) { in vcc_close()
1340 if (i == VCC_CONTROL_PORT) { in i_vcc_cons_tbl()
1392 vport = &vccp->port[VCC_CONTROL_PORT]; in i_vcc_cons_tbl()
[all …]