Searched refs:v3d_hw_write_reg (Results 1 – 3 of 3) sorted by relevance
38 void v3d_hw_write_reg(struct v3d_hw *hw, uint32_t reg, uint32_t val);
69 void v3d_hw_write_reg(struct v3d_hw *hw, uint32_t reg, uint32_t val) in v3d_hw_write_reg() function
48 #define V3D_WRITE(reg, val) v3d_hw_write_reg(v3d, reg, val)