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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/h/
H A Dhwmtm.h210 #define HWM_GET_TX_PHYS(txd) (u_long)AIX_REVERSE((txd)->txd_tbadr)
226 #define HWM_GET_TX_LEN(txd) ((int)AIX_REVERSE((txd)->txd_tbctrl)& RD_LENGTH)
278 #define HWM_GET_RX_FRAG_LEN(rxd) ((int)AIX_REVERSE((rxd)->rxd_rbctrl)& \
295 #define HWM_GET_RX_PHYS(rxd) (u_long)AIX_REVERSE((rxd)->rxd_rbadr)
H A Dosdef1st.h123 #define AIX_REVERSE(x) ((u32)le32_to_cpu((u32)(x))) macro
H A Dfplustm.h253 #define AIX_REVERSE(x) ((((x)<<24L)&0xff000000L) + \ macro
258 #ifndef AIX_REVERSE
259 #define AIX_REVERSE(x) (x) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/
H A Dhwmtm.c346 d2->r.rxd_rbctrl = AIX_REVERSE(BMU_CHECK) ;
349 d2->r.rxd_nrdadr = AIX_REVERSE(phys) ;
352 d1->r.rxd_rbctrl = AIX_REVERSE(BMU_CHECK) ;
355 d1->r.rxd_nrdadr = AIX_REVERSE(phys) ;
379 phys = AIX_REVERSE(ds->txd_ntdadr) ;
393 phys = AIX_REVERSE(ds->txd_ntdadr) ;
415 phys = AIX_REVERSE(ds->rxd_nrdadr) ;
610 phys = AIX_REVERSE(t->txd_ntdadr) ;
615 tbctrl = AIX_REVERSE(t->txd_tbctrl) ;
625 t->txd_tbctrl &= AIX_REVERSE(~BMU_OW
[all...]

Completed in 117 milliseconds