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

  /src/sys/dev/pci/
amrreg.h 335 u_int8_t mb_busy; member in struct:amr_mailbox_cmd
364 u_int8_t mb_busy; member in struct:amr_mailbox_ioctl
amr.c 1075 ac->ac_cmd.mb_busy = 1;
1251 if (amr->amr_mbox->mb_cmd.mb_busy == 0)
1283 while ((amr->amr_mbox->mb_cmd.mb_busy != 0) && (i++ < 10)) {
1293 if (amr->amr_mbox->mb_cmd.mb_busy != 0)
1298 amr->amr_mbox->mb_cmd.mb_busy = 0;
1331 if (amr->amr_mbox->mb_cmd.mb_busy != 0)
1335 amr->amr_mbox->mb_cmd.mb_busy = 0;

Completed in 13 milliseconds