Home
last modified time | relevance | path

Searched refs:operating_mode (Results 1 – 5 of 5) sorted by relevance

/external/trusty/arm-trusted-firmware/drivers/st/ddr/
Dstm32mp_ddr.c202 uint32_t operating_mode; in stm32mp_ddr_sw_selfref_entry() local
219 operating_mode = stat & DDRCTRL_STAT_OPERATING_MODE_MASK; in stm32mp_ddr_sw_selfref_entry()
222 if ((operating_mode == DDRCTRL_STAT_OPERATING_MODE_SR) && in stm32mp_ddr_sw_selfref_entry()
Dstm32mp1_ddr.c282 uint32_t operating_mode; in stm32mp1_wait_operating_mode() local
286 operating_mode = stat & DDRCTRL_STAT_OPERATING_MODE_MASK; in stm32mp1_wait_operating_mode()
299 if ((operating_mode == in stm32mp1_wait_operating_mode()
304 } else if (operating_mode == mode) { in stm32mp1_wait_operating_mode()
307 (operating_mode == DDRCTRL_STAT_OPERATING_MODE_SR) && in stm32mp1_wait_operating_mode()
/external/arm-trusted-firmware/drivers/st/ddr/
Dstm32mp1_ddr.c425 uint32_t operating_mode; in stm32mp1_wait_operating_mode() local
429 operating_mode = stat & DDRCTRL_STAT_OPERATING_MODE_MASK; in stm32mp1_wait_operating_mode()
442 if ((operating_mode == in stm32mp1_wait_operating_mode()
447 } else if (operating_mode == mode) { in stm32mp1_wait_operating_mode()
450 (operating_mode == DDRCTRL_STAT_OPERATING_MODE_SR) && in stm32mp1_wait_operating_mode()
/external/autotest/client/common_lib/cros/network/
Diw_runner.py567 operating_mode = match.group(1)
568 if operating_mode in SUPPORTED_DEV_MODES:
569 return operating_mode
572 'Supported modes: %s', operating_mode, interface,
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c2964 u8 cw, operating_mode = 0, nss; in hostapd_ctrl_iface_notify_cw_change() local
2985 operating_mode = 0; in hostapd_ctrl_iface_notify_cw_change()
2988 operating_mode = VHT_OPMODE_CHANNEL_40MHZ; in hostapd_ctrl_iface_notify_cw_change()
2991 operating_mode = VHT_OPMODE_CHANNEL_80MHZ; in hostapd_ctrl_iface_notify_cw_change()
2994 operating_mode = VHT_OPMODE_CHANNEL_160MHZ; in hostapd_ctrl_iface_notify_cw_change()
3005 operating_mode | in hostapd_ctrl_iface_notify_cw_change()