gt_softc
struct gt_softc *sc = device_private(self);
gt_timer_init(struct gt_softc *sc)
struct gt_softc *sc = cookie;
struct gt_softc *sc = cookie;
static void gt_timer_init(struct gt_softc *sc);
CFATTACH_DECL_NEW(gt, sizeof(struct gt_softc),
struct gt_softc *sc = device_private(self);
CFATTACH_DECL_NEW(gt, sizeof(struct gt_softc), gt_match, gt_attach, NULL, NULL);
struct gt_softc *sc = device_private(self);
CFATTACH_DECL_NEW(gt, sizeof(struct gt_softc), gt_match, gt_attach, NULL, NULL);
static void gt_watchdog_init(struct gt_softc *);
static void gt_watchdog_enable(struct gt_softc *);
static void gt_watchdog_disable(struct gt_softc *);
static struct gt_softc *gt_watchdog_sc = NULL;
gt_attach_peripherals(struct gt_softc *sc)
gt_attach_common(struct gt_softc *gt)
struct gt_softc *gt = (struct gt_softc *)arg;
gt_devbus_intr_enb(struct gt_softc *gt)
struct gt_softc *gt = (struct gt_softc *)arg;
gt_ecc_intr_enb(struct gt_softc *gt)
gt_sdma_intr_enb(struct gt_softc *gt)
struct gt_softc *gt = (struct gt_softc *)arg;
gt_comm_intr_enb(struct gt_softc *gt)
gt_watchdog_init(struct gt_softc *gt)
gt_watchdog_init(struct gt_softc *gt)
gt_watchdog_init(struct gt_softc *gt)
gt_watchdog_enable(struct gt_softc *gt)
static void gt_attach_peripherals(struct gt_softc *);
gt_watchdog_disable(struct gt_softc *gt)
struct gt_softc *gt = gt_watchdog_sc;
static void gt_devbus_intr_enb(struct gt_softc *);
struct gt_softc *gt = gt_watchdog_sc;
static void gt_ecc_intr_enb(struct gt_softc *);
struct gt_softc *sc = device_private(dev);
static void gt_sdma_intr_enb(struct gt_softc *);
static void gt_comm_intr_enb(struct gt_softc *);
struct gt_softc *sc = device_private(gt);
struct gt_softc *sc = device_private(gt);
discovery_gpp_clear_cause(struct gt_softc *sc, int pin)
discovery_gpp_cause(struct gt_softc *sc)
discovery_gpp_mask(struct gt_softc *sc)
discovery_enable_intr(struct gt_softc *sc, int irq)
discovery_disable_intr(struct gt_softc *sc, int irq)
discovery_mic_low(struct gt_softc *sc)
discovery_mic_high(struct gt_softc *sc)
discovery_gpp_enable_intr(struct gt_softc *sc, int pin)
discovery_gpp_disable_intr(struct gt_softc *sc, int pin)
struct gt_softc *gt = (struct gt_softc *)arg;
struct gt_softc *sc = device_private(gt);
struct gt_softc *sc = device_private(gt);
void gt_attach_common(struct gt_softc *);