Lines Matching defs:cid
51 ((dev->cid != CORESIGHT_CID) ||
405 u32 pid, cid;
423 * Read pid and cid based on size of resource
429 for (cid = 0, i = 0; i < 4; i++)
430 cid |= (readl(tmp + size - 0x10 + 4 * i) & 255) <<
433 if (cid == CORESIGHT_CID) {
445 if (cid == AMBA_CID || cid == CORESIGHT_CID) {
447 dev->cid = cid;
487 * Registration of AMBA device require reading its pid and cid registers.