Lines Matching refs:reg_address
142 struct nps_host_reg_address_non_cl reg_address; in nps_host_reg_non_cl() local
144 reg_address.value = NPS_HOST_REG_BASE; in nps_host_reg_non_cl()
145 reg_address.blkid = blkid; in nps_host_reg_non_cl()
146 reg_address.reg = reg; in nps_host_reg_non_cl()
148 return (void *)reg_address.value; in nps_host_reg_non_cl()
153 struct nps_host_reg_address reg_address; in nps_host_reg() local
156 reg_address.value = NPS_HOST_REG_BASE; in nps_host_reg()
157 reg_address.cl_x = (cl >> 2) & 0x3; in nps_host_reg()
158 reg_address.cl_y = cl & 0x3; in nps_host_reg()
159 reg_address.blkid = blkid; in nps_host_reg()
160 reg_address.reg = reg; in nps_host_reg()
162 return (void *)reg_address.value; in nps_host_reg()