Searched refs:bm_size (Results 1 – 6 of 6) sorted by relevance
323 u_long total_size, bm_size; in alloc_bitmap() local339 bm_size = m68k_round_page((width * height * depth) / NBBY); in alloc_bitmap()340 total_size = bm_size + sizeof(bmap_t) + PAGE_SIZE; in alloc_bitmap()361 memset(bm->plane, 0, bm_size); in alloc_bitmap()
551 u_long total_size, bm_size; in alloc_bitmap() local 567 bm_size = m68k_round_page((width * height * depth) / NBBY); in alloc_bitmap() 568 total_size = bm_size + sizeof(bmap_t) + PAGE_SIZE; in alloc_bitmap() 589 memset(bm->plane, 0, bm_size); in alloc_bitmap()
119 if (bm->bm_size < map->size) in drm_legacy_ioremap()123 if ((bm->bm_size - map->size) < in drm_legacy_ioremap()
158 bus_size_t bm_size; member
116 &bm->bm_base, &bm->bm_size, &bm->bm_flags) != 0) { in drm_pci_attach()
1081 size_t bm_size; in uaudio_add_mixer() local1112 bm_size = ichs * ochs / 8 + ((ichs * ochs % 8) ? 1 : 0); in uaudio_add_mixer()1114 if ((bm[bm_size] & UA_MIX_CLUSTER_MASK) != UA_MIX_CLUSTER_RW) in uaudio_add_mixer()