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