| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ |
| H A D | trivial-devices.yaml | 191 # Microchip 7-bit Single I2C Digital Potentiometer with NV Memory (5k) 193 # Microchip 7-bit Single I2C Digital Potentiometer with NV Memory (10k) 195 # Microchip 7-bit Single I2C Digital Potentiometer with NV Memory (50k) 197 # Microchip 7-bit Single I2C Digital Potentiometer with NV Memory (100k) 199 # Microchip 7-bit Single I2C Digital Potentiometer with NV Memory (5k) 201 # Microchip 7-bit Single I2C Digital Potentiometer with NV Memory (10k) 203 # Microchip 7-bit Single I2C Digital Potentiometer with NV Memory (50k) 205 # Microchip 7-bit Single I2C Digital Potentiometer with NV Memory (100k) 223 # Microchip 8-bit Single I2C Digital Potentiometer with NV Memory (5k) 225 # Microchip 8-bit Single I2C Digital Potentiometer with NV Memory (10k) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | psp_gfx_if.h | 202 GFX_FW_TYPE_TOC = 24, /* TOC NV-10 */ 203 GFX_FW_TYPE_RLC_P = 25, /* RLC P NV */ 204 GFX_FW_TYPE_RLC_IRAM = 26, /* RLC_IRAM NV */ 205 GFX_FW_TYPE_GLOBAL_TAP_DELAYS = 27, /* GLOBAL TAP DELAYS NV */ 206 GFX_FW_TYPE_SE0_TAP_DELAYS = 28, /* SE0 TAP DELAYS NV */ 207 GFX_FW_TYPE_SE1_TAP_DELAYS = 29, /* SE1 TAP DELAYS NV */ 208 GFX_FW_TYPE_GLOBAL_SE0_SE1_SKEW_DELAYS = 30, /* GLOBAL SE0/1 SKEW DELAYS NV */ 209 GFX_FW_TYPE_SDMA0_JT = 31, /* SDMA0 JT NV */ 210 GFX_FW_TYPE_SDMA1_JT = 32, /* SDNA1 JT NV */ 211 GFX_FW_TYPE_CP_MES = 33, /* CP MES NV */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mtd/devices/ |
| H A D | ms02-nv.h | 5 * DEC MS02-NV (54-20948-01) battery backed-up NVRAM module for 36 * operating system, a magic ID to distinguish a MS02-NV board from 42 * The firmware only handles the MS02-NV board if installed in the 47 * The MS02-NV board is ECC-protected, like other MS02 memory boards. 59 /* MS02-NV iomem register offsets. */ 62 /* MS02-NV CSR status bits. */ 67 /* MS02-NV memory offsets. */ 69 #define MS02NV_MAGIC 0x0003fc /* MS02-NV magic ID */ 73 /* MS02-NV diagnostic status bits. */ 81 /* MS02-NV general constants. */ [all …]
|
| H A D | ms02-nv.c | 22 #include "ms02-nv.h" 26 "ms02-nv.c: v.1.0.0 13 Aug 2001 Maciej W. Rozycki.\n"; 29 MODULE_DESCRIPTION("DEC MS02-NV NVRAM module driver"); 34 * Addresses we probe for an MS02-NV at. Modules may be located 45 static const char ms02nv_name[] = "DEC MS02-NV NVRAM"; 213 "ms02-nv: Unable to register MTD device, aborting!\n"); in ms02nv_init_one()
|
| /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/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 …]
|
| /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/net/ipv4/ |
| H A D | tcp_nv.c | 3 * TCP NV: TCP with Congestion Avoidance 5 * TCP-NV is a successor of TCP-Vegas that has been developed to 7 * Like TCP-Vegas, TCP-NV supports true congestion avoidance, 9 * When congestion (queue buildup) starts to occur, TCP-NV 14 * NV is only recommeneded for traffic within a data center, and when 15 * all the flows are NV (at least those within the data center). This 20 * Note: High NIC coalescence values may lower the performance of NV 34 /* TCP NV parameters 79 MODULE_PARM_DESC(nv_min_cwnd, "NV will not decrease cwnd below this value" 82 /* TCP NV Parameters */ [all …]
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | tcp_basertt_kern.c | 7 * BPF program to set base_rtt to 80us when host is running TCP-NV and 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/arch/x86/kvm/vmx/ |
| H A D | posted_intr.c | 41 * If the 'nv' field is POSTED_INTR_WAKEUP_VECTOR, do not change in vmx_vcpu_pi_load() 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() 118 /* set 'NV' to 'notification vector' */ in __pi_post_block() 119 new.nv = POSTED_INTR_VECTOR; in __pi_post_block() 138 * 'NV' <-- POSTED_INTR_WAKEUP_VECTOR 186 /* set 'NV' to 'wakeup vector' */ in pi_pre_block() 187 new.nv = POSTED_INTR_WAKEUP_VECTOR; in pi_pre_block()
|
| /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/drivers/iio/potentiometer/ |
| H A D | max5487.c | 17 /* copy both wiper regs to NV regs */ 19 /* copy both NV regs to wiper regs */ 107 /* restore both wiper regs from NV regs */ in max5487_spi_probe() 121 /* save both wiper regs to NV regs */ in max5487_spi_remove()
|
| H A D | max5481.c | 19 /* copy wiper reg to NV reg */ 21 /* copy NV reg to wiper reg */ 156 /* restore wiper from NV */ in max5481_probe() 171 /* save wiper reg to NV reg */ in max5481_remove()
|
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | nv_tco.c | 3 * nv_tco 0.01: TCO timer driver for NV chipsets 12 * TCO timer driver for NV chipsets 333 if (!request_region(tcobase, 0x10, "NV TCO")) { in nv_tco_getdevice() 349 if (!request_region(MCP51_SMI_EN(tcobase), 4, "NV TCO")) { in nv_tco_getdevice() 483 pr_info("NV TCO WatchDog Timer Driver v%s\n", TCO_VERSION); in nv_tco_init_module() 507 pr_info("NV TCO Watchdog Module Unloaded\n"); in nv_tco_cleanup_module() 514 MODULE_DESCRIPTION("TCO timer driver for NV chipsets");
|
| /OK3568_Linux_fs/u-boot/drivers/misc/ |
| H A D | ds4510.c | 69 * nv = 0 - Writes to SEEPROM registers behave like EEPROM 70 * nv = 1 - Writes to SEEPROM registers behave like SRAM 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, "", ""), 365 "ds4510 nv 0|1\n"
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | opcodes.c | 15 * index into the table is test code: EQ, NE, ... LT, GT, AL, NV 35 0 /* NV */ 42 * ARM_OPCODE_CONDTEST_UNCOND - if NV condition, or separate unconditional
|
| /OK3568_Linux_fs/kernel/include/linux/rtc/ |
| H A D | ds1685.h | 8 * include larger, battery-backed NV-SRAM, burst-mode access, and an RTC 201 * access to the extended NV-SRAM by automatically incrementing the address 254 * DS1685/DS1687 - Extended NV-SRAM address (LSB only). 256 * DS17x85/DS17x87 - Extended NV-SRAM addresses (MSB & LSB) & Write counter. 259 #define RTC_BANK1_RAM_ADDR 0x50 /* NV-SRAM Addr */ 269 #define RTC_BANK1_RAM_ADDR_LSB 0x50 /* NV-SRAM Addr (LSB) */ 270 #define RTC_BANK1_RAM_ADDR_MSB 0x51 /* NV-SRAM Addr (MSB) */ 336 * Extended, battery-backed NV-SRAM:
|
| /OK3568_Linux_fs/kernel/drivers/soc/qcom/ |
| H A D | wcnss_ctrl.c | 31 * @probe_work: worker for uploading nv binary 191 * wcnss_download_nv() - send nv binary to WCNSS 211 dev_err(wcnss->dev, "Failed to load nv file %s: %d\n", in wcnss_download_nv() 250 dev_err(wcnss->dev, "timeout waiting for nv upload ack\n"); in wcnss_download_nv() 298 /* Wait for pending cold boot completion if indicated by the nv downloader */ in wcnss_async_probe()
|
| /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 | xdriver_xf86-video-nv.mk | 3 # xdriver_xf86-video-nv 8 XDRIVER_XF86_VIDEO_NV_SOURCE = xf86-video-nv-$(XDRIVER_XF86_VIDEO_NV_VERSION).tar.xz
|
| /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/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/kernel/drivers/staging/comedi/drivers/ |
| H A D | mpc624.c | 37 * 6 55Hz 510nV 23.4 38 * 7 27.5Hz 375nV 24 39 * 8 13.75Hz 250nV 24.4 40 * 9 6.875Hz 200nV 24.6
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | kirkwood-netgear_readynas_nv+_v2.dts | 3 * Device Tree file for NETGEAR ReadyNAS NV+ v2 14 model = "NETGEAR ReadyNAS NV+ v2"; 15 …compatible = "netgear,readynas-nv+-v2", "netgear,readynas", "marvell,kirkwood-88f6282", "marvell,k…
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvkm/core/ |
| H A D | firmware.h | 24 snprintf(_option, sizeof(_option), "Nv%sFw", _opts); \ 35 snprintf(_option, sizeof(_option), "Nv%sFwVer", _opts); \
|