Home
last modified time | relevance | path

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

/hal_espressif-latest/components/xtensa/include/xtensa/
Dcacheasm.h334 .macro icache_invalidate_region astart, asize, ac
337 cache_hit_region ihi, XCHAL_ICACHE_LINEWIDTH, \astart, \asize, \ac
338 icache_sync \ac
387 .macro icache_lock_region astart, asize, ac
390 cache_hit_region ipfl, XCHAL_ICACHE_LINEWIDTH, \astart, \asize, \ac
391 icache_sync \ac
423 .macro icache_unlock_region astart, asize, ac
426 cache_hit_region ihu, XCHAL_ICACHE_LINEWIDTH, \astart, \asize, \ac
427 icache_sync \ac
608 .macro dcache_invalidate_region astart, asize, ac
[all …]
/hal_espressif-latest/components/xtensa/esp32/include/xtensa/config/
Dcore.h992 .macro xchal_atmps_loadstore inst ptr offset nreq aa=0 ab=0 ac=0 ad=0
994 .irp reg,\aa,\ab,\ac,\ad
998 .irp reg,\aa,\ab,\ac,\ad
/hal_espressif-latest/components/xtensa/esp32s2/include/xtensa/config/
Dcore.h1046 .macro xchal_atmps_loadstore inst ptr offset nreq aa=0 ab=0 ac=0 ad=0
1048 .irp reg,\aa,\ab,\ac,\ad
1052 .irp reg,\aa,\ab,\ac,\ad
/hal_espressif-latest/components/xtensa/esp32s3/include/xtensa/config/
Dcore.h1052 .macro xchal_atmps_loadstore inst ptr offset nreq aa = 0 ab = 0 ac = 0 ad = 0
1054 .irp reg, \aa, \ab, \ac, \ad
1058 .irp reg, \aa, \ab, \ac, \ad
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dieee802_11_defs.h616 struct wmm_ac_parameter ac[4]; /* AC_BE, AC_BK, AC_VI, AC_VO */ member