Lines Matching refs:gt_softc
82 static void gt_attach_peripherals(struct gt_softc *);
86 static void gt_devbus_intr_enb(struct gt_softc *);
90 static void gt_ecc_intr_enb(struct gt_softc *);
93 static void gt_sdma_intr_enb(struct gt_softc *);
97 static void gt_comm_intr_enb(struct gt_softc *);
102 static void gt_watchdog_init(struct gt_softc *);
103 static void gt_watchdog_enable(struct gt_softc *);
105 static void gt_watchdog_disable(struct gt_softc *);
108 static struct gt_softc *gt_watchdog_sc = NULL;
217 gt_attach_peripherals(struct gt_softc *sc) in gt_attach_peripherals()
244 gt_attach_common(struct gt_softc *gt) in gt_attach_common()
523 struct gt_softc *gt = (struct gt_softc *)arg; in gt_devbus_intr()
553 gt_devbus_intr_enb(struct gt_softc *gt) in gt_devbus_intr_enb()
575 struct gt_softc *gt = (struct gt_softc *)arg; in gt_ecc_intr()
603 gt_ecc_intr_enb(struct gt_softc *gt) in gt_ecc_intr_enb()
626 gt_sdma_intr_enb(struct gt_softc *gt) in gt_sdma_intr_enb()
658 struct gt_softc *gt = (struct gt_softc *)arg; in gt_comm_intr()
697 gt_comm_intr_enb(struct gt_softc *gt) in gt_comm_intr_enb()
715 gt_watchdog_init(struct gt_softc *gt) in gt_watchdog_init()
738 gt_watchdog_init(struct gt_softc *gt) in gt_watchdog_init()
748 gt_watchdog_init(struct gt_softc *gt) in gt_watchdog_init()
818 gt_watchdog_enable(struct gt_softc *gt) in gt_watchdog_enable()
833 gt_watchdog_disable(struct gt_softc *gt) in gt_watchdog_disable()
857 struct gt_softc *gt = gt_watchdog_sc; in gt_watchdog_service()
876 struct gt_softc *gt = gt_watchdog_sc; in gt_watchdog_reset()
915 struct gt_softc *sc = device_private(dev); in marvell_winparams_by_tag()