Lines Matching defs:output
54 * bit 15 - Value (if output)
57 * bit 21..22 - SLPM Value (if output)
1338 NMK_CONFIG_PIN_ARRAY("ste,output", nmk_pin_output_modes),
1341 NMK_CONFIG_PIN_ARRAY("ste,sleep-output", nmk_pin_sleep_output_modes),
1711 int pull, slpm, output, val, i;
1730 output = PIN_DIR(cfg);
1751 output = slpm_output - 1;
1759 slpm_output ? (output ? "output" : "input")
1767 output ? "output " : "input",
1768 output ? (val ? "high" : "low") : "",
1776 if (output)
1782 /* TODO: isn't this only applicable on output pins? */