Home | History | Annotate | Download | only in pci

Lines Matching refs:amr_softc

98 static void	amr_ccb_dump(struct amr_softc *, struct amr_ccb *);
99 static void *amr_enquire(struct amr_softc *, u_int8_t, u_int8_t, u_int8_t,
101 static int amr_init(struct amr_softc *, const char *,
108 static void amr_teardown(struct amr_softc *);
112 static int amr_quartz_get_work(struct amr_softc *,
114 static int amr_quartz_submit(struct amr_softc *, struct amr_ccb *);
115 static int amr_std_get_work(struct amr_softc *, struct amr_mailbox_resp *);
116 static int amr_std_submit(struct amr_softc *, struct amr_ccb *);
122 CFATTACH_DECL3_NEW(amr, sizeof(struct amr_softc),
203 amr_inb(struct amr_softc *amr, int off)
211 amr_inl(struct amr_softc *amr, int off)
219 amr_outb(struct amr_softc *amr, int off, u_int8_t val)
227 amr_outl(struct amr_softc *amr, int off, u_int32_t val)
276 struct amr_softc *amr;
519 struct amr_softc *amr;
544 amr_teardown(struct amr_softc *amr)
605 amr_init(struct amr_softc *amr, const char *intrstr,
784 struct amr_softc *amr;
809 struct amr_softc *amr;
874 struct amr_softc *amr;
915 struct amr_softc *amr;
1024 amr_enquire(struct amr_softc *amr, u_int8_t cmd, u_int8_t cmdsub,
1054 amr_ccb_alloc(struct amr_softc *amr, struct amr_ccb **acp)
1071 amr_ccb_free(struct amr_softc *amr, struct amr_ccb *ac)
1090 amr_ccb_enqueue(struct amr_softc *amr, struct amr_ccb *ac)
1119 amr_ccb_map(struct amr_softc *amr, struct amr_ccb *ac, void *data, int size,
1175 amr_ccb_unmap(struct amr_softc *amr, struct amr_ccb *ac)
1198 amr_ccb_poll(struct amr_softc *amr, struct amr_ccb *ac, int timo)
1229 amr_ccb_wait(struct amr_softc *amr, struct amr_ccb *ac)
1244 amr_mbox_wait(struct amr_softc *amr)
1268 amr_quartz_submit(struct amr_softc *amr, struct amr_ccb *ac)
1322 amr_std_submit(struct amr_softc *amr, struct amr_ccb *ac)
1363 amr_quartz_get_work(struct amr_softc *amr, struct amr_mailbox_resp *mbsave)
1398 amr_std_get_work(struct amr_softc *amr, struct amr_mailbox_resp *mbsave)
1425 amr_ccb_dump(struct amr_softc *amr, struct amr_ccb *ac)
1438 struct amr_softc *amr;
1452 struct amr_softc *amr;
1478 struct amr_softc *amr;