Lines Matching refs:enable
132 struct field enable, voltage, ilimsel; member
382 .enable = __MK_FIELD(REG_DCDC_EN, DCDCDCDC_EN_MASK,
393 .enable = __MK_FIELD(REG_DCDC_EN, DCDCDCDC_EN_MASK,
404 .enable = __MK_FIELD(REG_DCDC_EN, DCDCDCDC_EN_MASK,
415 .enable = __MK_FIELD(REG_BLOCK_EN, BLOCK_MASK,
428 .enable = __MK_FIELD(REG_BLOCK_EN, BLOCK_MASK,
441 .enable = __MK_FIELD(REG_BLOCK_EN, BLOCK_MASK,
452 .enable = __MK_FIELD(REG_BLOCK_EN, BLOCK_MASK,
543 return write_field(hw, &info->enable, 1); in enable_supply()
554 return write_field(hw, &info->enable, 0); in disable_supply()
565 return read_field(hw, &info->enable); in is_supply_enabled()
570 .enable = enable_supply,