Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Dbha.c1132 (ISWIDE(sc) ? sizeof(setup.reply_w) : 0);
1147 period.reply_w.period[i] =
1148 setup.reply_w.sync_high[i].period * 5 + 20;
1153 (ISWIDE(sc) ? sizeof(period.reply_w) : 0);
1172 if (!setup.reply_w.sync_high[i].valid ||
1173 (!setup.reply_w.sync_high[i].offset &&
1174 !setup.reply_w.sync_high[i].period))
1178 setup.reply_w.sync_high[i].offset,
1179 period.reply_w.period[i] * 10);
Dbhareg.h459 struct bha_setup_reply_wide reply_w; /* for wide controllers */ member
472 struct bha_period_reply reply_w; /* for wide controllers */ member