Searched refs:timerfns (Results 1 – 4 of 4) sorted by relevance
55 const struct timerfns *timerfns; variable60 timerattach(device_t dev, const struct timerfns *fns) in timerattach()67 if (timerfns != NULL) in timerattach()70 timerfns = fns; in timerattach()85 if (timerfns == NULL) in cpu_initclocks()91 (*timerfns->tf_init)(timerdev); in cpu_initclocks()
37 struct timerfns { struct43 void timerattach(device_t, const struct timerfns *); argument
109 struct timerfns timerfns_jazzio = {
81 struct timerfns timerfns_isa = {