Home
last modified time | relevance | path

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

/titanic_41/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)]))
/titanic_41/usr/src/uts/sun4v/io/
H A Dvcc.c680 if ((portno >= VCC_MAX_PORTS) || (portno == VCC_CONTROL_PORT)) { in i_vcc_config_port()
738 if ((portno >= VCC_MAX_PORTS) || (portno == VCC_CONTROL_PORT)) { in i_vcc_add_port()
968 vport = &vccp->port[VCC_CONTROL_PORT]; in vcc_attach()
977 vccp->minor_tbl[VCC_CONTROL_PORT].portno = in vcc_attach()
1098 if (i == VCC_CONTROL_PORT) { in vcc_detach()
1105 (i != VCC_CONTROL_PORT)) { in vcc_detach()
1181 if (portno == VCC_CONTROL_PORT) { in vcc_open()
1290 if (portno == VCC_CONTROL_PORT) { in vcc_close()
1337 if (i == VCC_CONTROL_PORT) { in i_vcc_cons_tbl()
1389 vport = &vccp->port[VCC_CONTROL_PORT]; in i_vcc_cons_tbl()
[all …]