HomeSort by: relevance | last modified time | path
    Searched defs:iostat (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hpcmips/tx/
tx39io.c 298 txreg_t reg, pos, iostat; local in function:tx391x_io_out
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; local in function:tx392x_io_out
393 iostat = TX392X_IODATAINOUT_DOUT(reg);
395 iostat |= pos;
397 iostat &= ~pos;
399 reg = TX392X_IODATAINOUT_DOUT_SET(reg, iostat);
    [all...]
tx39io.c 298 txreg_t reg, pos, iostat; local in function:tx391x_io_out
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; local in function:tx392x_io_out
393 iostat = TX392X_IODATAINOUT_DOUT(reg);
395 iostat |= pos;
397 iostat &= ~pos;
399 reg = TX392X_IODATAINOUT_DOUT_SET(reg, iostat);
    [all...]

Completed in 22 milliseconds