Searched defs:_cmd (Results 1 – 2 of 2) sorted by relevance
| /openbmc/u-boot/include/ |
| H A D | command.h | 290 #define U_BOOT_CMD_MKENT_COMPLETE(_name, _maxargs, _rep, _cmd, \ argument 296 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, _comp) \ argument 311 #define _CMD_REMOVE(_name, _cmd) \ argument 324 #define U_BOOT_CMD_MKENT_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, \ argument 329 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, \ argument 339 #define U_BOOT_CMD(_name, _maxargs, _rep, _cmd, _usage, _help) \ argument 342 #define U_BOOT_CMD_MKENT(_name, _maxargs, _rep, _cmd, _usage, _help) \ argument
|
| /openbmc/u-boot/include/fsl-mc/ |
| H A D | fsl_mc_cmd.h | 86 #define MC_CMD_OP(_cmd, _param, _offset, _width, _type, _arg) \ argument 89 #define MC_RSP_OP(_cmd, _param, _offset, _width, _type, _arg) \ argument
|