Searched refs:feat (Results 1 - 4 of 4) sorted by relevance

/u-boot/drivers/video/tidss/
H A Dtidss_drv.c260 if (priv->feat->subrev == DSS_AM625) {
380 u32 hwlen = priv->feat->vp_feat.color.gamma_size;
399 u32 hwlen = priv->feat->vp_feat.color.gamma_size;
406 if (priv->feat->vp_feat.color.gamma_type == TIDSS_GAMMA_10BIT)
481 if (priv->feat->vp_bus_type[hw_videoport] == DSS_VP_OLDI)
568 if (priv->feat->vp_bus_type[hw_videoport] == DSS_VP_OLDI) {
594 if (priv->feat->vp_bus_type[hw_videoport] == DSS_VP_OLDI &&
595 priv->feat->subrev == DSS_AM625)
694 for (hw_plane = 0; hw_plane < priv->feat->num_planes; hw_plane++) {
710 priv->feat
[all...]
H A Dtidss_drv.h128 const struct dss_features *feat; member in struct:tidss_drv_priv
/u-boot/test/dm/
H A Dcros_ec.c54 u64 feat; local
57 ut_assertok(cros_ec_get_features(dev, &feat));
61 feat);
/u-boot/cmd/
H A Dcros_ec.c145 u64 feat; local
149 ret = cros_ec_get_features(dev, &feat);
153 if (feat & (1ULL << i)) {

Completed in 105 milliseconds