Searched refs:fb_start (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/drm/
H A Dradeon_drv.h431 u64 fb_start = dev_priv->fb_location; local
432 u64 fb_end = fb_start + dev_priv->fb_size - 1;
436 return ((off >= fb_start && off <= fb_end) ||
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_drv.h344 u32 fb_start = dev_priv->fb_location; local
345 u32 fb_end = fb_start + dev_priv->fb_size - 1;
349 return ((off >= fb_start && off <= fb_end) ||

Completed in 76 milliseconds