Home
last modified time | relevance | path

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

/arch/m68k/atari/
Dconfig.c254 } else if (hwreg_present(&shifter.bas_hi)) { in config_atari()
255 if (hwreg_present(&shifter.bas_lo) && in config_atari()
256 (shifter.bas_lo = 0x0aau, shifter.bas_lo == 0x0aau)) { in config_atari()
/arch/microblaze/
DKconfig.platform18 on MicroBlaze systems without a barrel shifter.
/arch/m68k/include/asm/
Datarihw.h183 # define shifter ((*(volatile struct SHIFTER *)SHF_BAS)) macro