Home
last modified time | relevance | path

Searched defs:tcdsdev_attach_args (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/tc/
H A Dtcdsvar.h63 struct tcdsdev_attach_args { struct
64 bus_space_tag_t tcdsda_bst; /* bus space tag */
65 bus_space_handle_t tcdsda_bsh; /* bus space handle */
66 bus_dma_tag_t tcdsda_dmat; /* bus dma tag */
67 struct tcds_slotconfig *tcdsda_sc; /* slot configuration */
68 int tcdsda_chip; /* chip number */
69 int tcdsda_id; /* SCSI ID */
70 u_int tcdsda_freq; /* chip frequency */
71 int tcdsda_period; /* min. sync period */
72 int tcdsda_variant; /* NCR chip variant */
[all …]