Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/freescale/
Dgianfar_ptp.c427 static int get_of_u32(struct device_node *node, char *str, u32 *val) in get_of_u32() function
455 if (get_of_u32(node, "fsl,cksel", &etsects->cksel)) in gianfar_ptp_probe()
458 if (get_of_u32(node, "fsl,tclk-period", &etsects->tclk_period) || in gianfar_ptp_probe()
459 get_of_u32(node, "fsl,tmr-prsc", &etsects->tmr_prsc) || in gianfar_ptp_probe()
460 get_of_u32(node, "fsl,tmr-add", &etsects->tmr_add) || in gianfar_ptp_probe()
461 get_of_u32(node, "fsl,tmr-fiper1", &etsects->tmr_fiper1) || in gianfar_ptp_probe()
462 get_of_u32(node, "fsl,tmr-fiper2", &etsects->tmr_fiper2) || in gianfar_ptp_probe()
463 get_of_u32(node, "fsl,max-adj", &etsects->caps.max_adj)) { in gianfar_ptp_probe()