Lines Matching defs:output
50 * bit 15 - Value (if output)
53 * bit 21..22 - SLPM Value (if output)
1331 NMK_CONFIG_PIN_ARRAY("ste,output", nmk_pin_output_modes),
1334 NMK_CONFIG_PIN_ARRAY("ste,sleep-output", nmk_pin_sleep_output_modes),
1702 int pull, slpm, output, val, i;
1721 output = PIN_DIR(cfg);
1742 output = slpm_output - 1;
1750 slpm_output ? (output ? "output" : "input")
1758 output ? "output " : "input",
1759 output ? (val ? "high" : "low") : "",
1767 if (output)
1773 /* TODO: isn't this only applicable on output pins? */