Searched defs:msk_softc (Results 1 – 1 of 1) sorted by relevance
2446 struct msk_softc { struct2447 device_t msk_dev;2449 int msk_res_rid;2450 int msk_res_type;2451 struct resource *msk_res; /* I/O port/mem resource */2452 bus_space_tag_t msk_res_bt;2453 bus_space_handle_t msk_res_bh;2455 int msk_irq_type;2456 int msk_irq_rid;2457 struct resource *msk_irq; /* IRQ resources */[all …]