Lines Matching refs:_x
84 #define pi1ppc_r_str(_x) r_reg(AT_STAT_REG,_x)
85 #define pi1ppc_r_ctr(_x) r_reg(AT_CTL_REG,_x)
86 #define pi1ppc_r_dtr(_x) r_reg(AT_DATA_REG,_x)
88 #define pi1ppc_w_str(_x,_y)
89 #define pi1ppc_w_ctr(_x,_y) w_reg(AT_CTL_REG,_x,_y)
90 #define pi1ppc_w_dtr(_x,_y) w_reg(AT_DATA_REG,_x,_y)
93 #define pi1ppc_barrier_r(_x) bus_space_barrier(_x->sc_iot,_x->sc_ioh, \
95 #define pi1ppc_barrier_w(_x) bus_space_barrier(_x->sc_iot,_x->sc_ioh, \
97 #define pi1ppc_barrier(_x) pi1ppc_barrier_r(_x)