Home
last modified time | relevance | path

Searched refs:PCIC_IOWINDOWS (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dpcic_reg.h51 #define PCIC_IOWINDOWS 2 /* number of I/O address windows per socket */ macro
53 #define PCIC_NUMWINDOWS ((PCIC_MEMWINDOWS + PCIC_IOWINDOWS) * PCIC_SOCKETS)
55 #define PCIC_NUMWINSOCK (PCIC_MEMWINDOWS+PCIC_IOWINDOWS)
H A Dpcic_var.h129 } pcs_windows[PCIC_IOWINDOWS + PCIC_MEMWINDOWS];
/titanic_50/usr/src/uts/common/io/
H A Dpcic.c2784 if (tmp != window->socket || win < PCIC_IOWINDOWS) { in pcic_set_window()
2802 win -= PCIC_IOWINDOWS; /* put in right range */ in pcic_set_window()
3142 if (win >= PCIC_IOWINDOWS || tmp != window->socket) { in pcic_set_window()
3575 if (window < PCIC_IOWINDOWS) in pcic_set_page()
3585 window -= PCIC_IOWINDOWS; in pcic_set_page()
4238 if (type < PCIC_IOWINDOWS) { in pcic_inquire_window()
4318 if (window < PCIC_IOWINDOWS || socket >= pcic->pc_numsockets) { in pcic_get_page()
4488 if (win >= PCIC_IOWINDOWS) { in pcic_get_window()
4664 if (i < PCIC_IOWINDOWS) { in pcic_reset_socket()