| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | qla1280.c | 583 struct nvram *nv; in qla1280_read_nvram() local 593 nv = &ha->nvram; in qla1280_read_nvram() 602 if (nv->id0 != 'I' || nv->id1 != 'S' || in qla1280_read_nvram() 603 nv->id2 != 'P' || nv->id3 != ' ' || nv->version < 1) { in qla1280_read_nvram() 616 " version %i\n", nv->id0, nv->id1, nv->id2, nv->id3, in qla1280_read_nvram() 617 nv->version); in qla1280_read_nvram() 645 nv->isp_parameter = cpu_to_le16(nv->isp_parameter); in qla1280_read_nvram() 646 nv->firmware_feature.w = cpu_to_le16(nv->firmware_feature.w); in qla1280_read_nvram() 648 nv->bus[i].selection_timeout = cpu_to_le16(nv->bus[i].selection_timeout); in qla1280_read_nvram() 649 nv->bus[i].max_queue_depth = cpu_to_le16(nv->bus[i].max_queue_depth); in qla1280_read_nvram() [all …]
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/ |
| H A D | qla_init.c | 3691 struct nvram_81xx *nv = ha->nvram; in qla24xx_detect_sfp() local 3701 (nv->enhanced_features & NEF_LR_DIST_ENABLE)) { in qla24xx_detect_sfp() 3705 (nv->enhanced_features >> LR_DIST_NV_POS) in qla24xx_detect_sfp() 4662 static void qla2xxx_nvram_wwn_from_ofw(scsi_qla_host_t *vha, nvram_t *nv) in qla2xxx_nvram_wwn_from_ofw() argument 4673 memcpy(nv->port_name, val, WWN_SIZE); in qla2xxx_nvram_wwn_from_ofw() 4677 memcpy(nv->node_name, val, WWN_SIZE); in qla2xxx_nvram_wwn_from_ofw() 4703 nvram_t *nv = ha->nvram; in qla2x00_nvram_config() local 4710 ha->nvram_size = sizeof(*nv); in qla2x00_nvram_config() 4724 nv, ha->nvram_size); in qla2x00_nvram_config() 4727 if (chksum || memcmp("ISP ", nv->id, sizeof(nv->id)) || in qla2x00_nvram_config() [all …]
|
| H A D | qla_target.c | 6838 qlt_24xx_config_nvram_stage1(struct scsi_qla_host *vha, struct nvram_24xx *nv) in qlt_24xx_config_nvram_stage1() argument 6849 ha->tgt.saved_exchange_count = nv->exchange_count; in qlt_24xx_config_nvram_stage1() 6851 nv->firmware_options_1; in qlt_24xx_config_nvram_stage1() 6853 nv->firmware_options_2; in qlt_24xx_config_nvram_stage1() 6855 nv->firmware_options_3; in qlt_24xx_config_nvram_stage1() 6860 nv->exchange_count = cpu_to_le16(0xFFFF); in qlt_24xx_config_nvram_stage1() 6862 nv->exchange_count = cpu_to_le16(vha->ql2xexchoffld); in qlt_24xx_config_nvram_stage1() 6865 nv->firmware_options_1 |= cpu_to_le32(BIT_4); in qlt_24xx_config_nvram_stage1() 6869 nv->firmware_options_1 |= cpu_to_le32(BIT_5); in qlt_24xx_config_nvram_stage1() 6872 nv->firmware_options_1 &= cpu_to_le32(~BIT_13); in qlt_24xx_config_nvram_stage1() [all …]
|
| /OK3568_Linux_fs/kernel/kernel/irq/ |
| H A D | affinity.c | 293 struct node_vectors *nv = &node_vectors[i]; in __irq_build_affinity_masks() local 295 if (nv->nvectors == UINT_MAX) in __irq_build_affinity_masks() 299 cpumask_and(nmsk, cpu_mask, node_to_cpumask[nv->id]); in __irq_build_affinity_masks() 304 WARN_ON_ONCE(nv->nvectors > ncpus); in __irq_build_affinity_masks() 307 extra_vecs = ncpus - nv->nvectors * (ncpus / nv->nvectors); in __irq_build_affinity_masks() 310 for (v = 0; v < nv->nvectors; v++, curvec++) { in __irq_build_affinity_masks() 311 cpus_per_vec = ncpus / nv->nvectors; in __irq_build_affinity_masks() 328 done += nv->nvectors; in __irq_build_affinity_masks()
|
| /OK3568_Linux_fs/kernel/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)+1)) { in bpf_basertt()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-nv/ |
| H A D | xdriver_xf86-video-nv.hash | 2 sha256 6218932db5c389878d853b11b8fbb667c321b65276f55aa6842a56fb1a30d288 xf86-video-nv-2.1.22.tar.… 3 …3e41c4dfc12f84e50d002a582ac61e2d4c377f4defdf407250ee9e8656e5ff989b3cda xf86-video-nv-2.1.22.tar.xz
|
| H A D | Config.in | 2 bool "xf86-video-nv"
|
| H A D | xdriver_xf86-video-nv.mk | 8 XDRIVER_XF86_VIDEO_NV_SOURCE = xf86-video-nv-$(XDRIVER_XF86_VIDEO_NV_VERSION).tar.xz
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/ |
| H A D | posted_intr.c | 47 if (pi_desc->nv == POSTED_INTR_WAKEUP_VECTOR || vcpu->cpu == cpu) { in vmx_vcpu_pi_load() 108 WARN(old.nv != POSTED_INTR_WAKEUP_VECTOR, in __pi_post_block() 119 new.nv = POSTED_INTR_VECTOR; in __pi_post_block() 187 new.nv = POSTED_INTR_WAKEUP_VECTOR; in pi_pre_block()
|
| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | raw3270.c | 845 struct raw3270_view *oldview, *nv; in raw3270_activate_view() local 872 list_for_each_entry(nv, &rp->view_list, list) in raw3270_activate_view() 873 if (nv != view && nv != oldview) { in raw3270_activate_view() 874 rp->view = nv; in raw3270_activate_view() 875 if (nv->fn->activate(nv) == 0) in raw3270_activate_view() 993 struct raw3270_view *nv; in raw3270_del_view() local 1005 list_for_each_entry(nv, &rp->view_list, list) { in raw3270_del_view() 1006 if (nv->fn->activate(nv) == 0) { in raw3270_del_view() 1007 rp->view = nv; in raw3270_del_view()
|
| /OK3568_Linux_fs/u-boot/drivers/misc/ |
| H A D | ds4510.c | 72 static int ds4510_see_write(uint8_t chip, uint8_t nv) in ds4510_see_write() argument 79 if (nv) /* Treat SEEPROM bits as EEPROM */ in ds4510_see_write() 239 U_BOOT_CMD_MKENT(nv, 3, 0, (void *)DS4510_CMD_NV, "", ""),
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | ptrveloc.c | 917 double res, nv; in SmoothLinearProfile() local 924 nv = (velocity - threshold) * acc * 0.5; in SmoothLinearProfile() 926 if (nv < 0) { in SmoothLinearProfile() 929 else if (nv < 2) { in SmoothLinearProfile() 930 res = CalcPenumbralGradient(nv * 0.25) * 2.0; in SmoothLinearProfile() 933 nv -= 2.0; in SmoothLinearProfile() 934 res = nv * 2.0 / M_PI /* steepness of gradient at 0.5 */ in SmoothLinearProfile()
|
| /OK3568_Linux_fs/buildroot/package/nvidia-driver/ |
| H A D | 0001-use-LDFLAGS.patch | 12 format elf64-x86-64 (.../nvidia-driver-370.23/kernel/nvidia/nv-frontend.o) 13 to format elf32-i386 (.../nvidia-driver-370.23/kernel/nvidia/nv-interface.o)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/nspr/nspr/ |
| H A D | 0002-Add-nios2-support.patch | 96 +#define _MD_ATOMIC_SET(ptr, nv) __sync_lock_test_and_set(ptr, nv)
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ddbridge/ |
| H A D | ddbridge-max.c | 247 u32 nv, ov = dev->link[port->lnr].lnb.voltages; in max_set_voltage() local 278 nv = dev->link[port->lnr].lnb.voltages; in max_set_voltage() 293 if (nv != ov) { in max_set_voltage() 294 if (nv) { in max_set_voltage()
|
| /OK3568_Linux_fs/kernel/drivers/media/tuners/ |
| H A D | it913x.c | 33 static const u8 nv[] = {48, 32, 24, 16, 12, 8, 6, 4, 2}; in it913x_init() local 72 else if (utmp < ARRAY_SIZE(nv)) in it913x_init() 73 nv_val = nv[utmp]; in it913x_init()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/contrib/ |
| H A D | pw-am.sh | 12 wget -nv http://patchwork.yoctoproject.org/patch/$patchnumber/mbox/ -O pw-am-$patchnumber.patch
|
| /OK3568_Linux_fs/kernel/arch/powerpc/perf/ |
| H A D | core-book3s.c | 892 unsigned long mask, value, nv; in power_check_constraints() local 918 nv = (value | cpuhw->avalues[i][0]) + in power_check_constraints() 921 if (((((nv + tadd) ^ value) & mask) & (~grp_mask)) != 0) in power_check_constraints() 924 if (((((nv + tadd) ^ cpuhw->avalues[i][0]) & cpuhw->amasks[i][0]) in power_check_constraints() 928 value = nv; in power_check_constraints() 954 value = mask = nv = 0; in power_check_constraints() 967 nv = (value | cpuhw->avalues[i][j]) + in power_check_constraints() 969 if ((((nv + tadd) ^ value) & mask) == 0 && in power_check_constraints() 970 (((nv + tadd) ^ cpuhw->avalues[i][j]) in power_check_constraints() 992 value = nv; in power_check_constraints()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/devices/ |
| H A D | Makefile | 10 obj-$(CONFIG_MTD_MS02NV) += ms02-nv.o
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | net_failover.c | 166 u64 nv = new[i]; in net_failover_fold_stats() local 168 s64 delta = nv - ov; in net_failover_fold_stats() 171 if (((nv | ov) >> 32) == 0) in net_failover_fold_stats() 172 delta = (s64)(s32)((u32)nv - (u32)ov); in net_failover_fold_stats()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/frame/interface/ |
| H A D | ia_css_frame_comm.h | 102 struct ia_css_frame_sp_nv_planes nv; member
|
| /OK3568_Linux_fs/external/xserver/test/scripts/ |
| H A D | build-travis-osx.sh | 12 wget -nv https://dl.bintray.com/xquartz/downloads/XQuartz-${XQUARTZ_VERSION}.dmg
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | mmu.h | 444 #define FSL_BOOKE_MAS0(tlbsel,esel,nv) \ argument 445 (MAS0_TLBSEL(tlbsel) | MAS0_ESEL(esel) | MAS0_NV(nv))
|