Searched refs:DEFAULT_TIMER (Results 1 – 1 of 1) sorted by relevance
56 #define DEFAULT_TIMER 3 macro242 bcm_systimer_intr, NULL, &sc->st[DEFAULT_TIMER], in bcm_systimer_attach()243 &sc->intr_hl[DEFAULT_TIMER]) != 0) { in bcm_systimer_attach()250 sc->st[DEFAULT_TIMER].index = DEFAULT_TIMER; in bcm_systimer_attach()251 sc->st[DEFAULT_TIMER].enabled = 0; in bcm_systimer_attach()253 sc->st[DEFAULT_TIMER].et.et_flags = ET_FLAGS_ONESHOT; in bcm_systimer_attach()254 sc->st[DEFAULT_TIMER].et.et_quality = 1000; in bcm_systimer_attach()256 sc->st[DEFAULT_TIMER].et.et_min_period = in bcm_systimer_attach()258 sc->st[DEFAULT_TIMER].et.et_max_period = in bcm_systimer_attach()262 sc->st[DEFAULT_TIMER].et.et_priv = &sc->st[DEFAULT_TIMER]; in bcm_systimer_attach()[all …]