Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dpcic_var.h150 #define PCIC_MAX_SOCKETS 4 /* 2 per chip up to 2 chips per IO addr */ macro
188 struct pcic_socket pc_sockets[PCIC_MAX_SOCKETS];
210 pcic_debounce_state_t deb_state[PCIC_MAX_SOCKETS];
211 int pc_softintr_req[PCIC_MAX_SOCKETS];
216 } pcic_cd_change_param[PCIC_MAX_SOCKETS];
/titanic_41/usr/src/uts/common/io/
H A Dpcic.c1176 for (i = 0; i < PCIC_MAX_SOCKETS; i++) { in pcic_attach()
1355 for (i = 0; i < PCIC_MAX_SOCKETS; i++) { in pcic_attach()