Searched refs:nv (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/devices/
H A DMakefile22 obj-$(CONFIG_MTD_MS02NV) += ms02-nv.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dqla1280.c2442 nvram_t *nv = (nvram_t *)ha->response_ring; local
2465 sprintf(debug_buff,"qla1280_isp_firmware: NVRAM Magic ID= %c %c %c\n\r",(char *) nv->id[0],nv->id[1],nv->id[2]);
2470 if (chksum || nv->id[0] != 'I' || nv->id[1] != 'S' ||
2471 nv->id[2] != 'P' || nv->id[3] != ' ' || nv->version < 1)
2477 ha->flags.disable_risc_code_load = nv
2954 nvram_t *nv = (nvram_t *)ha->response_ring; local
6201 qla12160_set_target_parameters(scsi_qla_host_t *ha, uint32_t b, uint32_t t, uint32_t l, nvram160_t *nv) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/wlconf/
H A Dwlconf.c403 char *v, *nv_value, nv[100]; local
415 gmode = atoi(nvram_safe_get(strcat_r(prefix, "gmode", nv)));
427 snprintf(nv, sizeof(nv), nv_name, prefix, mode[i].str, ac[j]);
428 nv_value = nvram_safe_get(nv);
429 strcpy(nv, nv_value);
431 v = nv;
475 v = nvram_safe_get(strcat_r(prefix, "wme_no_ack", nv));
480 v = nvram_safe_get(strcat_r(prefix, "wme_apsd", nv));
499 snprintf(nv, sizeo
[all...]
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dmsh.c1219 char *nv; local
1240 nv = xp;
1243 val = nv;

Completed in 75 milliseconds