Symbol: uha_mscp
sys/dev/eisa/uha_eisa.c
229
u24_start_mbox(struct uha_softc *sc, struct uha_mscp *mscp)
sys/dev/eisa/uha_eisa.c
286
struct uha_mscp *mscp;
sys/dev/eisa/uha_eisa.c
71
static void u24_start_mbox(struct uha_softc *, struct uha_mscp *);
sys/dev/ic/uha.c
137
#define MSCPSIZE (UHA_MSCP_MAX * sizeof(struct uha_mscp))
sys/dev/ic/uha.c
197
uha_reset_mscp(struct uha_softc *sc, struct uha_mscp *mscp)
sys/dev/ic/uha.c
207
uha_free_mscp(struct uha_softc *sc, struct uha_mscp *mscp)
sys/dev/ic/uha.c
218
uha_init_mscp(struct uha_softc *sc, struct uha_mscp *mscp)
sys/dev/ic/uha.c
252
uha_create_mscps(struct uha_softc *sc, struct uha_mscp *mscpstore, int count)
sys/dev/ic/uha.c
254
struct uha_mscp *mscp;
sys/dev/ic/uha.c
257
memset(mscpstore, 0, sizeof(struct uha_mscp) * count);
sys/dev/ic/uha.c
277
struct uha_mscp *
sys/dev/ic/uha.c
280
struct uha_mscp *mscp;
sys/dev/ic/uha.c
296
struct uha_mscp *
sys/dev/ic/uha.c
300
struct uha_mscp *mscp = sc->sc_mscphash[hashnum];
sys/dev/ic/uha.c
315
uha_done(struct uha_softc *sc, struct uha_mscp *mscp)
sys/dev/ic/uha.c
324
UHA_MSCP_OFF(mscp), sizeof(struct uha_mscp),
sys/dev/ic/uha.c
404
struct uha_mscp *mscp;
sys/dev/ic/uha.c
459
UHA_MSCP_OFF(mscp) + offsetof(struct uha_mscp, mscp_sense);
sys/dev/ic/uha.c
524
UHA_MSCP_OFF(mscp) + offsetof(struct uha_mscp,
sys/dev/ic/uha.c
539
UHA_MSCP_OFF(mscp), sizeof(struct uha_mscp),
sys/dev/ic/uha.c
576
struct uha_mscp *mscp = arg;
sys/dev/ic/uha.c
90
integrate void uha_reset_mscp(struct uha_softc *, struct uha_mscp *);
sys/dev/ic/uha.c
91
void uha_free_mscp(struct uha_softc *, struct uha_mscp *);
sys/dev/ic/uha.c
92
integrate int uha_init_mscp(struct uha_softc *, struct uha_mscp *);
sys/dev/ic/uha.c
93
struct uha_mscp *uha_get_mscp(struct uha_softc *);
sys/dev/ic/uha.c
96
int uha_create_mscps(struct uha_softc *, struct uha_mscp *, int);
sys/dev/ic/uhareg.h
222
TAILQ_ENTRY(uha_mscp) chain;
sys/dev/ic/uhareg.h
223
struct uha_mscp *nexthash;
sys/dev/ic/uhavar.h
50
void (*start_mbox)(struct uha_softc *, struct uha_mscp *);
sys/dev/ic/uhavar.h
55
struct uha_mscp *sc_mscps; /* all our mscps */
sys/dev/ic/uhavar.h
57
struct uha_mscp *sc_mscphash[MSCP_HASH_SIZE];
sys/dev/ic/uhavar.h
58
TAILQ_HEAD(, uha_mscp) sc_free_mscp;
sys/dev/ic/uhavar.h
77
struct uha_mscp *uha_mscp_phys_kv(struct uha_softc *, u_long);
sys/dev/ic/uhavar.h
78
void uha_done(struct uha_softc *, struct uha_mscp *);
sys/dev/isa/uha_isa.c
280
u14_start_mbox(struct uha_softc *sc, struct uha_mscp *mscp)
sys/dev/isa/uha_isa.c
343
struct uha_mscp *mscp;
sys/dev/isa/uha_isa.c
69
void u14_start_mbox(struct uha_softc *, struct uha_mscp *);