TwiceAsNice
2019-02-18
|
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <asm/types.h>
#include <sys/ioctl.h>
#include "gsc_common.h"
#include "gsc_utils.h"
Functions | |
void | gsc_reg_field_show (int label_width, int name_width, __u32 value, int hi_bit, int low_bit, int eol, const char **list, const char *name) |
int | gsc_reg_list (int fd, gsc_reg_def_t *list, int detail) |
void gsc_reg_field_show | ( | int | label_width, |
int | name_width, | ||
__u32 | value, | ||
int | hi_bit, | ||
int | low_bit, | ||
int | eol, | ||
const char ** | list, | ||
const char * | name | ||
) |
int gsc_reg_list | ( | int | fd, |
gsc_reg_def_t * | list, | ||
int | detail | ||
) |