HomeSort by: relevance | last modified time | path
    Searched refs:clock_attach_args (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/mvme/
clockvar.h 47 struct clock_attach_args { struct
52 void clock_config(device_t, struct clock_attach_args *,
clock_pcctwo.c 59 struct clock_attach_args sc_clock_args;
  /src/sys/arch/virt68k/include/
clockvar.h 47 struct clock_attach_args { struct
57 void clock_attach(device_t, struct clock_attach_args *,
  /src/sys/arch/mvme68k/mvme68k/
clock.c 56 static struct clock_attach_args *clock_args;
78 clock_config(device_t dev, struct clock_attach_args *ca, struct evcnt *ev)
  /src/sys/arch/virt68k/virt68k/
clock.c 85 struct clock_attach_args *args;
120 clock_attach(device_t dev, struct clock_attach_args *ca,
202 struct clock_attach_args *ca = virt68k_clocks[i].args;
  /src/sys/arch/virt68k/dev/
gfrtc_mainbus.c 59 struct clock_attach_args sc_clock_args;
  /src/sys/arch/mvme68k/dev/
clock_pcc.c 60 struct clock_attach_args sc_clock_args;

Completed in 16 milliseconds