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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Datafb.c141 short st_shift; member in struct:atafb_par::__anon7155::falcon_hw
979 par->hw.falcon.st_shift = 0x200;
983 par->hw.falcon.st_shift = 0x100;
987 par->hw.falcon.st_shift = 0x000;
1428 * to get bpp, we must examine f_shift and st_shift.
1432 * If all these bits are 0 get display depth from st_shift
1441 else if (hw->st_shift == 0)
1443 else if (hw->st_shift == 0x100)
1445 else /* if (hw->st_shift == 0x200) */
1560 hw->st_shift
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Datarihw.h254 u_short st_shift; member in struct:VIDEL

Completed in 61 milliseconds