Searched refs:elp_cmd (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/wireless/ti/wl1251/ |
H A D | boot.c | 60 u32 scr_pad6, init_data, tmp, elp_cmd, ref_freq; in wl1251_boot_init_seq() local 84 elp_cmd = wl1251_reg_read32(wl, ELP_CMD); in wl1251_boot_init_seq() 85 wl1251_debug(DEBUG_BOOT, "elp_cmd 0x%x", elp_cmd); in wl1251_boot_init_seq() 107 elp_cmd |= 0x00000040; in wl1251_boot_init_seq() 108 wl1251_reg_write32(wl, ELP_CMD, elp_cmd); in wl1251_boot_init_seq() 188 wl1251_reg_write32(wl, ELP_CMD, elp_cmd | 0x1); in wl1251_boot_init_seq()
|