Lines Matching full:en
47 REG_GET(EN_reg, EN, &gpio->store.en); in store_registers()
56 REG_UPDATE(EN_reg, EN, gpio->store.en); in restore_registers()
110 /* We use (EN) to faster switch (used in DDC GPIO). in dal_hw_gpio_set_value()
111 * So (A) is grounded, output is driven by (EN = 0) in dal_hw_gpio_set_value()
112 * to pull the line down (output == 0) and (EN=1) in dal_hw_gpio_set_value()
114 REG_UPDATE(EN_reg, EN, ~value); in dal_hw_gpio_set_value()
151 REG_UPDATE(EN_reg, EN, 0); in dal_hw_gpio_config_mode()
161 /* grounding the A register then use the EN register bit in dal_hw_gpio_config_mode()
182 uint32_t en, in dal_hw_gpio_construct() argument
187 pin->base.en = en; in dal_hw_gpio_construct()
193 pin->store.en = 0; in dal_hw_gpio_construct()