Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Darm_sysctl.c242 #define SYS_CFG_SITE_MB 0 macro
266 (site != SYS_CFG_SITE_MB && site != SYS_CFG_SITE_DB1)) { in vexpress_cfgctrl_read()
276 if (site == SYS_CFG_SITE_MB && device == 0) { in vexpress_cfgctrl_read()
285 if (site == SYS_CFG_SITE_MB && device < ARRAY_SIZE(s->mb_clock)) { in vexpress_cfgctrl_read()
327 (site != SYS_CFG_SITE_MB && site != SYS_CFG_SITE_DB1)) { in vexpress_cfgctrl_write()
333 if (site == SYS_CFG_SITE_MB && device < ARRAY_SIZE(s->mb_clock)) { in vexpress_cfgctrl_write()
345 if (site == SYS_CFG_SITE_MB && device == 0) { in vexpress_cfgctrl_write()
356 if (site == SYS_CFG_SITE_MB && device == 0) { in vexpress_cfgctrl_write()
362 if (site == SYS_CFG_SITE_MB && device == 0) { in vexpress_cfgctrl_write()
368 if (site == SYS_CFG_SITE_MB && device == 0) { in vexpress_cfgctrl_write()
/openbmc/u-boot/board/armltd/vexpress/
H A Dvexpress_common.c175 if (v2m_cfg_write(SYS_CFG_REBOOT | SYS_CFG_SITE_MB, 0)) in reset_cpu()
/openbmc/u-boot/include/configs/
H A Dvexpress_common.h102 #define SYS_CFG_SITE_MB (0 << 16) macro