Lines Matching refs:ret
121 int ret; in board_mmc_getcd() local
125 ret = !gpio_get_value(IMX_GPIO_NR(6, 11)); in board_mmc_getcd()
127 ret = 1; in board_mmc_getcd()
129 return ret; in board_mmc_getcd()
134 int ret; in board_mmc_init() local
157 ret = fsl_esdhc_initialize(bis, &usdhc_cfg[index]); in board_mmc_init()
158 if (ret) in board_mmc_init()
159 return ret; in board_mmc_init()
202 int ret = cpu_eth_init(bis); in board_eth_init() local
204 if (ret) in board_eth_init()
205 return ret; in board_eth_init()
213 ret = fecmxc_register_mii_postcall(dev, fecmxc_mii_postcall); in board_eth_init()
214 if (ret) { in board_eth_init()
216 return ret; in board_eth_init()