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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/ehea/
H A Dehea_hw.h197 static inline u64 epa_load(struct h_epa epa, u32 offset) argument
199 return __raw_readq((void __iomem *)(epa.addr + offset));
202 static inline void epa_store(struct h_epa epa, u32 offset, u64 value) argument
204 __raw_writeq(value, (void __iomem *)(epa.addr + offset));
205 epa_load(epa, offset); /* synchronize explicitly to eHEA */
208 static inline void epa_store_acc(struct h_epa epa, u32 offset, u64 value) argument
210 __raw_writeq(value, (void __iomem *)(epa.addr + offset));
213 #define epa_store_eq(epa, offset, value)\
214 epa_store(epa, EQTEMM_OFFSET(offset), value)
215 #define epa_load_eq(epa, offse
245 struct h_epa epa = qp->epas.kernel; local
252 struct h_epa epa = qp->epas.kernel; local
259 struct h_epa epa = qp->epas.kernel; local
266 struct h_epa epa = qp->epas.kernel; local
273 struct h_epa epa = cq->epas.kernel; local
280 struct h_epa epa = cq->epas.kernel; local
287 struct h_epa epa = my_cq->epas.kernel; local
[all...]
H A Dehea_qmr.c120 struct h_epa epa; local
190 epa = cq->epas.kernel;

Completed in 95 milliseconds