Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dpcic_var.h148 #define PCIC_MAX_SOCKETS 4 /* 2 per chip up to 2 chips per IO addr */ macro
186 struct pcic_socket pc_sockets[PCIC_MAX_SOCKETS];
208 pcic_debounce_state_t deb_state[PCIC_MAX_SOCKETS];
209 int pc_softintr_req[PCIC_MAX_SOCKETS];
214 } pcic_cd_change_param[PCIC_MAX_SOCKETS];
/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c1177 for (i = 0; i < PCIC_MAX_SOCKETS; i++) { in pcic_attach()
1356 for (i = 0; i < PCIC_MAX_SOCKETS; i++) { in pcic_attach()