Lines Matching defs:u32
78 typedef uint32_t u32;
166 u32 link;
167 volatile u32 cmdsts;
168 u32 bufptr;
169 u32 software_use;
188 static u32 SavedClkRun;
248 u32 tmp;
272 u32 newtmp = tmp & ~(0x03|0x100);
295 u32 chip_config = inl(ioaddr + ChipConfig);
507 txd.link = (u32) 0;
508 txd.cmdsts = (u32) 0;
537 rxd[i].cmdsts = (u32) RX_BUF_SIZE;
565 u32 rx_mode = RxFilterEnable | AcceptBroadcast |
609 u32 to, nstype;
610 u32 tx_status;
639 txd.cmdsts = (u32) OWN | s;
649 while ((((volatile u32) tx_status=txd.cmdsts) & OWN) && (currticks() < to))
678 u32 rx_status = rxd[cur_rx].cmdsts;