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

/drivers/firewire/
H A Dcore-card.c232 static int reset_bus(struct fw_card *card, bool short_reset) argument
234 int reg = short_reset ? 5 : 1;
235 int bit = short_reset ? PHY_BUS_SHORT_RESET : PHY_BUS_RESET;
240 void fw_schedule_bus_reset(struct fw_card *card, bool delayed, bool short_reset) argument
243 card->br_short = short_reset;

Completed in 145 milliseconds