Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-imx/
Dmach-mx53_loco.c40 #define LOCO_FEC_PHY_RST IMX_GPIO_NR(7, 6) macro
234 ret = gpio_request(LOCO_FEC_PHY_RST, "fec-phy-reset"); in mx53_loco_fec_reset()
239 gpio_direction_output(LOCO_FEC_PHY_RST, 0); in mx53_loco_fec_reset()
241 gpio_set_value(LOCO_FEC_PHY_RST, 1); in mx53_loco_fec_reset()