Home
last modified time | relevance | path

Searched refs:fdc_data (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/fdc/
H A Dfdc.c239 struct fdc_data *fdc; /* pointer to controller structure */
267 static void fdc_reset(struct fdc_data *);
319 fdregwr(struct fdc_data *fdc, int reg, uint8_t v) in fdregwr()
326 fdregrd(struct fdc_data *fdc, int reg) in fdregrd()
333 fdctl_wr(struct fdc_data *fdc, u_int8_t v) in fdctl_wr()
340 fdout_wr(struct fdc_data *fdc, u_int8_t v) in fdout_wr()
347 fdsts_rd(struct fdc_data *fdc) in fdsts_rd()
354 fddsr_wr(struct fdc_data *fdc, u_int8_t v) in fddsr_wr()
361 fddata_wr(struct fdc_data *fdc, u_int8_t v) in fddata_wr()
368 fddata_rd(struct fdc_data *fdc) in fddata_rd()
[all …]
H A Dfdcvar.h37 struct fdc_data { struct
79 void fdc_release_resources(struct fdc_data *); argument
85 int fdc_initial_reset(device_t, struct fdc_data *);
89 int fdc_isa_alloc_resources(device_t, struct fdc_data *);
H A Dfdc_isa.c76 fdc_isa_alloc_resources(device_t dev, struct fdc_data *fdc) in fdc_isa_alloc_resources()
159 struct fdc_data *fdc; in fdc_isa_probe()
181 struct fdc_data *fdc; in fdc_isa_attach()
219 sizeof(struct fdc_data)
H A Dfdc_acpi.c98 struct fdc_data *sc; in fdc_acpi_attach()
271 sizeof(struct fdc_data)