crom_context
void crom_init_context(struct crom_context *, uint32_t *);
struct csrreg *crom_get(struct crom_context *);
void crom_next(struct crom_context *);
void crom_parse_text(struct crom_context *, char *, int);
struct csrreg *crom_search_key(struct crom_context *, uint8_t);
char *crom_desc(struct crom_context *, char *, int);
struct crom_context cc;
crom_get(struct crom_context *cc)
crom_next(struct crom_context *cc)
crom_search_key(struct crom_context *cc, uint8_t key)
struct crom_context c, *cc;
crom_parse_text(struct crom_context *cc, char *buf, int len)
crom_desc(struct crom_context *cc, char *buf, int len)
crom_init_context(struct crom_context *cc, uint32_t *p)