Searched refs:scr_pad6 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/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 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()
|
/kernel/linux/linux-6.6/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 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()
|
Completed in 2 milliseconds