Home
last modified time | relevance | path

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

/drivers/net/benet/
Dbe.h263 amap_set(void *ptr, u32 dw_offset, u32 mask, u32 offset, u32 value) in amap_set() argument
265 u32 *dw = (u32 *) ptr + dw_offset; in amap_set()
277 static inline u32 amap_get(void *ptr, u32 dw_offset, u32 mask, u32 offset) in amap_get() argument
280 return mask & (*(dw + dw_offset) >> offset); in amap_get()