Lines Matching defs:mesh_softc
98 struct mesh_softc { struct
99 device_t sc_dev; /* us as a device */
100 struct scsipi_channel sc_channel;
101 struct scsipi_adapter sc_adapter;
103 u_char *sc_reg; /* MESH base address */
104 dbdma_regmap_t *sc_dmareg; /* DMA register address */
105 dbdma_command_t *sc_dmacmd; /* DMA command area */
107 int sc_flags;
108 int sc_cfflags; /* copy of config flags */
109 int sc_meshid; /* MESH version */
110 int sc_minsync; /* minimum sync period */
111 int sc_irq;
135 static inline int mesh_read_reg(struct mesh_softc *, int); argument