Symbol: asy_reg_t
usr/src/uts/common/io/asy.c
171
static void asy_put_idx(const struct asycom *, asy_reg_t, uint8_t);
usr/src/uts/common/io/asy.c
172
static uint8_t asy_get_idx(const struct asycom *, asy_reg_t);
usr/src/uts/common/io/asy.c
174
static void asy_put_add(const struct asycom *, asy_reg_t, uint8_t);
usr/src/uts/common/io/asy.c
175
static uint8_t asy_get_add(const struct asycom *, asy_reg_t);
usr/src/uts/common/io/asy.c
177
static void asy_put_ext(const struct asycom *, asy_reg_t, uint8_t);
usr/src/uts/common/io/asy.c
178
static uint8_t asy_get_ext(const struct asycom *, asy_reg_t);
usr/src/uts/common/io/asy.c
180
static void asy_put_reg(const struct asycom *, asy_reg_t, uint8_t);
usr/src/uts/common/io/asy.c
181
static uint8_t asy_get_reg(const struct asycom *, asy_reg_t);
usr/src/uts/common/io/asy.c
183
static void asy_put(const struct asycom *, asy_reg_t, uint8_t);
usr/src/uts/common/io/asy.c
184
static uint8_t asy_get(const struct asycom *, asy_reg_t);
usr/src/uts/common/io/asy.c
186
static void asy_set(const struct asycom *, asy_reg_t, uint8_t);
usr/src/uts/common/io/asy.c
187
static void asy_clr(const struct asycom *, asy_reg_t, uint8_t);
usr/src/uts/common/io/asy.c
333
uint8_t (*asy_get_reg)(const struct asycom *, asy_reg_t);
usr/src/uts/common/io/asy.c
334
void (*asy_put_reg)(const struct asycom *, asy_reg_t, uint8_t);
usr/src/uts/common/io/asy.c
533
asy_put_idx(const struct asycom *asy, asy_reg_t reg, uint8_t val)
usr/src/uts/common/io/asy.c
557
asy_get_idx(const struct asycom *asy, asy_reg_t reg)
usr/src/uts/common/io/asy.c
582
asy_put_add(const struct asycom *asy, asy_reg_t reg, uint8_t val)
usr/src/uts/common/io/asy.c
606
asy_get_add(const struct asycom *asy, asy_reg_t reg)
usr/src/uts/common/io/asy.c
637
asy_put_ext(const struct asycom *asy, asy_reg_t reg, uint8_t val)
usr/src/uts/common/io/asy.c
667
asy_get_ext(const struct asycom *asy, asy_reg_t reg)
usr/src/uts/common/io/asy.c
699
asy_put_reg(const struct asycom *asy, asy_reg_t reg, uint8_t val)
usr/src/uts/common/io/asy.c
708
asy_get_reg(const struct asycom *asy, asy_reg_t reg)
usr/src/uts/common/io/asy.c
717
asy_put(const struct asycom *asy, asy_reg_t reg, uint8_t val)
usr/src/uts/common/io/asy.c
731
asy_get(const struct asycom *asy, asy_reg_t reg)
usr/src/uts/common/io/asy.c
749
asy_set(const struct asycom *asy, asy_reg_t reg, uint8_t bits)
usr/src/uts/common/io/asy.c
757
asy_clr(const struct asycom *asy, asy_reg_t reg, uint8_t bits)