HomeSort by relevance Sort by last modified time
    Searched defs:cmdsts (Results 1 - 2 of 2) sorted by null

  /external/grub/netboot/
natsemi.c 170 volatile u32 cmdsts;
511 txd.cmdsts = (u32) 0;
540 rxd[i].cmdsts = (u32) RX_BUF_SIZE;
543 printf("natsemi_init_rxd: rxd[%d]=%X link=%X cmdsts=%X bufptr=%X\n",
544 i, &rxd[i], rxd[i].link, rxd[i].cmdsts, rxd[i].bufptr);
641 txd.cmdsts = (u32) OWN | s;
651 while ((((volatile u32) tx_status=txd.cmdsts) & OWN) && (currticks() < to))
680 u32 rx_status = rxd[cur_rx].cmdsts;
707 rxd[cur_rx].cmdsts = RX_BUF_SIZE;
169 volatile u32 cmdsts; member in struct:_BufferDesc
sis900.h 361 volatile u32 cmdsts; member in struct:_BufferDesc

Completed in 556 milliseconds