Searched refs:drive_str (Results 1 – 1 of 1) sorted by relevance
816 uint32_t drive_str; in aw_gpio_parse_drive_strength() local822 if (OF_getencprop(node, "drive-strength", &drive_str, in aw_gpio_parse_drive_strength()823 sizeof(drive_str)) != -1) { in aw_gpio_parse_drive_strength()824 *drive = (drive_str / 10) - 1; in aw_gpio_parse_drive_strength()