Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/cros/cfm/usb/
Dusb_port_manager.py74 gpio_index = _get_gpio_index(self._get_board(), port_id)
75 self._set_gpio_power(self._get_board(), gpio_index, power_on)
121 gpio_index = gpio_base_index + gpio_idx
122 logging.debug('Using gpio index: "%s"', gpio_index)
124 gpio_path = '/sys/class/gpio/gpio{}'.format(gpio_index)
129 gpio_index))
138 gpio_index))
152 def _set_gpio_power(self, board, gpio_index, power_on): argument
161 self._set_gpio_power_guado(gpio_index, power_on)
163 self._set_gpio_power_fizz(gpio_index, power_on)
/external/arm-trusted-firmware/plat/marvell/armada/a8k/common/
Dplat_pm.c512 info->cp_index, info->gpio_index)); in plat_marvell_power_off_gpio()
514 info->cp_index, info->gpio_index), in plat_marvell_power_off_gpio()
515 reg & ~MVEBU_GPIO_MASK(info->gpio_index)); in plat_marvell_power_off_gpio()
519 info->gpio_index)); in plat_marvell_power_off_gpio()
521 info->gpio_index), in plat_marvell_power_off_gpio()
522 reg & ~MVEBU_MPP_MASK(info->gpio_index)); in plat_marvell_power_off_gpio()
539 info->cp_index, info->gpio_index)); in plat_marvell_power_off_gpio()
540 addr = MVEBU_CP_GPIO_DATA_OUT(info->cp_index, info->gpio_index); in plat_marvell_power_off_gpio()
543 shift = pm_cfg->cfg.gpio.info[gpio].gpio_index % 32; in plat_marvell_power_off_gpio()
555 info->cp_index, info->gpio_index), reg); in plat_marvell_power_off_gpio()
/external/arm-trusted-firmware/include/plat/marvell/armada/a8k/common/
Darmada_common.h91 int gpio_index; member