Searched refs:gt_softc (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/sys/dev/marvell/ |
| D | gtintrvar.h | 37 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()
|
| D | 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) in gt_attach_peripherals() [all …]
|
| D | gtvar.h | 31 struct gt_softc { struct 50 void gt_attach_common(struct gt_softc *); argument
|
| D | gtsdmavar.h | 33 struct gt_softc *sc = device_private(gt); in gt_sdma_icause() 44 struct gt_softc *sc = device_private(gt); in gt_sdma_imask()
|
| D | gtbrgvar.h | 33 struct gt_softc *sc = device_private(gt); in gt_brg_bcr()
|
| D | gtdevbusvar.h | 43 struct gt_softc *sc = device_private(gt); in gt_devbus_addr()
|
| D | gtmpsc.c | 421 struct gt_softc *gt = (struct gt_softc *)arg; in gtmpsc_intr()
|
| /netbsd/src/sys/arch/cobalt/dev/ |
| D | gt.c | 61 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/ |
| D | 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); in gt_attach()
|
| /netbsd/src/sys/arch/ofppc/pci/ |
| D | 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); in gt_attach()
|