Home
last modified time | relevance | path

Searched refs:scr_pad6 (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/net/wireless/ti/wl1251/
Dboot.c60 u32 scr_pad6, init_data, tmp, elp_cmd, ref_freq; in wl1251_boot_init_seq() local
80 scr_pad6 = wl1251_reg_read32(wl, SCR_PAD6); in wl1251_boot_init_seq()
81 wl1251_debug(DEBUG_BOOT, "scr_pad6 0x%x", scr_pad6); in wl1251_boot_init_seq()
88 ref_freq = scr_pad6 & 0x000000FF; in wl1251_boot_init_seq()
103 tmp = ((scr_pad6 & 0x0000FF00) << 4) | 0x00004000; in wl1251_boot_init_seq()