Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dihs_video_out.c26 static const u16 BASE_WIDTH_MASK = 0x3f00; variable
287 priv->base_width = ((features & BASE_WIDTH_MASK) in ihs_video_out_probe()