Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/include/linux/
Dfirewire.h372 bool short_reset);
/Linux-v4.19/arch/ia64/kernel/
Dperfmon.c252 unsigned long short_reset; /* reset value on overflow */ member
2709 unsigned long val = is_long_reset ? reg->long_reset : reg->short_reset; in pfm_new_counter_value()
3147 ctx->ctx_pmds[cnum].short_reset = req->reg_short_reset; in pfm_write_pmds()
3212 ctx->ctx_pmds[cnum].short_reset, in pfm_write_pmds()