Searched refs:cpu_to_edmac (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsh_eth.c310 static inline __u32 cpu_to_edmac(struct sh_eth_private *mdp, u32 x) function
503 rxdesc->status = cpu_to_edmac(mdp, RD_RACT | RD_RFP);
519 rxdesc->status |= cpu_to_edmac(mdp, RD_RDEL);
527 txdesc->status = cpu_to_edmac(mdp, TD_TFP);
538 txdesc->status |= cpu_to_edmac(mdp, TD_TDLE);
708 if (txdesc->status & cpu_to_edmac(mdp, TD_TACT))
716 txdesc->status = cpu_to_edmac(mdp, TD_TFP);
718 txdesc->status |= cpu_to_edmac(mdp, TD_TDLE);
739 while (!(rxdesc->status & cpu_to_edmac(mdp, RD_RACT))) {
779 rxdesc->status |= cpu_to_edmac(md
[all...]

Completed in 91 milliseconds