Home
last modified time | relevance | path

Searched refs:plrtc_attach (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/evbarm/ifpga/
H A Dpl030_rtc.c61 static void plrtc_attach (device_t, device_t, void *);
64 plrtc_probe, plrtc_attach, NULL, NULL);
94 plrtc_attach(device_t parent, device_t self, void *aux) in plrtc_attach() function
/netbsd-src/sys/dev/ic/
H A Dpl031var.h40 void plrtc_attach(struct plrtc_softc *);
H A Dpl031.c74 plrtc_attach(struct plrtc_softc *sc) in plrtc_attach() function
/netbsd-src/sys/arch/arm/fdt/
H A Dplrtc_fdt.c82 plrtc_attach(sc); in plrtc_fdt_attach()