Home
last modified time | relevance | path

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

/linux-3.4.99/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()
Dcore.h120 void fw_schedule_bus_reset(struct fw_card *card, bool delayed, bool short_reset);
/linux-3.4.99/arch/ia64/kernel/
Dperfmon.c249 unsigned long short_reset; /* reset value on overflow */ member
2745 unsigned long val = is_long_reset ? reg->long_reset : reg->short_reset; in pfm_new_counter_value()
3183 ctx->ctx_pmds[cnum].short_reset = req->reg_short_reset; in pfm_write_pmds()
3248 ctx->ctx_pmds[cnum].short_reset, in pfm_write_pmds()