Home
last modified time | relevance | path

Searched refs:ofwfb_bcopy (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/fb/
H A Dfbreg.h54 #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 Dofw_syscons.c1050 ofwfb_bcopy(const void *s, void *d, size_t c) in ofwfb_bcopy() function