HomeSort by: relevance | last modified time | path
    Searched refs:gt_softc (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/dev/marvell/
gtvar.h 31 struct gt_softc { struct
50 void gt_attach_common(struct gt_softc *);
gtintrvar.h 37 discovery_enable_intr(struct gt_softc *sc, int irq)
50 discovery_disable_intr(struct gt_softc *sc, int irq)
63 discovery_mic_low(struct gt_softc *sc)
70 discovery_mic_high(struct gt_softc *sc)
82 discovery_gpp_enable_intr(struct gt_softc *sc, int pin)
93 discovery_gpp_disable_intr(struct gt_softc *sc, int pin)
104 discovery_gpp_clear_cause(struct gt_softc *sc, int pin)
116 discovery_gpp_cause(struct gt_softc *sc)
123 discovery_gpp_mask(struct gt_softc *sc)
gtsdmavar.h 33 struct gt_softc *sc = device_private(gt);
44 struct gt_softc *sc = device_private(gt);
gtbrgvar.h 33 struct gt_softc *sc = device_private(gt);
gtdevbusvar.h 43 struct gt_softc *sc = device_private(gt);
gt.c 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
    [all...]
gtmpsc.c 421 struct gt_softc *gt = (struct gt_softc *)arg;
  /src/sys/arch/cobalt/dev/
gt.c 61 struct gt_softc { struct
73 static void gt_timer_init(struct gt_softc *sc);
82 CFATTACH_DECL_NEW(gt, sizeof(struct gt_softc),
105 struct gt_softc *sc = device_private(self);
172 gt_timer_init(struct gt_softc *sc)
189 struct gt_softc *sc = cookie;
204 struct gt_softc *sc = cookie;
  /src/sys/arch/evbppc/ev64260/
gt_mainbus.c 82 CFATTACH_DECL_NEW(gt, sizeof(struct gt_softc), gt_match, gt_attach, NULL, NULL);
111 struct gt_softc *sc = device_private(self);
  /src/sys/arch/ofppc/pci/
gt_mainbus.c 72 CFATTACH_DECL_NEW(gt, sizeof(struct gt_softc), gt_match, gt_attach, NULL, NULL);
163 struct gt_softc *sc = device_private(self);

Completed in 21 milliseconds