Lines Matching refs:ord
59 #define ASD_READ_OCM(type, ord, S) \ argument
60 static inline type asd_read_ocm_##ord (struct asd_ha_struct *asd_ha, \
73 #define ASD_WRITE_OCM(type, ord, S) \ argument
74 static inline void asd_write_ocm_##ord (struct asd_ha_struct *asd_ha, \
86 #define ASD_DDBSITE_READ(type, ord) \ argument
87 static inline type asd_ddbsite_read_##ord (struct asd_ha_struct *asd_ha, \
93 return asd_read_reg_##ord (asd_ha, CTXACCESS); \
112 #define ASD_DDBSITE_WRITE(type, ord) \ argument
113 static inline void asd_ddbsite_write_##ord (struct asd_ha_struct *asd_ha, \
119 asd_write_reg_##ord (asd_ha, CTXACCESS, val); \
139 #define ASD_SCBSITE_READ(type, ord) \ argument
140 static inline type asd_scbsite_read_##ord (struct asd_ha_struct *asd_ha, \
146 return asd_read_reg_##ord (asd_ha, CTXACCESS); \
165 #define ASD_SCBSITE_WRITE(type, ord) \ argument
166 static inline void asd_scbsite_write_##ord (struct asd_ha_struct *asd_ha, \
172 asd_write_reg_##ord (asd_ha, CTXACCESS, val); \