Lines Matching defs:obio_softc
45 struct obio_softc { struct
46 device_t sc_dev;
47 bus_space_tag_t sc_iot;
48 bus_space_handle_t sc_obioreg_ioh;
52 bus_space_handle_t sc_memctl_ioh;
54 void *sc_ih; /* interrupt handler for obio on pxaip */
55 void *sc_si; /* software interrupt handler */
56 int sc_intr;
57 uint16_t sc_intr_mask;
58 uint16_t sc_intr_pending;
82 void *obio_intr_establish(struct obio_softc *, int, int, int, argument