Home
last modified time | relevance | path

Searched refs:AIX_REVERSE (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/net/skfp/h/
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)
Dfplustm.h253 #define AIX_REVERSE(x) ((((x)<<24L)&0xff000000L) + \ macro
258 #ifndef AIX_REVERSE
259 #define AIX_REVERSE(x) (x) macro
Dosdef1st.h124 #define AIX_REVERSE(x) ((u32)le32_to_cpu((u32)(x))) macro