Home
last modified time | relevance | path

Searched defs:at (Results 1 – 14 of 14) sorted by relevance

/device/soc/esp/esp32/components/xtensa/include/
Dxt_instr_macros.h17 #define RSR(reg, at) asm volatile ("rsr %0, %1" : "=r" (at) : "i" (reg)) argument
18 #define WSR(reg, at) asm volatile ("wsr %0, %1" : : "r" (at), "i" (reg)) argument
19 #define XSR(reg, at) asm volatile ("xsr %0, %1" : "+r" (at) : "i" (reg)) argument
21 #define RER(reg, at) asm volatile ("rer %0, %1" : "=r" (at) : "r" (reg)) argument
23 #define WITLB(at, as) asm volatile ("witlb %0, %1; \n isync \n " : : "r" (at), "r" (as)) argument
24 #define WDTLB(at, as) asm volatile ("wdtlb %0, %1; \n dsync \n " : : "r" (at), "r" (as)) argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/histreaming_server/include/
Dlink_agent.h28 struct LinkServiceAgent *(*at)(struct QueryResult *q, int pos); member
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/histreaming/src/
Dlink_agent.h28 struct LinkServiceAgent *(*at)(struct QueryResult *q, int pos); member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
Dlist.h102 struct list_head *at = head->next; in __list_splice() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
Dlist.h99 struct list_head *at = head->next; in __list_splice() local
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
Dlist.h99 struct list_head *at = head->next; in __list_splice() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
Dlinux_cbb_list.h109 struct cbb_list_head *at = head->next; in inline_cbb_list_splice() local
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/bk_common/include/
Dbk_list.h167 struct list_head *at = head->next; in __list_splice() local
/device/soc/rockchip/common/sdk_linux/drivers/pci/controller/
Drockchip-pcie-dma.h48 u32 at : 2; // 30:31 member
/device/soc/rockchip/common/vendor/drivers/pci/
Drockchip-pcie-dma.h47 u32 at : 2; // 30:31 member
/device/soc/esp/esp32/components/soc/esp32/include/soc/
Dtwai_struct.h47 uint32_t at: 1; /* CMR.1 Abort Transmission */ member
/device/soc/rockchip/rk3588/kernel/drivers/pci/controller/
Drockchip-pcie-dma.h50 u32 at :2; // 30:31 member
/device/soc/rockchip/rk3588/kernel/include/linux/
Drockchip-pcie-dma.h50 u32 at :2; // 30:31 member
/device/soc/esp/esp32/components/xtensa/include/xtensa/
Dhal.h1152 uint32_t at; /* access rights, and memory type (and space for entry index) */ member