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

  /external/grub/netboot/
natsemi.c 63 #define OWN 0x80000000
641 txd.cmdsts = (u32) OWN | s;
651 while ((((volatile u32) tx_status=txd.cmdsts) & OWN) && (currticks() < to))
686 if (!(rx_status & OWN))
sis900.h 187 OWN = 0x80000000,

Completed in 166 milliseconds