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

  /src/sys/arch/amiga/amiga/
gayle.c 1 /* $NetBSD: gayle.c,v 1.8 2015/01/16 23:34:11 phx Exp $ */
6 __KERNEL_RCSID(0, "$NetBSD: gayle.c,v 1.8 2015/01/16 23:34:11 phx Exp $");
9 * Gayle management - provide functions for use in the drivers that utilise
13 * Gayle chip that exists.
20 #include <amiga/amiga/gayle.h>
40 * And since we can only have one Gayle per system it should be okay.
42 static struct gayle_tag gayle; variable in typeref:struct:gayle_tag
46 * Any module that uses gayle should call gayle_init() before using anything
47 * related to gayle. gayle_init() can be called multiple times.
57 aprint_normal("gayle: doing init\n")
    [all...]

Completed in 12 milliseconds