Home
last modified time | relevance | path

Searched refs:gt_softc (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/sys/dev/marvell/
Dgtintrvar.h37 discovery_enable_intr(struct gt_softc *sc, int irq) in discovery_enable_intr()
50 discovery_disable_intr(struct gt_softc *sc, int irq) in discovery_disable_intr()
63 discovery_mic_low(struct gt_softc *sc) in discovery_mic_low()
70 discovery_mic_high(struct gt_softc *sc) in discovery_mic_high()
82 discovery_gpp_enable_intr(struct gt_softc *sc, int pin) in discovery_gpp_enable_intr()
93 discovery_gpp_disable_intr(struct gt_softc *sc, int pin) in discovery_gpp_disable_intr()
104 discovery_gpp_clear_cause(struct gt_softc *sc, int pin) in discovery_gpp_clear_cause()
116 discovery_gpp_cause(struct gt_softc *sc) in discovery_gpp_cause()
123 discovery_gpp_mask(struct gt_softc *sc) in discovery_gpp_mask()
Dgt.c82 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()
[all …]
Dgtvar.h31 struct gt_softc { struct
50 void gt_attach_common(struct gt_softc *); argument
Dgtsdmavar.h33 struct gt_softc *sc = device_private(gt); in gt_sdma_icause()
44 struct gt_softc *sc = device_private(gt); in gt_sdma_imask()
Dgtbrgvar.h33 struct gt_softc *sc = device_private(gt); in gt_brg_bcr()
Dgtdevbusvar.h43 struct gt_softc *sc = device_private(gt); in gt_devbus_addr()
Dgtmpsc.c421 struct gt_softc *gt = (struct gt_softc *)arg; in gtmpsc_intr()
/netbsd/src/sys/arch/cobalt/dev/
Dgt.c61 struct gt_softc { struct
73 static void gt_timer_init(struct gt_softc *sc); argument
82 CFATTACH_DECL_NEW(gt, sizeof(struct gt_softc),
105 struct gt_softc *sc = device_private(self); in gt_attach()
172 gt_timer_init(struct gt_softc *sc) in gt_timer_init()
189 struct gt_softc *sc = cookie;
204 struct gt_softc *sc = cookie;
/netbsd/src/sys/arch/evbppc/ev64260/
Dgt_mainbus.c82 CFATTACH_DECL_NEW(gt, sizeof(struct gt_softc), gt_match, gt_attach, NULL, NULL);
111 struct gt_softc *sc = device_private(self); in gt_attach()
/netbsd/src/sys/arch/ofppc/pci/
Dgt_mainbus.c72 CFATTACH_DECL_NEW(gt, sizeof(struct gt_softc), gt_match, gt_attach, NULL, NULL);
163 struct gt_softc *sc = device_private(self); in gt_attach()