Lines Matching refs:name
441 #define __BCMASP_IO_MACRO(name, m) \
442 static inline u32 name##_rl(struct bcmasp_intf *intf, u32 off) \
447 static inline void name##_wl(struct bcmasp_intf *intf, u32 val, u32 off)\
452 #define BCMASP_IO_MACRO(name) __BCMASP_IO_MACRO(name, res.name)
453 #define BCMASP_FP_IO_MACRO(name) __BCMASP_IO_MACRO(name, name)
466 #define __BCMASP_FP_IO_MACRO_Q(name, m) \
467 static inline u64 name##_rq(struct bcmasp_intf *intf, u32 off) \
472 static inline void name##_wq(struct bcmasp_intf *intf, u64 val, u32 off)\
477 #define BCMASP_FP_IO_MACRO_Q(name) __BCMASP_FP_IO_MACRO_Q(name, name)
513 #define BCMASP_CORE_IO_MACRO(name, offset) \
514 static inline u32 name##_core_rl(struct bcmasp_priv *priv, \
520 static inline void name##_core_wl(struct bcmasp_priv *priv, \