Home
last modified time | relevance | path

Searched refs:ax (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/soc/intel/intel_adsp/cavs/
Dasm_ldo_management.h21 .macro m_cavs_set_ldo_state state, ax
22 movi \ax, (SHIM_BASE + SHIM_LDOCTL)
23 s32i \state, \ax, 0
26 movi \ax, 128
28 addi \ax, \ax, -1
30 bnez \ax, 1b
33 .macro m_cavs_set_hpldo_state state, ax, ay
34 movi \ax, (SHIM_BASE + SHIM_LDOCTL)
35 l32i \ay, \ax, 0
37 movi \ax, ~(SHIM_LDOCTL_HPSRAM_MASK)
[all …]
Dasm_memory_management.h28 .macro m_cavs_hpsram_power_down_entire ax, ay, az
31 movi \ax, SHIM_HSPGISTS(0)
33 s32i \ay, \ax, 0
36 l32i \ax, \az, 0
37 bne \ax, \ay, 1b
41 movi \ax, SHIM_HSPGISTS(1)
43 s32i \ay, \ax, 0
46 l32i \ax, \az, 0
47 bne \ax, \ay, 1b
50 .macro m_cavs_hpsram_power_change segment_index, mask, ax, ay, az
[all …]
/Zephyr-latest/soc/intel/intel_adsp/ace/
Dasm_memory_management.h16 .macro m_ace_lpsram_power_down_entire ax, ay, az, au
33 l8ui \ax, \az, 4
34 bne \ax, \ay, 1b
42 .macro m_ace_hpsram_power_down_entire ax, ay, az, au
56 l8ui \ax, \az, 4 /* ax = HSxPGISTS.l2lmpgis */
57 bne \ax, \ay, 1b /* wait till status == request */
/Zephyr-latest/arch/x86/core/ia32/
Dcrt0.S133 movw $DATA_SEG, %ax /* data segment selector (entry = 3) */
134 movw %ax, %ds /* set DS */
135 movw %ax, %es /* set ES */
136 movw %ax, %ss /* set SS */
137 xorw %ax, %ax /* AX = 0 */
138 movw %ax, %fs /* Zero FS */
139 movw %ax, %gs /* Zero GS */
243 mov $MAIN_TSS, %ax
244 ltr %ax
Dswap.S312 movw $GS_TLS_SEG, %ax
313 movw %ax, %gs
/Zephyr-latest/arch/x86/core/intel64/
Dlocore.S140 1: movw $X86_KERNEL_DS_32, %ax
141 movw %ax, %ds
142 movw %ax, %es
143 movw %ax, %ss
144 movw %ax, %fs
221 movw %ax, %ds
222 movw %ax, %es
223 movw %ax, %ss
224 movw %ax, %fs
233 movw %ax, %gs
[all …]
/Zephyr-latest/drivers/bluetooth/hci/
DKconfig.nxp74 NXP IW612 Chipset supports Wi-Fi? 802.11a/b/g/n/ac/ax + Bluetooth? 5.3
80 dual-band-1x1-wi-fi-6-802-11ax-plus-bluetooth-5-4-plus-802-15-4-tri-
DKconfig239 IEEE 802.11a/b/g/n/ac/ax Wi-Fi and Bluetooth® 5.2 in a single-chip
/Zephyr-latest/drivers/sensor/bosch/bmi270/
Dbmi270.c497 data->ax = (int16_t)sys_get_le16(&buf[0]); in bmi270_sample_fetch()
504 data->ax = 0; in bmi270_sample_fetch()
521 channel_accel_convert(val, data->ax, data->acc_range); in bmi270_channel_get()
527 channel_accel_convert(&val[0], data->ax, in bmi270_channel_get()
Dbmi270.h261 int16_t ax, ay, az, gx, gy, gz; member
/Zephyr-latest/drivers/wifi/nxp/
DKconfig.nxp70 …ty/wi-fi-plus-bluetooth-plus-802-15-4/2-4-5ghz-dual-band-1x1-wi-fi-6-802-11ax-plus-bluetooth-5-2-s…
71 …y/wi-fi-plus-bluetooth-plus-802-15-4/2-4-5-ghz-dual-band-1x1-wi-fi-6-802-11ax-plus-bluetooth-5-2-p…
215 NXP IW612 combo chipset which supports Wi-Fi® 802.11a/b/g/n/ac/ax +
227 NXP IW612 combo chipset which supports Wi-Fi® 802.11a/b/g/n/ac/ax +
238 NXP IW611 combo chipset which supports Wi-Fi® 802.11a/b/g/n/ac/ax +
250 NXP IW611 combo chipset which supports Wi-Fi® 802.11a/b/g/n/ac/ax +
613 This option enables the use of 802.11ax support.
807 This option is used to specify/get 11ax density config in the Wi-Fi driver.
841 bool "802.11ax TWT support"
845 This option enables 11ax TWT in the Wi-Fi driver.
/Zephyr-latest/boards/nordic/nrf7002dk/doc/
Dindex.rst15 The nRF7002 is an IEEE 802.11ax (Wi-Fi 6) compliant solution that implements the Wi-Fi physical
81 | RADIO | nrf7002 | Wi-Fi 6 (802.11ax) |
/Zephyr-latest/boards/espressif/esp32c6_devkitc/doc/
Dindex.rst31 - WiFi 802.11 ax 2.4GHz
/Zephyr-latest/modules/hostap/
DKconfig352 bool "IEEE 802.11ax HE support"