Searched refs:PCIC_IOWINDOWS (Results 1 – 3 of 3) sorted by relevance
51 #define PCIC_IOWINDOWS 2 /* number of I/O address windows per socket */ macro53 #define PCIC_NUMWINDOWS ((PCIC_MEMWINDOWS + PCIC_IOWINDOWS) * PCIC_SOCKETS)55 #define PCIC_NUMWINSOCK (PCIC_MEMWINDOWS+PCIC_IOWINDOWS)
129 } pcs_windows[PCIC_IOWINDOWS + PCIC_MEMWINDOWS];
2784 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()