/device/soc/esp/esp32/components/xtensa/include/ |
D | xt_instr_macros.h | 17 #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/ |
D | link_agent.h | 28 struct LinkServiceAgent *(*at)(struct QueryResult *q, int pos); member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/histreaming/src/ |
D | link_agent.h | 28 struct LinkServiceAgent *(*at)(struct QueryResult *q, int pos); member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/ |
D | list.h | 102 struct list_head *at = head->next; in __list_splice() local
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
D | list.h | 99 struct list_head *at = head->next; in __list_splice() local
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
D | list.h | 99 struct list_head *at = head->next; in __list_splice() local
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/ |
D | linux_cbb_list.h | 109 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/ |
D | bk_list.h | 167 struct list_head *at = head->next; in __list_splice() local
|
/device/soc/rockchip/common/sdk_linux/drivers/pci/controller/ |
D | rockchip-pcie-dma.h | 48 u32 at : 2; // 30:31 member
|
/device/soc/rockchip/common/vendor/drivers/pci/ |
D | rockchip-pcie-dma.h | 47 u32 at : 2; // 30:31 member
|
/device/soc/esp/esp32/components/soc/esp32/include/soc/ |
D | twai_struct.h | 47 uint32_t at: 1; /* CMR.1 Abort Transmission */ member
|
/device/soc/rockchip/rk3588/kernel/drivers/pci/controller/ |
D | rockchip-pcie-dma.h | 50 u32 at :2; // 30:31 member
|
/device/soc/rockchip/rk3588/kernel/include/linux/ |
D | rockchip-pcie-dma.h | 50 u32 at :2; // 30:31 member
|
/device/soc/esp/esp32/components/xtensa/include/xtensa/ |
D | hal.h | 1152 uint32_t at; /* access rights, and memory type (and space for entry index) */ member
|