Home
last modified time | relevance | path

Searched refs:CFA_PWR_MODE (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/miscutils/
Dhdparm.c210 #define CFA_PWR_MODE 160 /* CFA power mode 1 */ macro
1261 if (val[CFA_PWR_MODE] & VALID_W160) { in identify()
1264 (val[CFA_PWR_MODE] & PWR_MODE_OFF) ? "disabled" : "enabled", in identify()
1265 (val[CFA_PWR_MODE] & PWR_MODE_REQ) ? " and required by some commands" : ""); in identify()
1266 if (val[CFA_PWR_MODE] & MAX_AMPS) in identify()
1267 printf("\tMaximum current = %uma\n", val[CFA_PWR_MODE] & MAX_AMPS); in identify()