/src/sys/arch/newsmips/apbus/ |
xafb.c | 98 static inline void xafb_setcolor(struct xafb_devconfig *, int, int, int, int); 194 xafb_setcolor(struct xafb_devconfig *dc, int index, int r, int g, int b) function in typeref:typename:void 212 xafb_setcolor(dc, i, i, i, i); 416 xafb_setcolor(sc->sc_dc, index++, *r++, *g++, *b++);
|
xafb.c | 98 static inline void xafb_setcolor(struct xafb_devconfig *, int, int, int, int); 194 xafb_setcolor(struct xafb_devconfig *dc, int index, int r, int g, int b) function in typeref:typename:void 212 xafb_setcolor(dc, i, i, i, i); 416 xafb_setcolor(sc->sc_dc, index++, *r++, *g++, *b++);
|