Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dls1088a_serdes.c55 int is_found, max_lane = SRDS_MAX_LANES; in serdes_get_number() local
63 is_found = 1; in serdes_get_number()
70 if (ptr->rcw_lanes[index] == lnk && is_found) in serdes_get_number()
71 is_found = 1; in serdes_get_number()
73 is_found = 0; in serdes_get_number()
76 if (is_found) in serdes_get_number()
/openbmc/u-boot/drivers/clk/aspeed/
H A Dclk_ast2600.c717 bool is_found = false; in ast2600_search_clock_config() local
723 is_found = true; in ast2600_search_clock_config()
729 return is_found; in ast2600_search_clock_config()