Searched refs:pitch (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/arm/nvidia/drm2/ |
| H A D | tegra_bo.c | 269 args->pitch= (args->width * args->bpp + 7) / 8; in tegra_bo_dumb_create() 270 args->pitch = roundup(args->pitch, drm->pitch_align); in tegra_bo_dumb_create() 271 args->size = args->pitch * args->height; in tegra_bo_dumb_create()
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_mbox_prop.h | 372 uint32_t pitch; member 427 uint32_t pitch; member 456 struct bcm2835_mbox_tag_pitch pitch; member
|
| H A D | bcm2835_fbd.c | 129 sc->info.fb_stride = fb.pitch; in bcm_fb_setup_fbd() 168 sc->fbswap, fb.pitch, fb.base, fb.size); in bcm_fb_setup_fbd()
|
| H A D | bcm2835_mbox.c | 577 BCM2835_MBOX_INIT_TAG(&msg.pitch, GET_PITCH); in bcm2835_mbox_fb_init() 588 fb->pitch = msg.pitch.body.resp.pitch; in bcm2835_mbox_fb_init()
|
| H A D | bcm2835_fb.c | 170 sc->stride = fb.pitch; in bcm_fb_attach() 185 sc->fbswap, fb.pitch, fb.base, fb.size); in bcm_fb_attach()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_cons.c | 668 sysbeep(int pitch, int period) in sysbeep() argument 677 timer_spkr_setfreq(pitch); in sysbeep() 699 sysbeep(int pitch __unused, int period __unused) in sysbeep()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | ingenic,nemc.yaml | 62 description: Burst pitch time in nanoseconds.
|