Lines Matching defs:offs
142 #define HME_SPC_READ_4(spc, sc, offs) \ argument
145 #define HME_SPC_WRITE_4(spc, sc, offs, v) \ argument
148 #define HME_SPC_BARRIER(spc, sc, offs, l, f) \ argument
152 #define HME_SEB_READ_4(sc, offs) HME_SPC_READ_4(seb, (sc), (offs)) argument
153 #define HME_SEB_WRITE_4(sc, offs, v) HME_SPC_WRITE_4(seb, (sc), (offs), (v)) argument
154 #define HME_SEB_BARRIER(sc, offs, l, f) \ argument
156 #define HME_ERX_READ_4(sc, offs) HME_SPC_READ_4(erx, (sc), (offs)) argument
157 #define HME_ERX_WRITE_4(sc, offs, v) HME_SPC_WRITE_4(erx, (sc), (offs), (v)) argument
158 #define HME_ERX_BARRIER(sc, offs, l, f) \ argument
160 #define HME_ETX_READ_4(sc, offs) HME_SPC_READ_4(etx, (sc), (offs)) argument
161 #define HME_ETX_WRITE_4(sc, offs, v) HME_SPC_WRITE_4(etx, (sc), (offs), (v)) argument
162 #define HME_ETX_BARRIER(sc, offs, l, f) \ argument
164 #define HME_MAC_READ_4(sc, offs) HME_SPC_READ_4(mac, (sc), (offs)) argument
165 #define HME_MAC_WRITE_4(sc, offs, v) HME_SPC_WRITE_4(mac, (sc), (offs), (v)) argument
166 #define HME_MAC_BARRIER(sc, offs, l, f) \ argument
168 #define HME_MIF_READ_4(sc, offs) HME_SPC_READ_4(mif, (sc), (offs)) argument
169 #define HME_MIF_WRITE_4(sc, offs, v) HME_SPC_WRITE_4(mif, (sc), (offs), (v)) argument
170 #define HME_MIF_BARRIER(sc, offs, l, f) \ argument