Searched refs:nvs (Results 1 – 9 of 9) sorted by relevance
/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 in wl1271_cmd_radio_parms() 230 struct wl128x_nvs_file *nvs = (struct wl128x_nvs_file *)wl->nvs; wl128x_cmd_radio_parms() local [all...] |
/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() 425 "nvs burst write 0x%x: 0x%x", in wl1251_boot_upload_nvs() 439 nvs_len -= nvs_ptr - nvs; in wl1251_boot_upload_nvs() 455 "nvs write table 0x%x: 0x%x", in wl1251_boot_upload_nvs()
|
H A D | main.c | 100 wl1251_error("could not get nvs file: %d", ret); in wl1251_fetch_nvs() 105 wl1251_error("nvs size is not multiple of 32 bits: %zu", in wl1251_fetch_nvs() 111 wl->nvs = kmemdup(fw->data, fw->size, GFP_KERNEL); in wl1251_fetch_nvs() 113 if (!wl->nvs) { in wl1251_fetch_nvs() 114 wl1251_error("could not allocate memory for the nvs file"); in wl1251_fetch_nvs() 1447 if (wl->nvs[NVS_OFF_MAC_LEN] != 2 || in wl1251_check_nvs_mac() 1448 wl->nvs[NVS_OFF_MAC_ADDR_LO] != 0x6d || in wl1251_check_nvs_mac() 1449 wl->nvs[NVS_OFF_MAC_ADDR_HI] != 0x54) in wl1251_check_nvs_mac() 1466 mac[i] = wl->nvs[NVS_OFF_MAC_DATA + ETH_ALEN - i - 1]; in wl1251_read_nvs_mac() 1468 /* 00:00:20:07:03:09 is in example file wl1251-nvs in wl1251_read_nvs_mac() [all...] |
H A D | wl1251.h | 286 u8 *nvs; member 421 #define WL1251_NVS_NAME "ti-connectivity/wl1251-nvs.bin"
|
/linux/drivers/net/wireless/ti/wlcore/ |
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 | 2636 * TODO: after the nvs issue will be solved, move this block in wl1271_op_add_interface() 2642 * while uploading the nvs in wl1271_op_add_interface() 6158 /* NOTE: The wl->nvs->nvs element must be first, in in wl1271_register_hw() 6160 * the beginning of the wl->nvs structure. in wl1271_register_hw() 6162 u8 *nvs_ptr = (u8 *)wl->nvs; in wl1271_register_hw() 6178 wl1271_warning("Detected unconfigured mac address in nvs, derive from fuse instead."); in wl1271_register_hw() 6180 wl1271_warning("This default nvs file can be removed from the file system"); in wl1271_register_hw() 6545 kfree(wl->nvs); in wlcore_free_hw() 6546 wl->nvs in wlcore_free_hw() [all...] |
/linux/arch/arm/boot/dts/marvell/ |
H A D | armada-385-atl-x530.dts | 91 nvs@0 { 97 label = "nvs";
|
/linux/drivers/acpi/ |
H A D | Makefile | 30 acpi-y += nvs.o
|