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

  /src/sys/arch/evbarm/gumstix/
if_smsh_gxio.c 52 static void smsh_gxio_attach(device_t, device_t, void *);
57 smsh_gxio_match, smsh_gxio_attach, NULL, NULL);
93 smsh_gxio_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
106 panic("smsh_gxio_attach: can't map i/o space");
if_smsh_gxio.c 52 static void smsh_gxio_attach(device_t, device_t, void *);
57 smsh_gxio_match, smsh_gxio_attach, NULL, NULL);
93 smsh_gxio_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
106 panic("smsh_gxio_attach: can't map i/o space");

Completed in 102 milliseconds