Searched refs:ofwfb_bcopy (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/dev/fb/ |
| H A D | fbreg.h | 54 #define bcopy_io(s, d, c) ofwfb_bcopy((void *)(s), (void *)(d), (c)) 55 #define bcopy_toio(s, d, c) ofwfb_bcopy((void *)(s), (void *)(d), (c)) 56 #define bcopy_fromio(s, d, c) ofwfb_bcopy((void *)(s), (void *)(d), (c)) 62 void ofwfb_bcopy(const void *s, void *d, size_t c);
|
| /freebsd/sys/powerpc/ofw/ |
| H A D | ofw_syscons.c | 1050 ofwfb_bcopy(const void *s, void *d, size_t c) in ofwfb_bcopy() function
|