Searched refs:VideoParms (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/
H A Dhelper_mem.c139 static const CARD8 VideoParms[] = { local in function:reset_int_vect
166 for (i = 0; i < sizeof(VideoParms); i++)
167 MEM_WB(pInt, i + (0x1000 - sizeof(VideoParms)), VideoParms[i]);
168 MEM_WW(pInt, 0x1d << 2, 0x1000 - sizeof(VideoParms));
/xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
H A Dhelper_mem.c140 static const CARD8 VideoParms[] = { local in function:reset_int_vect
167 for (i = 0; i < sizeof(VideoParms); i++)
168 MEM_WB(pInt, i + (0x1000 - sizeof(VideoParms)), VideoParms[i]);
169 MEM_WW(pInt, 0x1d << 2, 0x1000 - sizeof(VideoParms));

Completed in 2 milliseconds