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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/atari/
H A Dconfig.c251 } else if (hwreg_present(&shifter.bas_hi)) {
252 if (hwreg_present(&shifter.bas_lo) &&
253 (shifter.bas_lo = 0x0aau, shifter.bas_lo == 0x0aau)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Datafb.c789 par->hw.tt.sync = shifter.syncmode;
790 addr = ((shifter.bas_hi & 0xff) << 16) |
791 ((shifter.bas_md & 0xff) << 8) |
792 ((shifter.bas_lo & 0xff));
799 shifter.syncmode = par->hw.tt.sync;
1247 /* gend1 is for hde (gend-gstart multiple of align), shifter's xres */
1548 hw->sync = shifter.syncmode & 0x1;
1563 addr = (shifter.bas_hi & 0xff) << 16 |
1564 (shifter.bas_md & 0xff) << 8 |
1565 (shifter
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Datarihw.h181 # define shifter ((*(volatile struct SHIFTER *)SHF_BAS)) macro

Completed in 187 milliseconds