Searched refs:nvs (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/drivers/net/wireless/ti/wl12xx/ |
H A D | cmd.c | 22 if (!wl->nvs) in wl1271_cmd_ext_radio_parms() 53 &((struct wl1271_nvs_file *)wl->nvs)->general_params; in wl1271_cmd_general_parms() 58 if (!wl->nvs) in wl1271_cmd_general_parms() 120 &((struct wl128x_nvs_file *)wl->nvs)->general_params; in wl128x_cmd_general_parms() 125 if (!wl->nvs) in wl128x_cmd_general_parms() 186 struct wl1271_nvs_file *nvs = (struct wl1271_nvs_file *)wl->nvs; in wl1271_cmd_radio_parms() local 188 struct wl1271_ini_general_params *gp = &nvs->general_params; in wl1271_cmd_radio_parms() 191 if (!wl->nvs) in wl1271_cmd_radio_parms() 203 memcpy(&radio_parms->static_params_2, &nvs->stat_radio_params_2, in wl1271_cmd_radio_parms() 206 &nvs->dyn_radio_params_2[fem_idx].params, in wl1271_cmd_radio_parms() [all …]
|
/openbmc/linux/drivers/net/wireless/ti/wlcore/ |
H A D | boot.c | 283 if (wl->nvs == NULL) { in wlcore_boot_upload_nvs() 292 struct wl1271_nvs_file *nvs = in wlcore_boot_upload_nvs() local 293 (struct wl1271_nvs_file *)wl->nvs; in wlcore_boot_upload_nvs() 301 if (nvs->general_params.dual_mode_select) in wlcore_boot_upload_nvs() 311 kfree(wl->nvs); in wlcore_boot_upload_nvs() 312 wl->nvs = NULL; in wlcore_boot_upload_nvs() 318 nvs_len = sizeof(nvs->nvs); in wlcore_boot_upload_nvs() 319 nvs_ptr = (u8 *) nvs->nvs; in wlcore_boot_upload_nvs() 321 struct wl128x_nvs_file *nvs = (struct wl128x_nvs_file *)wl->nvs; in wlcore_boot_upload_nvs() local 324 if (nvs->general_params.dual_mode_select) in wlcore_boot_upload_nvs() [all …]
|
H A D | ini.h | 179 u8 nvs[WL1271_INI_NVS_SECTION_SIZE]; member 200 u8 nvs[WL1271_INI_NVS_SECTION_SIZE]; member
|
H A D | wlcore.h | 213 void *nvs; member
|
H A D | main.c | 6076 u8 *nvs_ptr = (u8 *)wl->nvs; in wl1271_register_hw() 6459 kfree(wl->nvs); in wlcore_free_hw() 6460 wl->nvs = NULL; in wlcore_free_hw() 6499 wl->nvs = kmemdup(fw->data, fw->size, GFP_KERNEL); in wlcore_nvs_cb() 6500 if (!wl->nvs) { in wlcore_nvs_cb() 6508 wl->nvs = NULL; in wlcore_nvs_cb() 6511 wl->nvs = NULL; in wlcore_nvs_cb() 6611 kfree(wl->nvs); in wlcore_nvs_cb()
|
/openbmc/u-boot/arch/x86/lib/fsp/ |
H A D | fsp_common.c | 110 void *nvs; in arch_fsp_init() local 120 nvs = fsp_prepare_mrc_cache(); in arch_fsp_init() 122 nvs = NULL; in arch_fsp_init() 127 if (nvs == NULL) { in arch_fsp_init() 153 fsp_init(stack, boot_mode, nvs); in arch_fsp_init()
|
/openbmc/linux/drivers/net/wireless/ti/wl1251/ |
H A D | boot.c | 393 u8 *nvs_ptr, *nvs; in wl1251_boot_upload_nvs() local 395 nvs = wl->nvs; in wl1251_boot_upload_nvs() 396 if (nvs == NULL) in wl1251_boot_upload_nvs() 399 nvs_ptr = nvs; in wl1251_boot_upload_nvs() 439 nvs_len -= nvs_ptr - nvs; in wl1251_boot_upload_nvs()
|
H A D | main.c | 111 wl->nvs = kmemdup(fw->data, fw->size, GFP_KERNEL); in wl1251_fetch_nvs() 113 if (!wl->nvs) { in wl1251_fetch_nvs() 1442 if (wl->nvs[NVS_OFF_MAC_LEN] != 2 || in wl1251_check_nvs_mac() 1443 wl->nvs[NVS_OFF_MAC_ADDR_LO] != 0x6d || in wl1251_check_nvs_mac() 1444 wl->nvs[NVS_OFF_MAC_ADDR_HI] != 0x54) in wl1251_check_nvs_mac() 1461 mac[i] = wl->nvs[NVS_OFF_MAC_DATA + ETH_ALEN - i - 1]; in wl1251_read_nvs_mac() 1481 wl->nvs[NVS_OFF_MAC_DATA + i] = wl->mac_addr[ETH_ALEN - i - 1]; in wl1251_write_nvs_mac() 1535 if (wl->nvs == NULL && !wl->use_eeprom) { in wl1251_init_ieee80211() 1659 kfree(wl->nvs); in wl1251_free_hw() 1660 wl->nvs = NULL; in wl1251_free_hw()
|
H A D | wl1251.h | 286 u8 *nvs; member
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | armada-385-atl-x530.dts | 80 nvs@0 { 86 label = "nvs";
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | armada-385-atl-x530.dtsi | 105 nvs@0 { 111 label = "nvs";
|
/openbmc/linux/drivers/acpi/ |
H A D | Makefile | 27 acpi-y += nvs.o
|
/openbmc/openbmc/poky/meta/recipes-kernel/linux-firmware/ |
H A D | linux-firmware_20250109.bb | 1290 ${nonarch_base_libdir}/firmware/ti-connectivity/wl1251-nvs.bin* \ 1304 # wl18xx optionally needs wl1271-nvs.bin (which itself is a symlink to 1305 # wl127x-nvs.bin) - see linux/drivers/net/wireless/ti/wlcore/sdio.c 1313 ${nonarch_base_libdir}/firmware/ti-connectivity/wl127x-nvs.bin* \ 1314 ${nonarch_base_libdir}/firmware/ti-connectivity/wl1271-nvs.bin* \
|
/openbmc/linux/ |
H A D | opengrok2.0.log | [all...] |