Searched defs:dcrn (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/net/ibm_emac/ |
D | ibm_ocp_mal.h | 79 #define GET_MAL_STANZA(base,dcrn) \ argument 84 #define SET_MAL_STANZA(base,dcrn, val) \ argument 89 #define GET_MAL0_STANZA(dcrn) GET_MAL_STANZA(DCRN_MAL_BASE,dcrn) argument 90 #define SET_MAL0_STANZA(dcrn,val) SET_MAL_STANZA(DCRN_MAL_BASE,dcrn,val) argument 93 #define GET_MAL1_STANZA(dcrn) GET_MAL_STANZA(DCRN_MAL1_BASE,dcrn) argument 94 #define SET_MAL1_STANZA(dcrn,val) SET_MAL_STANZA(DCRN_MAL1_BASE,dcrn,val) argument 96 #define GET_MAL1_STANZA(dcrn) argument 97 #define SET_MAL1_STANZA(dcrn,val) argument 101 #define get_mal_dcrn(mal, dcrn) ({ \ argument 111 #define set_mal_dcrn(mal, dcrn, val) do { \ argument
|