Searched refs:shwt (Results 1 – 1 of 1) sorted by relevance
31 unsigned int shwt; in tx4938ide_tune_ebusc() local43 shwt = DIV_ROUND_UP(t->setup, cycle); in tx4938ide_tune_ebusc()46 while ((shwt * 4 + wt + (wt ? 2 : 3)) * cycle < t->cycle) in tx4938ide_tune_ebusc()47 shwt++; in tx4938ide_tune_ebusc()48 if (shwt > 7) { in tx4938ide_tune_ebusc()49 pr_warning("tx4938ide: SHWT violation (%d)\n", shwt); in tx4938ide_tune_ebusc()50 shwt = 7; in tx4938ide_tune_ebusc()53 ebus_ch, cycle, wt, shwt); in tx4938ide_tune_ebusc()55 __raw_writeq((cr & ~0x3f007ull) | (wt << 12) | shwt, in tx4938ide_tune_ebusc()