Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Domap1.c813 return s->mod_conf_ctrl[0]; in omap_pin_cfg_read()
946 diff = s->mod_conf_ctrl[0] ^ value; in omap_pin_cfg_write()
947 s->mod_conf_ctrl[0] = value; in omap_pin_cfg_write()
968 omap_pin_modconf1_update(mpu, mpu->mod_conf_ctrl[0], 0); in omap_pin_cfg_reset()
975 memset(mpu->mod_conf_ctrl, 0, sizeof(mpu->mod_conf_ctrl)); in omap_pin_cfg_reset()
/openbmc/qemu/include/hw/arm/
H A Domap.h639 uint32_t mod_conf_ctrl[1]; member