Lines Matching defs:caps
74 uint32_t caps;
1085 sdcp->caps = readl(sdcp->base + MXS_DCP_CAPABILITY1);
1087 if (sdcp->caps & MXS_DCP_CAPABILITY1_AES128) {
1097 if (sdcp->caps & MXS_DCP_CAPABILITY1_SHA1) {
1106 if (sdcp->caps & MXS_DCP_CAPABILITY1_SHA256) {
1118 if (sdcp->caps & MXS_DCP_CAPABILITY1_SHA1)
1122 if (sdcp->caps & MXS_DCP_CAPABILITY1_AES128)
1138 if (sdcp->caps & MXS_DCP_CAPABILITY1_SHA256)
1141 if (sdcp->caps & MXS_DCP_CAPABILITY1_SHA1)
1144 if (sdcp->caps & MXS_DCP_CAPABILITY1_AES128)