Searched defs:cid (Results 1 – 17 of 17) sorted by relevance
65 #define PULP_CLUSTER_GLOBAL_ADDR(cid) (0x10000000 + (cid)*PULP_CLUSTER_SIZE) argument77 #define PULP_CLUSTER_PERIPHERALS_GLOBAL_ADDR(cid) \ argument
52 #define ARCHI_CLUSTER_GLOBAL_ADDR(cid) (0x10000000 + (cid)*ARCHI_CLUSTER_SIZE) argument66 #define ARCHI_CLUSTER_PERIPHERALS_GLOBAL_ADDR(cid) (ARCHI_CLUSTER_GLOBAL_ADDR(cid) + ARCHI_CLUSTER… argument
50 int ICC_ID(icc_cache_id_t cid) in ICC_ID()
140 uint16_t cid; member158 uint16_t cid; member
84 #define L2C_IS_DYNAMIC_CID(cid) ((cid >= L2C_CID_DYN_MIN) && (cid <= L2C_CID_DYN_MAX)) argument450 uint16_t cid; member
42 uint8_t cid[16]; // CID member
198 uint8_t cid[TOUCH_CID_SIZE + 1] = {0}; in ft_probe() local
189 uint8_t cid = 0xFF; in ft_probe() local
141 sd_cid_t cid; /*!< CID */ member200 mmc_cid_t cid; /*!< CID */ member
123 uint8_t cid[5]; member
244 uint32_t cid[4] = {0}; in mmc_send_cid() local
791 int32_t mmc_all_send_cid(struct mmc_host *host, uint32_t *cid) in mmc_all_send_cid()
1606 int32_t mmc_sd_get_cid(struct mmc_host *host, uint32_t ocr, uint32_t *cid, uint32_t *rocr) in mmc_sd_get_cid()
897 sd_cid_t *cid; in SD_DecodeCid() local
215 void ald_usb_swcid_cidctrl(uint8_t cid) in ald_usb_swcid_cidctrl()
222 struct mmc_cid cid; member
382 uint32_t cid; member4106 uint32_t cid = 0; in fill_feature_table() local
Completed in 55 milliseconds