Searched refs:res_patch_table (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/via/
H A Dviamode.h78 extern struct patch_table res_patch_table[];
H A Dviamode.c416 struct patch_table res_patch_table[] = { variable in typeref:struct:patch_table
1068 int NUM_TOTAL_PATCH_MODE = ARRAY_SIZE(res_patch_table);
H A Dhw.c2365 for (j = 0; j < res_patch_table[0].table_length; j++) {
2366 index = res_patch_table[0].io_reg_table[j].index;
2367 port = res_patch_table[0].io_reg_table[j].port;
2368 value = res_patch_table[0].io_reg_table[j].value;
2369 mask = res_patch_table[0].io_reg_table[j].mask;

Completed in 61 milliseconds