HomeSort by relevance Sort by last modified time
    Searched refs:OWN (Results 1 - 3 of 3) 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.c 949 txd.cmdsts = (u32) OWN | s;
959 while ((((volatile u32) tx_status=txd.cmdsts) & OWN) && (currticks() < to))
999 if (!(rx_status & OWN))
sis900.h 187 OWN = 0x80000000,

Completed in 43 milliseconds