Searched refs:SOC_RESET_CONTROL_I2S_MBOX_RST_MASK (Results 1 – 1 of 1) sorted by relevance
90 #define SOC_RESET_CONTROL_I2S_MBOX_RST_MASK 0x00080000 macro91 #define SOC_RESET_CONTROL_I2S_MBOX_RST_GET(x) (((x) & SOC_RESET_CONTROL_I2S_MBOX_RST_MASK) >> SO…92 …X_RST_SET(x) (((x) << SOC_RESET_CONTROL_I2S_MBOX_RST_LSB) & SOC_RESET_CONTROL_I2S_MBOX_RST_MASK)