Home
last modified time | relevance | path

Searched refs:iomux_doenv (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/doc/
DREADME.iomux17 (iomux_doenv()) of the environment setting implementation.
19 iomux_doenv() is called in common/cmd_nvedit.c to handle setenv and in
34 iomux_doenv() prevents multiple use of the same device, e.g. "setenv
35 stdin nc,nc,serial" will discard the second nc. iomux_doenv() is
/external/u-boot/common/
Dconsole.c46 if (iomux_doenv(console, value)) in on_console()
255 iomux_doenv(file, dev->name); in console_doenv()
807 iomux_err = iomux_doenv(stdin, stdinname); in console_init_r()
808 iomux_err += iomux_doenv(stdout, stdoutname); in console_init_r()
809 iomux_err += iomux_doenv(stderr, stderrname); in console_init_r()
Dusb_kbd.c519 error = iomux_doenv(stdin, stdinname);
584 if (iomux_doenv(stdin, env_get("stdin")) != 0)
629 if (iomux_doenv(stdin, env_get("stdin"))) {
Diomux.c26 int iomux_doenv(const int console, const char *arg) in iomux_doenv() function
/external/u-boot/include/
Diomux.h27 int iomux_doenv(const int, const char *);