Searched refs:regs_h (Results 1 – 1 of 1) sorted by relevance
99 struct crb_regs_head __iomem *regs_h; member226 if (!priv->regs_h) in __crb_request_locality()229 iowrite32(CRB_LOC_CTRL_REQUEST_ACCESS, &priv->regs_h->loc_ctrl); in __crb_request_locality()230 if (!crb_wait_for_reg_32(&priv->regs_h->loc_state, value, value, in __crb_request_locality()253 if (!priv->regs_h) in __crb_relinquish_locality()256 iowrite32(CRB_LOC_CTRL_RELINQUISH, &priv->regs_h->loc_ctrl); in __crb_relinquish_locality()257 if (!crb_wait_for_reg_32(&priv->regs_h->loc_state, mask, value, in __crb_relinquish_locality()568 sizeof(*priv->regs_h)) in crb_map_io()569 priv->regs_h = *iobase_ptr; in crb_map_io()