Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/board/freescale/common/
H A Dsys_eeprom.c72 #define is_valid ((e.id[0] == 'N') || (e.id[1] == 'X') || \ macro
78 #define is_valid ((e.id[0] == 'C') || (e.id[1] == 'C') || \ macro
351 if (!is_valid) { in do_mac()
432 if (!is_valid) { in mac_read_from_eeprom()
/rk3399_rockchip-uboot/board/varisys/common/
H A Dsys_eeprom.c54 #define is_valid ((e.id[0] == 'N') || (e.id[1] == 'X') || \ macro
331 if (!is_valid) { in do_mac()
450 if (!is_valid) { in mac_read_from_eeprom_common()
/rk3399_rockchip-uboot/drivers/video/tegra124/
H A Ddp.c646 link_cfg->is_valid = 1; in tegra_dc_dp_calc_config()
990 cfg->is_valid = 0; in tegra_dp_lower_link_config()
1368 link_cfg->is_valid = 0; in tegra_dc_dp_explore_link_cfg()
1384 return link_cfg->is_valid ? 0 : -EFAULT; in tegra_dc_dp_explore_link_cfg()
1482 link_cfg->is_valid = 0; in tegra_dp_enable()
H A Dsor.h841 int is_valid; member
/rk3399_rockchip-uboot/drivers/ufs/
H A Dufs.h49 bool is_valid; member
H A Dufs.c1713 if (hba->max_pwr_info.is_valid) in ufshcd_get_max_pwr_mode()
1762 hba->max_pwr_info.is_valid = true; in ufshcd_get_max_pwr_mode()