Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/firewire/
Dcore-card.c232 static int reset_bus(struct fw_card *card, bool short_reset) in reset_bus() argument
234 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() argument
243 card->br_short = short_reset; in fw_schedule_bus_reset()
/linux-4.4.14/include/linux/
Dfirewire.h371 bool short_reset);
/linux-4.4.14/arch/ia64/kernel/
Dperfmon.c250 unsigned long short_reset; /* reset value on overflow */ member
2717 unsigned long val = is_long_reset ? reg->long_reset : reg->short_reset; in pfm_new_counter_value()
3155 ctx->ctx_pmds[cnum].short_reset = req->reg_short_reset; in pfm_write_pmds()
3220 ctx->ctx_pmds[cnum].short_reset, in pfm_write_pmds()