Searched refs:dev_bic_flags (Results 1 – 4 of 4) sorted by relevance
155 dev_bic_flags(dev, DM_FLAG_PLATDATA_VALID); in device_free()261 dev_bic_flags(dev, DM_FLAG_ACTIVATED); in device_remove()
610 dev_bic_flags(dev, DM_FLAG_ACTIVATED); in device_probe()1269 void dev_bic_flags(const struct udevice *dev, u32 bic) in dev_bic_flags() function
236 void dev_bic_flags(const struct udevice *dev, u32 bic);248 static inline void dev_bic_flags(struct udevice *dev, u32 bic) in dev_bic_flags() function
940 and `dev_bic_flags()`. It would be more correct for the flags to be set to
Completed in 14 milliseconds