Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/
Datafb.c1564 hw->line_width = shifter_f030.scn_width; in falcon_get_par()
1565 hw->line_offset = shifter_f030.off_next; in falcon_get_par()
1663 shifter_f030.scn_width = hw->line_width; in falcon_vbl_switcher()
1664 shifter_f030.off_next = hw->line_offset; in falcon_vbl_switcher()
1671 shifter_f030.off_next = current_par.hw.falcon.line_offset; in falcon_vbl_switcher()
/linux-4.1.27/arch/m68k/include/asm/
Datarihw.h191 # define shifter_f030 ((*(volatile struct SHIFTER_F030 *)SHF_FBAS)) macro