Searched refs:short_reset (Results 1 – 1 of 1) sorted by relevance
232 static int reset_bus(struct fw_card *card, bool short_reset) in reset_bus() argument234 int reg = short_reset ? 5 : 1; in reset_bus()235 int bit = short_reset ? PHY_BUS_SHORT_RESET : PHY_BUS_RESET; in reset_bus()240 void fw_schedule_bus_reset(struct fw_card *card, bool delayed, bool short_reset) in fw_schedule_bus_reset() argument243 card->br_short = short_reset; in fw_schedule_bus_reset()