| /linux/drivers/scsi/ |
| H A D | qla1280.c | 575 struct nvram *nv; in qla1280_read_nvram() local 585 nv = &ha->nvram; in qla1280_read_nvram() 594 if (nv->id0 != 'I' || nv->id1 != 'S' || in qla1280_read_nvram() 595 nv->id2 != 'P' || nv->id3 != ' ' || nv->version < 1) { in qla1280_read_nvram() 608 " version %i\n", nv->id0, nv->id1, nv->id2, nv->id3, in qla1280_read_nvram() 609 nv->version); in qla1280_read_nvram() 637 nv->isp_parameter = cpu_to_le16(nv->isp_parameter); in qla1280_read_nvram() 638 nv->firmware_feature.w = cpu_to_le16(nv->firmware_feature.w); in qla1280_read_nvram() 640 nv->bus[i].selection_timeout = cpu_to_le16(nv->bus[i].selection_timeout); in qla1280_read_nvram() 641 nv->bus[i].max_queue_depth = cpu_to_le16(nv->bus[i].max_queue_depth); in qla1280_read_nvram() [all …]
|
| /linux/net/netfilter/ |
| H A D | xt_DSCP.c | 76 u_int8_t orig, nv; in tos_tg() local 79 nv = (orig & ~info->tos_mask) ^ info->tos_value; in tos_tg() 81 if (orig != nv) { in tos_tg() 85 ipv4_change_dsfield(iph, 0, nv); in tos_tg() 96 u_int8_t orig, nv; in tos_tg6() local 99 nv = (orig & ~info->tos_mask) ^ info->tos_value; in tos_tg6() 101 if (orig != nv) { in tos_tg6() 105 ipv6_change_dsfield(iph, 0, nv); in tos_tg6()
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_init.c | 4168 struct nvram_81xx *nv = ha->nvram; in qla24xx_detect_sfp() local 4178 (nv->enhanced_features & NEF_LR_DIST_ENABLE)) { in qla24xx_detect_sfp() 4182 (nv->enhanced_features >> LR_DIST_NV_POS) in qla24xx_detect_sfp() 5196 static void qla2xxx_nvram_wwn_from_ofw(scsi_qla_host_t *vha, nvram_t *nv) in qla2xxx_nvram_wwn_from_ofw() argument 5207 memcpy(nv->port_name, val, WWN_SIZE); in qla2xxx_nvram_wwn_from_ofw() 5211 memcpy(nv->node_name, val, WWN_SIZE); in qla2xxx_nvram_wwn_from_ofw() 5237 nvram_t *nv = ha->nvram; in qla2x00_nvram_config() local 5244 ha->nvram_size = sizeof(*nv); in qla2x00_nvram_config() 5258 nv, ha->nvram_size); in qla2x00_nvram_config() 5261 if (chksum || memcmp("ISP ", nv->id, sizeof(nv->id)) || in qla2x00_nvram_config() [all …]
|
| H A D | qla_target.c | 7959 qlt_24xx_config_nvram_stage1(struct scsi_qla_host *vha, struct nvram_24xx *nv) in qlt_24xx_config_nvram_stage1() argument 7970 ha->tgt.saved_exchange_count = nv->exchange_count; in qlt_24xx_config_nvram_stage1() 7972 nv->firmware_options_1; in qlt_24xx_config_nvram_stage1() 7974 nv->firmware_options_2; in qlt_24xx_config_nvram_stage1() 7976 nv->firmware_options_3; in qlt_24xx_config_nvram_stage1() 7981 nv->exchange_count = cpu_to_le16(0xFFFF); in qlt_24xx_config_nvram_stage1() 7983 nv->exchange_count = cpu_to_le16(vha->ql2xexchoffld); in qlt_24xx_config_nvram_stage1() 7986 nv->firmware_options_1 |= cpu_to_le32(BIT_4); in qlt_24xx_config_nvram_stage1() 7990 nv->firmware_options_1 |= cpu_to_le32(BIT_5); in qlt_24xx_config_nvram_stage1() 7993 nv->firmware_options_1 &= cpu_to_le32(~BIT_13); in qlt_24xx_config_nvram_stage1() [all …]
|
| H A D | qla_mbx.c | 726 struct nvram_81xx *nv = ha->nvram; in qla2x00_execute_fw() local 728 if (nv->min_supported_speed >= 2 && in qla2x00_execute_fw() 729 nv->min_supported_speed <= 5) { in qla2x00_execute_fw() 731 mcp->mb[11] |= nv->min_supported_speed & 0xF; in qla2x00_execute_fw() 735 nv->min_supported_speed; in qla2x00_execute_fw()
|
| /linux/lib/ |
| H A D | group_cpus.c | 291 struct node_groups *nv = &node_groups[i]; in __group_cpus_evenly() local 293 if (nv->ngroups == UINT_MAX) in __group_cpus_evenly() 297 cpumask_and(nmsk, cpu_mask, node_to_cpumask[nv->id]); in __group_cpus_evenly() 302 WARN_ON_ONCE(nv->ngroups > ncpus); in __group_cpus_evenly() 305 extra_grps = ncpus - nv->ngroups * (ncpus / nv->ngroups); in __group_cpus_evenly() 308 for (v = 0; v < nv->ngroups; v++, curgrp++) { in __group_cpus_evenly() 309 cpus_per_grp = ncpus / nv->ngroups; in __group_cpus_evenly() 326 done += nv->ngroups; in __group_cpus_evenly()
|
| /linux/samples/bpf/ |
| H A D | tcp_basertt_kern.c | 28 char nv[] = "nv"; in bpf_basertt() local 50 if (!n && !__builtin_memcmp(cong, nv, sizeof(nv))) { in bpf_basertt()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | posted_intr.c | 79 if (pi_desc->nv != POSTED_INTR_WAKEUP_VECTOR && vcpu->cpu == cpu) { in vmx_vcpu_pi_load() 92 if (pi_desc->nv == POSTED_INTR_WAKEUP_VECTOR) { in vmx_vcpu_pi_load() 128 new.nv = POSTED_INTR_VECTOR; in vmx_vcpu_pi_load() 194 new.nv = POSTED_INTR_WAKEUP_VECTOR; in pi_enable_wakeup_handler()
|
| /linux/drivers/input/mouse/ |
| H A D | sentelic.c | 183 int v, nv; in fsp_reg_write_enable() local 189 nv = v | FSP_BIT_EN_REG_CLK; in fsp_reg_write_enable() 191 nv = v & ~FSP_BIT_EN_REG_CLK; in fsp_reg_write_enable() 194 if (nv != v) in fsp_reg_write_enable() 195 if (fsp_reg_write(psmouse, FSP_REG_SYSCTL1, nv) == -1) in fsp_reg_write_enable() 334 int v, nv; in fsp_opc_tag_enable() local 343 nv = v | FSP_BIT_EN_OPC_TAG; in fsp_opc_tag_enable() 345 nv = v & ~FSP_BIT_EN_OPC_TAG; in fsp_opc_tag_enable() 348 if (nv != v) { in fsp_opc_tag_enable() 350 res = fsp_reg_write(psmouse, FSP_REG_OPC_QDOWN, nv); in fsp_opc_tag_enable()
|
| /linux/drivers/s390/char/ |
| H A D | raw3270.c | 903 struct raw3270_view *oldview = NULL, *nv; in __raw3270_activate_view() local 929 list_for_each_entry(nv, &rp->view_list, list) { in __raw3270_activate_view() 930 if (nv == view || nv == oldview) in __raw3270_activate_view() 932 rc = raw3270_assign_activate_view(rp, nv); in __raw3270_activate_view() 1065 struct raw3270_view *nv; in raw3270_del_view() local 1076 list_for_each_entry(nv, &rp->view_list, list) { in raw3270_del_view() 1077 if (nv->fn->activate(nv) == 0) { in raw3270_del_view() 1078 rp->view = nv; in raw3270_del_view()
|
| /linux/drivers/media/pci/ddbridge/ |
| H A D | ddbridge-max.c | 238 u32 nv, ov = dev->link[port->lnr].lnb.voltages; in max_set_voltage() local 269 nv = dev->link[port->lnr].lnb.voltages; in max_set_voltage() 284 if (nv != ov) { in max_set_voltage() 285 if (nv) { in max_set_voltage()
|
| /linux/drivers/mtd/devices/ |
| H A D | Makefile | 10 obj-$(CONFIG_MTD_MS02NV) += ms02-nv.o
|
| H A D | Kconfig | 52 The module will be called ms02-nv.
|
| /linux/drivers/net/ |
| H A D | net_failover.c | 162 u64 nv = new[i]; in net_failover_fold_stats() local 164 s64 delta = nv - ov; in net_failover_fold_stats() 167 if (((nv | ov) >> 32) == 0) in net_failover_fold_stats() 168 delta = (s64)(s32)((u32)nv - (u32)ov); in net_failover_fold_stats()
|
| /linux/arch/csky/include/asm/ |
| H A D | futex.h | 111 : [ov] "Jr" (oldval), [nv] "Jr" (newval), [e] "Jr" (-EFAULT) in futex_atomic_cmpxchg_inatomic()
|
| /linux/arch/riscv/include/asm/ |
| H A D | futex.h | 96 : [ov] "Jr" ((long)(int)oldval), [nv] "Jr" (newval) in futex_atomic_cmpxchg_inatomic()
|
| /linux/drivers/staging/nvec/ |
| H A D | README | 13 [1] e.g. https://nv-tegra.nvidia.com/gitweb/?p=linux-2.6.git;a=tree;f=arch/arm/mach-tegra/nvec;hb=a…
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
| H A D | com.fuc | 89 // nv_rd32 - read 32-bit value from nv register 107 // nv_wr32 - write 32-bit value to nv register
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | kirkwood-netgear_readynas_nv+_v2.dts | 15 …compatible = "netgear,readynas-nv+-v2", "netgear,readynas", "marvell,kirkwood-88f6282", "marvell,k…
|
| /linux/Documentation/power/ |
| H A D | video.rst | 138 HP Pavilion ZD7000 vbetool post needed, need open-source nv 178 Sony Vaio PCG-GRT995MP none (1), works with 'nv' X driver
|
| /linux/fs/nilfs2/ |
| H A D | segment.c | 800 unsigned int nv = 0; in nilfs_dispose_list() local 817 ivec[nv++] = ii; in nilfs_dispose_list() 818 if (nv == SC_N_INODEVEC) in nilfs_dispose_list() 823 for (pii = ivec; nv > 0; pii++, nv--) in nilfs_dispose_list()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
| H A D | kernel.fuc | 46 // read nv register 63 // write nv register
|
| /linux/drivers/iio/adc/ |
| H A D | ad4170-4.c | 1367 u64 nv; in ad4170_fill_scale_tbl() local 1386 nv = (u64)chan_info->input_range_uv * NANO; in ad4170_fill_scale_tbl() 1390 chan_info->scale_tbl[pga][1] = div_u64(nv >> rshift, MILLI); in ad4170_fill_scale_tbl()
|
| /linux/drivers/net/bonding/ |
| H A D | bond_main.c | 4342 u64 nv = new[i]; in bond_fold_stats() local 4344 s64 delta = nv - ov; in bond_fold_stats() 4347 if (((nv | ov) >> 32) == 0) in bond_fold_stats() 4348 delta = (s64)(s32)((u32)nv - (u32)ov); in bond_fold_stats()
|
| /linux/drivers/staging/media/ipu3/ |
| H A D | ipu3-abi.h | 1419 struct imgu_abi_frame_sp_nv_planes nv; member
|