Lines Matching +full:flow +full:- +full:ctrl
1 // SPDX-License-Identifier: GPL-2.0-only
18 #include <asm/mach-ar7/ar7.h>
19 #include <asm/mach-ar7/prom.h>
48 if (i < (argc - 1)) in ar7_init_cmdline()
65 u8 ctrl; member
90 Well-known variable (num is looked up in table above for matching variable name)
92 +----+----+----+----+----+----+----+----+----+----+----+----+----+----+----+---
93 | 01 |CTRL|CHECKSUM | 01 | _2 | _1 | _1 | _9 | _6 | _8 | _0 | _0 | _0 | \0 | FF
94 +----+----+----+----+----+----+----+----+----+----+----+----+----+----+----+---
98 +----+----+----+----+----+----+----+----+----+----+----+----+----+----+----+---
99 | 00 |CTRL|CHECKSUM | 01 | _N | _A | _M | _E | _0 | _V | _A | _L | _U | _E | \0
100 +----+----+----+----+----+----+----+----+----+----+----+----+----+----+----+---
104 +----+----+----+----+----+----+----+----+----+----+----+----+----+----+----+---
105 | 00 |CTRL|CHECKSUM | 02 | _b | _o | _o | _t | _l | _o | _a | _d | _e | _r | _V
106 +----+----+----+----+----+----+----+----+----+----+----+----+----+----+----+---
108 +----+----+----+----+----+----+----+----+----+----+----+----+----+----+----+---
176 void *psp_env = (void *)KSEG1ADDR(psbl->env_base); in ar7_init_env()
182 if (env->name) in ar7_init_env()
183 add_adam2_var(env->name, env->value); in ar7_init_env()
192 char parity = '\0', bits = '\0', flow = '\0'; in console_config() local
213 flow = 'r'; in console_config()
223 if (flow == 'r') in console_config()
225 parity, bits, flow); in console_config()