Lines Matching refs:reg_address
148 struct nps_host_reg_address_non_cl reg_address; in nps_host_reg_non_cl() local
150 reg_address.value = NPS_HOST_REG_BASE; in nps_host_reg_non_cl()
151 reg_address.blkid = blkid; in nps_host_reg_non_cl()
152 reg_address.reg = reg; in nps_host_reg_non_cl()
154 return (void *)reg_address.value; in nps_host_reg_non_cl()
159 struct nps_host_reg_address reg_address; in nps_host_reg() local
162 reg_address.value = NPS_HOST_REG_BASE; in nps_host_reg()
163 reg_address.cl_x = (cl >> 2) & 0x3; in nps_host_reg()
164 reg_address.cl_y = cl & 0x3; in nps_host_reg()
165 reg_address.blkid = blkid; in nps_host_reg()
166 reg_address.reg = reg; in nps_host_reg()
168 return (void *)reg_address.value; in nps_host_reg()