sys/dev/pci/amr.c
101
static int amr_init(struct amr_softc *, const char *,
sys/dev/pci/amr.c
1024
amr_enquire(struct amr_softc *amr, u_int8_t cmd, u_int8_t cmdsub,
sys/dev/pci/amr.c
1054
amr_ccb_alloc(struct amr_softc *amr, struct amr_ccb **acp)
sys/dev/pci/amr.c
1071
amr_ccb_free(struct amr_softc *amr, struct amr_ccb *ac)
sys/dev/pci/amr.c
108
static void amr_teardown(struct amr_softc *);
sys/dev/pci/amr.c
1090
amr_ccb_enqueue(struct amr_softc *amr, struct amr_ccb *ac)
sys/dev/pci/amr.c
1119
amr_ccb_map(struct amr_softc *amr, struct amr_ccb *ac, void *data, int size,
sys/dev/pci/amr.c
112
static int amr_quartz_get_work(struct amr_softc *,
sys/dev/pci/amr.c
114
static int amr_quartz_submit(struct amr_softc *, struct amr_ccb *);
sys/dev/pci/amr.c
115
static int amr_std_get_work(struct amr_softc *, struct amr_mailbox_resp *);
sys/dev/pci/amr.c
116
static int amr_std_submit(struct amr_softc *, struct amr_ccb *);
sys/dev/pci/amr.c
1175
amr_ccb_unmap(struct amr_softc *amr, struct amr_ccb *ac)
sys/dev/pci/amr.c
1198
amr_ccb_poll(struct amr_softc *amr, struct amr_ccb *ac, int timo)
sys/dev/pci/amr.c
122
CFATTACH_DECL3_NEW(amr, sizeof(struct amr_softc),
sys/dev/pci/amr.c
1229
amr_ccb_wait(struct amr_softc *amr, struct amr_ccb *ac)
sys/dev/pci/amr.c
1244
amr_mbox_wait(struct amr_softc *amr)
sys/dev/pci/amr.c
1268
amr_quartz_submit(struct amr_softc *amr, struct amr_ccb *ac)
sys/dev/pci/amr.c
1322
amr_std_submit(struct amr_softc *amr, struct amr_ccb *ac)
sys/dev/pci/amr.c
1363
amr_quartz_get_work(struct amr_softc *amr, struct amr_mailbox_resp *mbsave)
sys/dev/pci/amr.c
1398
amr_std_get_work(struct amr_softc *amr, struct amr_mailbox_resp *mbsave)
sys/dev/pci/amr.c
1425
amr_ccb_dump(struct amr_softc *amr, struct amr_ccb *ac)
sys/dev/pci/amr.c
1438
struct amr_softc *amr;
sys/dev/pci/amr.c
1452
struct amr_softc *amr;
sys/dev/pci/amr.c
1478
struct amr_softc *amr;
sys/dev/pci/amr.c
203
amr_inb(struct amr_softc *amr, int off)
sys/dev/pci/amr.c
211
amr_inl(struct amr_softc *amr, int off)
sys/dev/pci/amr.c
219
amr_outb(struct amr_softc *amr, int off, u_int8_t val)
sys/dev/pci/amr.c
227
amr_outl(struct amr_softc *amr, int off, u_int32_t val)
sys/dev/pci/amr.c
276
struct amr_softc *amr;
sys/dev/pci/amr.c
519
struct amr_softc *amr;
sys/dev/pci/amr.c
544
amr_teardown(struct amr_softc *amr)
sys/dev/pci/amr.c
605
amr_init(struct amr_softc *amr, const char *intrstr,
sys/dev/pci/amr.c
784
struct amr_softc *amr;
sys/dev/pci/amr.c
809
struct amr_softc *amr;
sys/dev/pci/amr.c
874
struct amr_softc *amr;
sys/dev/pci/amr.c
915
struct amr_softc *amr;
sys/dev/pci/amr.c
98
static void amr_ccb_dump(struct amr_softc *, struct amr_ccb *);
sys/dev/pci/amr.c
99
static void *amr_enquire(struct amr_softc *, u_int8_t, u_int8_t, u_int8_t,
sys/dev/pci/amrvar.h
141
int amr_ccb_alloc(struct amr_softc *, struct amr_ccb **);
sys/dev/pci/amrvar.h
142
void amr_ccb_enqueue(struct amr_softc *, struct amr_ccb *);
sys/dev/pci/amrvar.h
143
void amr_ccb_free(struct amr_softc *, struct amr_ccb *);
sys/dev/pci/amrvar.h
144
int amr_ccb_map(struct amr_softc *, struct amr_ccb *, void *, int, int);
sys/dev/pci/amrvar.h
145
int amr_ccb_poll(struct amr_softc *, struct amr_ccb *, int);
sys/dev/pci/amrvar.h
146
void amr_ccb_unmap(struct amr_softc *, struct amr_ccb *);
sys/dev/pci/amrvar.h
147
int amr_ccb_wait(struct amr_softc *, struct amr_ccb *);
sys/dev/pci/amrvar.h
82
int (*amr_get_work)(struct amr_softc *, struct amr_mailbox_resp *);
sys/dev/pci/amrvar.h
83
int (*amr_submit)(struct amr_softc *sc, struct amr_ccb *);
sys/dev/pci/ld_amr.c
124
struct amr_softc *amr;
sys/dev/pci/ld_amr.c
177
struct amr_softc *amr;
sys/dev/pci/ld_amr.c
84
struct amr_softc *amr = device_private(parent);