Home
last modified time | relevance | path

Searched refs:short_reset (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/firewire/
H A Dcore-card.c219 static int reset_bus(struct fw_card *card, bool short_reset) in reset_bus() argument
221 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() argument
230 card->br_short = short_reset; in fw_schedule_bus_reset()
/openbmc/linux/include/linux/
H A Dfirewire.h437 bool short_reset);