Searched defs:get_int_prop (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/musb/
H A Dmusb_dsps.c652 static int get_int_prop(struct device_node *dn, const char *s) function
739 config->num_eps = get_int_prop(dn, "mentor,num-eps");
740 config->ram_bits = get_int_prop(dn, "mentor,ram-bits");
744 pdata.power = get_int_prop(dn, "mentor,power") / 2;

Completed in 52 milliseconds