Lines Matching defs:enabled
11 * functions. The SoC function enabled on a pin is determined on a priority
54 * For example, pin B19 has a low-priority signal that's enabled by two
116 * be enabled individually via it's own SCU84 (in the cases of T5 and W1)
120 * enabled on a per-pin basis, and by contrast, all signals for UART6 are
121 * enabled by a single bit.
145 * that the signal for the function of interest is correctly enabled.
174 * comparisons must evaluate 'true' for a signal to be enabled on a pin.
491 * Short-hand macro for describing an SCU descriptor enabled by the state of
504 * A further short-hand macro expanding to an SCU descriptor enabled by a set
565 * For example, the 16-bit ROM bus can be enabled by one of two possible signal
790 const struct aspeed_sig_expr *expr, bool enabled);
792 const struct aspeed_sig_expr *expr, bool enabled);
808 int aspeed_sig_desc_eval(const struct aspeed_sig_desc *desc, bool enabled,
812 const struct aspeed_sig_expr *expr, bool enabled);
816 bool enabled)
818 return ctx->ops->set(ctx, expr, enabled);