ptest
u32 val, bmcr, mac_mode, ptest = 0;
ptest = MII_TG3_FET_PTEST_TRIM_SEL |
tg3_writephy(tp, MII_TG3_FET_PTEST, ptest);
tg3_writephy(tp, MII_TG3_FET_PTEST, ptest |
err = bitmap_parselist(ptest.in, bmap, ptest.nbits);
if (err != ptest.errno) {
i, ptest.in, err, ptest.errno);
if (!err && ptest.expected
&& !__bitmap_equal(bmap, ptest.expected, ptest.nbits)) {
i, ptest.in, bmap[0],
*ptest.expected);
if (ptest.flags & PARSE_TIME)
i, ptest.in, time);