Lines Matching defs:caps
73 uint32_t caps;
1090 sdcp->caps = readl(sdcp->base + MXS_DCP_CAPABILITY1);
1092 if (sdcp->caps & MXS_DCP_CAPABILITY1_AES128) {
1102 if (sdcp->caps & MXS_DCP_CAPABILITY1_SHA1) {
1111 if (sdcp->caps & MXS_DCP_CAPABILITY1_SHA256) {
1123 if (sdcp->caps & MXS_DCP_CAPABILITY1_SHA1)
1127 if (sdcp->caps & MXS_DCP_CAPABILITY1_AES128)
1146 if (sdcp->caps & MXS_DCP_CAPABILITY1_SHA256)
1149 if (sdcp->caps & MXS_DCP_CAPABILITY1_SHA1)
1152 if (sdcp->caps & MXS_DCP_CAPABILITY1_AES128)