Home | History | Annotate | Download | only in tx

Lines Matching refs:iostat

298 	txreg_t reg, pos, iostat;
313 iostat = TX391X_IOCTRL_IODOUT(reg);
315 iostat |= pos;
317 iostat &= ~pos;
319 reg = TX391X_IOCTRL_IODOUT_SET(reg, iostat);
383 txreg_t reg, pos, iostat;
393 iostat = TX392X_IODATAINOUT_DOUT(reg);
395 iostat |= pos;
397 iostat &= ~pos;
399 reg = TX392X_IODATAINOUT_DOUT_SET(reg, iostat);