Searched refs:short_reset (Results 1 – 2 of 2) sorted by relevance
219 static int reset_bus(struct fw_card *card, bool short_reset) in reset_bus() argument221 int reg = short_reset ? 5 : 1; in reset_bus()222 int bit = short_reset ? PHY_BUS_SHORT_RESET : PHY_BUS_RESET; in reset_bus()227 void fw_schedule_bus_reset(struct fw_card *card, bool delayed, bool short_reset) in fw_schedule_bus_reset() argument230 card->br_short = short_reset; in fw_schedule_bus_reset()
375 bool short_reset);