Home | History | Annotate | Download | only in altboot

Lines Matching refs:xd0

61 	uint32_t xd0, xd1, xd2, xd3;
207 txd[1].xd0 = htole32(T0_EOR);
209 rxd[0].xd0 = htole32(R0_OWN | FRAMESIZE);
211 rxd[1].xd0 = htole32(R0_OWN | R0_EOR | FRAMESIZE);
251 txd->xd0 &= htole32(T0_EOR);
252 txd->xd0 |= htole32(T0_OWN | T0_FS | T0_LS | (len & T0_FRMASK));
257 if ((le32toh(txd->xd0) & T0_OWN) == 0)
285 rxstat = le32toh(rxd->xd0);
294 rxd->xd0 &= htole32(R0_EOR);
295 rxd->xd0 |= htole32(R0_OWN | FRAMESIZE);
306 rxd->xd0 &= htole32(R0_EOR);
307 rxd->xd0 |= htole32(R0_OWN | FRAMESIZE);