Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/firewire/
Dcore-card.c216 static int reset_bus(struct fw_card *card, bool short_reset) in reset_bus() argument
218 int reg = short_reset ? 5 : 1; in reset_bus()
219 int bit = short_reset ? PHY_BUS_SHORT_RESET : PHY_BUS_RESET; in reset_bus()
224 void fw_schedule_bus_reset(struct fw_card *card, bool delayed, bool short_reset) in fw_schedule_bus_reset() argument
227 card->br_short = short_reset; in fw_schedule_bus_reset()
Dcore.h109 void fw_schedule_bus_reset(struct fw_card *card, bool delayed, bool short_reset);
/linux-2.6.39/arch/ia64/kernel/
Dperfmon.c250 unsigned long short_reset; /* reset value on overflow */ member
2756 unsigned long val = is_long_reset ? reg->long_reset : reg->short_reset; in pfm_new_counter_value()
3194 ctx->ctx_pmds[cnum].short_reset = req->reg_short_reset; in pfm_write_pmds()
3259 ctx->ctx_pmds[cnum].short_reset, in pfm_write_pmds()