Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/arm/
H A Domap.h642 uint32_t mod_conf_ctrl[1]; member
/openbmc/qemu/hw/arm/
H A Domap1.c815 return s->mod_conf_ctrl[0]; in omap_pin_cfg_read()
948 diff = s->mod_conf_ctrl[0] ^ value; in omap_pin_cfg_write()
949 s->mod_conf_ctrl[0] = value; in omap_pin_cfg_write()
970 omap_pin_modconf1_update(mpu, mpu->mod_conf_ctrl[0], 0); in omap_pin_cfg_reset()
977 memset(mpu->mod_conf_ctrl, 0, sizeof(mpu->mod_conf_ctrl)); in omap_pin_cfg_reset()