HomeSort by: relevance | last modified time | path
    Searched defs:mvuart_attach (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/marvell/
com_mv.c 49 static void mvuart_attach(device_t, device_t, void *);
52 mvuart_match, mvuart_attach, NULL, NULL);
54 mvuart_match, mvuart_attach, NULL, NULL);
96 mvuart_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
com_mv.c 49 static void mvuart_attach(device_t, device_t, void *);
52 mvuart_match, mvuart_attach, NULL, NULL);
54 mvuart_match, mvuart_attach, NULL, NULL);
96 mvuart_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void

Completed in 24 milliseconds