Lines Matching +defs:val +defs:command
150 static void to_binary(char *buf, size_t buflen, uint32_t val) in to_binary()
181 static void dump_decode(struct config *config, struct reg *reg, uint32_t val) in dump_decode()
275 uint32_t val; in register_srm() local
358 uint32_t val = 0; in read_register() local
405 uint32_t val; in dump_register() local
411 static int write_register(struct config *config, struct reg *reg, uint32_t val) in write_register()
591 uint32_t val; in intel_reg_write() local
676 uint32_t val; in intel_reg_decode() local
713 struct command { struct
720 static const struct command commands[] = { argument
920 const struct command *command = NULL; in main() local