Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dmb862xx.h94 } gdc_regs; typedef
97 const gdc_regs *board_get_regs (void);
/openbmc/u-boot/board/socrates/
H A Dsocrates.c260 static const gdc_regs init_regs [] =
281 const gdc_regs *board_get_regs (void) in board_get_regs()
/openbmc/u-boot/drivers/video/
H A Dmb862xx.c122 const gdc_regs *regs = board_get_regs (); in board_disp_init()