Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/x68k/dev/
H A Dintio_dmac.c78 static void dmac_attach(device_t, device_t, void *);
81 dmac_match, dmac_attach, NULL, NULL);
108 dmac_attach(device_t parent, device_t self, void *aux) in dmac_attach() function