Searched refs:SYS_REG_ENC_BW (Results 1 – 2 of 2) sorted by relevance
331 #define SYS_REG_ENC_BW(n, ch) ((2 >> (n)) << (2 + ((ch) * 16))) macro397 #define SYS_REG_ENC_BW_V3(bw, ch) SYS_REG_ENC_BW(bw, ch)
180 *p_os_reg2 |= SYS_REG_ENC_BW(cap_info->bw, channel); in sdram_org_config()