Home
last modified time | relevance | path

Searched refs:shifter_f030 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/video/fbdev/
H A Datafb.c1520 hw->line_width = shifter_f030.scn_width; in falcon_get_par()
1521 hw->line_offset = shifter_f030.off_next; in falcon_get_par()
1619 shifter_f030.scn_width = hw->line_width; in falcon_vbl_switcher()
1620 shifter_f030.off_next = hw->line_offset; in falcon_vbl_switcher()
1627 shifter_f030.off_next = current_par.hw.falcon.line_offset; in falcon_vbl_switcher()
/openbmc/linux/arch/m68k/include/asm/
H A Datarihw.h189 # define shifter_f030 ((*(volatile struct SHIFTER_F030 *)SHF_FBAS)) macro