Symbol: gt_softc
sys/arch/cobalt/dev/gt.c
105
struct gt_softc *sc = device_private(self);
sys/arch/cobalt/dev/gt.c
172
gt_timer_init(struct gt_softc *sc)
sys/arch/cobalt/dev/gt.c
189
struct gt_softc *sc = cookie;
sys/arch/cobalt/dev/gt.c
204
struct gt_softc *sc = cookie;
sys/arch/cobalt/dev/gt.c
73
static void gt_timer_init(struct gt_softc *sc);
sys/arch/cobalt/dev/gt.c
82
CFATTACH_DECL_NEW(gt, sizeof(struct gt_softc),
sys/arch/evbppc/ev64260/gt_mainbus.c
111
struct gt_softc *sc = device_private(self);
sys/arch/evbppc/ev64260/gt_mainbus.c
82
CFATTACH_DECL_NEW(gt, sizeof(struct gt_softc), gt_match, gt_attach, NULL, NULL);
sys/arch/ofppc/pci/gt_mainbus.c
163
struct gt_softc *sc = device_private(self);
sys/arch/ofppc/pci/gt_mainbus.c
72
CFATTACH_DECL_NEW(gt, sizeof(struct gt_softc), gt_match, gt_attach, NULL, NULL);
sys/dev/marvell/gt.c
102
static void gt_watchdog_init(struct gt_softc *);
sys/dev/marvell/gt.c
103
static void gt_watchdog_enable(struct gt_softc *);
sys/dev/marvell/gt.c
105
static void gt_watchdog_disable(struct gt_softc *);
sys/dev/marvell/gt.c
108
static struct gt_softc *gt_watchdog_sc = NULL;
sys/dev/marvell/gt.c
217
gt_attach_peripherals(struct gt_softc *sc)
sys/dev/marvell/gt.c
244
gt_attach_common(struct gt_softc *gt)
sys/dev/marvell/gt.c
523
struct gt_softc *gt = (struct gt_softc *)arg;
sys/dev/marvell/gt.c
553
gt_devbus_intr_enb(struct gt_softc *gt)
sys/dev/marvell/gt.c
575
struct gt_softc *gt = (struct gt_softc *)arg;
sys/dev/marvell/gt.c
603
gt_ecc_intr_enb(struct gt_softc *gt)
sys/dev/marvell/gt.c
626
gt_sdma_intr_enb(struct gt_softc *gt)
sys/dev/marvell/gt.c
658
struct gt_softc *gt = (struct gt_softc *)arg;
sys/dev/marvell/gt.c
697
gt_comm_intr_enb(struct gt_softc *gt)
sys/dev/marvell/gt.c
715
gt_watchdog_init(struct gt_softc *gt)
sys/dev/marvell/gt.c
738
gt_watchdog_init(struct gt_softc *gt)
sys/dev/marvell/gt.c
748
gt_watchdog_init(struct gt_softc *gt)
sys/dev/marvell/gt.c
818
gt_watchdog_enable(struct gt_softc *gt)
sys/dev/marvell/gt.c
82
static void gt_attach_peripherals(struct gt_softc *);
sys/dev/marvell/gt.c
833
gt_watchdog_disable(struct gt_softc *gt)
sys/dev/marvell/gt.c
857
struct gt_softc *gt = gt_watchdog_sc;
sys/dev/marvell/gt.c
86
static void gt_devbus_intr_enb(struct gt_softc *);
sys/dev/marvell/gt.c
876
struct gt_softc *gt = gt_watchdog_sc;
sys/dev/marvell/gt.c
90
static void gt_ecc_intr_enb(struct gt_softc *);
sys/dev/marvell/gt.c
915
struct gt_softc *sc = device_private(dev);
sys/dev/marvell/gt.c
93
static void gt_sdma_intr_enb(struct gt_softc *);
sys/dev/marvell/gt.c
97
static void gt_comm_intr_enb(struct gt_softc *);
sys/dev/marvell/gtbrgvar.h
33
struct gt_softc *sc = device_private(gt);
sys/dev/marvell/gtdevbusvar.h
43
struct gt_softc *sc = device_private(gt);
sys/dev/marvell/gtintrvar.h
104
discovery_gpp_clear_cause(struct gt_softc *sc, int pin)
sys/dev/marvell/gtintrvar.h
116
discovery_gpp_cause(struct gt_softc *sc)
sys/dev/marvell/gtintrvar.h
123
discovery_gpp_mask(struct gt_softc *sc)
sys/dev/marvell/gtintrvar.h
37
discovery_enable_intr(struct gt_softc *sc, int irq)
sys/dev/marvell/gtintrvar.h
50
discovery_disable_intr(struct gt_softc *sc, int irq)
sys/dev/marvell/gtintrvar.h
63
discovery_mic_low(struct gt_softc *sc)
sys/dev/marvell/gtintrvar.h
70
discovery_mic_high(struct gt_softc *sc)
sys/dev/marvell/gtintrvar.h
82
discovery_gpp_enable_intr(struct gt_softc *sc, int pin)
sys/dev/marvell/gtintrvar.h
93
discovery_gpp_disable_intr(struct gt_softc *sc, int pin)
sys/dev/marvell/gtmpsc.c
421
struct gt_softc *gt = (struct gt_softc *)arg;
sys/dev/marvell/gtsdmavar.h
33
struct gt_softc *sc = device_private(gt);
sys/dev/marvell/gtsdmavar.h
44
struct gt_softc *sc = device_private(gt);
sys/dev/marvell/gtvar.h
50
void gt_attach_common(struct gt_softc *);