Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hpc/stand/hpcboot/
H A Dframebuffer.h42 framebuffer_info *_fb; variable
50 void *addr(void) { return reinterpret_cast <void *>(_fb->addr); } in addr()
51 int linebytes(void) { return _fb->linebytes; } in linebytes()
52 int bpp(void) { return _fb->bpp; } in bpp()
54 int width(void) { return _fb->width; } in width()
55 int height(void) { return _fb->height; } in height()
H A Dframebuffer.cpp62 _fb = tab; in FrameBufferInfo()
72 _fb = alt; in FrameBufferInfo()
86 _fb = &_default; in FrameBufferInfo()
100 switch(_fb->bpp) { in type()
/netbsd-src/sys/external/isc/atheros_hal/dist/
H A Dah_regdomain.c55 #define BM2(_fa, _fb) { W0(_fa) | W0(_fb), W1(_fa) | W1(_fb) } argument
56 #define BM3(_fa, _fb, _fc) \ argument
57 { W0(_fa) | W0(_fb) | W0(_fc), W1(_fa) | W1(_fb) | W1(_fc) }
58 #define BM4(_fa, _fb, _fc, _fd) \ argument
59 { W0(_fa) | W0(_fb) | W0(_fc) | W0(_fd), \
60 W1(_fa) | W1(_fb) | W1(_fc) | W1(_fd) }
61 #define BM5(_fa, _fb, _fc, _fd, _fe) \ argument
62 { W0(_fa) | W0(_fb) | W0(_fc) | W0(_fd) | W0(_fe), \
63 W1(_fa) | W1(_fb) | W1(_fc) | W1(_fd) | W1(_fe) }
64 #define BM6(_fa, _fb, _fc, _fd, _fe, _ff) \ argument
[all …]