Lines Matching defs:strength
1339 static int map_impedance(int strength)
1344 if (strength == 0) {
1349 if (strength < tbl->ohm) {
1359 static int map_odtstren_p(int strength, int hard_macro_ver)
1364 if (strength == 0) {
1366 } else if (strength == 120) {
1368 } else if (strength == 60) {
1370 } else if (strength == 40) {
1373 printf("error: unsupported ODTStrenP %d\n", strength);
1376 val = map_impedance(strength);
1409 static int map_drvstren_fsdq_p(int strength, int hard_macro_ver)
1414 if (strength == 0) {
1416 } else if (strength == 120) {
1418 } else if (strength == 60) {
1420 } else if (strength == 40) {
1424 strength);
1427 val = map_impedance(strength);
1433 static int map_drvstren_fsdq_n(int strength, int hard_macro_ver)
1438 if (strength == 0) {
1440 } else if (strength == 120) {
1442 } else if (strength == 60) {
1444 } else if (strength == 40) {
1448 strength);
1451 val = map_impedance(strength);
1483 static int map_adrv_stren_p(int strength, int hard_macro_ver)
1488 if (strength == 120) {
1490 } else if (strength == 60) {
1492 } else if (strength == 40) {
1496 strength);
1499 if (strength == 120) {
1501 } else if (strength == 60) {
1503 } else if (strength == 40) {
1505 } else if (strength == 30) {
1507 } else if (strength == 24) {
1509 } else if (strength == 20) {
1513 strength);
1520 static int map_adrv_stren_n(int strength, int hard_macro_ver)
1525 if (strength == 120) {
1527 } else if (strength == 60) {
1529 } else if (strength == 40) {
1532 printf("Error: unsupported ADrvStrenP %d\n", strength);
1535 if (strength == 120) {
1537 } else if (strength == 60) {
1539 } else if (strength == 40) {
1541 } else if (strength == 30) {
1543 } else if (strength == 24) {
1545 } else if (strength == 20) {
1548 printf("Error: unsupported ADrvStrenP %d\n", strength);