Home
last modified time | relevance | path

Searched refs:sf_control_data (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Daic6915var.h75 struct sf_control_data { struct
97 #define SF_CDOFF(x) offsetof(struct sf_control_data, x) argument
138 struct sf_control_data *sc_control_data;
H A Daic6915.c177 sizeof(struct sf_control_data), PAGE_SIZE, 0, &seg, 1, &rseg, in sf_attach()
185 sizeof(struct sf_control_data), (void **)&sc->sc_control_data, in sf_attach()
193 sizeof(struct sf_control_data), 1, in sf_attach()
194 sizeof(struct sf_control_data), 0, BUS_DMA_NOWAIT, in sf_attach()
202 sc->sc_control_data, sizeof(struct sf_control_data), NULL, in sf_attach()
321 sizeof(struct sf_control_data)); in sf_attach()