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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/sis/
H A Dinit.c3788 #ifndef GETBITSTR
3792 #define GETBITSTR(val,from,to) ((GETBITS(val,from)) << (0?to)) macro
3832 GETBITSTR((SiS_Pr->CVTotal -2), 10:10, 0:0) |
3833 GETBITSTR((SiS_Pr->CVDisplay -1), 10:10, 1:1) |
3834 GETBITSTR((SiS_Pr->CVBlankStart-1), 10:10, 2:2) |
3835 GETBITSTR((SiS_Pr->CVSyncStart -x), 10:10, 3:3) |
3836 GETBITSTR((SiS_Pr->CVBlankEnd -1), 8:8, 4:4) |
3837 GETBITSTR((SiS_Pr->CVSyncEnd ), 4:4, 5:5) ;
3840 GETBITSTR((SiS_Pr->CHTotal >> 3) - 5, 9:8, 1:0) |
3841 GETBITSTR((SiS_P
[all...]

Completed in 43 milliseconds