Searched refs:ISP2X_SIHST_CTRL_EN_SET (Results 1 – 2 of 2) sorted by relevance
86 #define ISP2X_SIHST_CTRL_EN_SET(x) (((x) & 0x01) << 0) macro87 #define ISP2X_SIHST_CTRL_EN_MASK ISP2X_SIHST_CTRL_EN_SET(0x01)
528 hist_ctrl |= ISP2X_SIHST_CTRL_EN_SET(0x1); in isp_sihst_enable()