Searched defs:sbsh_softc (Results 1 – 1 of 1) sorted by relevance
96 struct sbsh_softc { struct97 struct arpcom arpcom; /* ethernet common */99 struct resource *mem_res;100 struct resource *irq_res;101 void *intr_hand;103 void *mem_base; /* mapped memory address */105 volatile struct sbni16_hw_regs *regs;106 volatile struct hw_descr *tbd;107 volatile struct hw_descr *rbd;108 volatile struct cx28975_cmdarea *cmdp;[all …]