Lines Matching defs:enabled
12 * functions. The SoC function enabled on a pin is determined on a priority
55 * For example, pin B19 has a low-priority signal that's enabled by two
117 * be enabled individually via it's own SCU84 (in the cases of T5 and W1)
121 * enabled on a per-pin basis, and by contrast, all signals for UART6 are
122 * enabled by a single bit.
146 * that the signal for the function of interest is correctly enabled.
175 * comparisons must evaluate 'true' for a signal to be enabled on a pin.
492 * Short-hand macro for describing an SCU descriptor enabled by the state of
505 * A further short-hand macro expanding to an SCU descriptor enabled by a set
566 * For example, the 16-bit ROM bus can be enabled by one of two possible signal
782 const struct aspeed_sig_expr *expr, bool enabled);
784 const struct aspeed_sig_expr *expr, bool enabled);
800 int aspeed_sig_desc_eval(const struct aspeed_sig_desc *desc, bool enabled,
804 const struct aspeed_sig_expr *expr, bool enabled);
808 bool enabled)
810 return ctx->ops->set(ctx, expr, enabled);