Home
last modified time | relevance | path

Searched refs:wval (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dam53c974.c311 u16 wval = 0; in dc390_eeprom_get_data() local
315 wval <<= 1; in dc390_eeprom_get_data()
324 wval |= 1; in dc390_eeprom_get_data()
327 return wval; in dc390_eeprom_get_data()
351 u16 *ptr = (u16 *)EEbuf, wval = 0; in dc390_check_eeprom() local
357 wval += *ptr; in dc390_check_eeprom()
360 if (wval != 0x1234) { in dc390_check_eeprom()
H A Dncr53c8xx.c1217 /*0*/ u_char wval; member
1228 /*3*/ u_char wval; member
4326 cp->phys.select.sel_scntl3 = tp->wval; in ncr_queue_command()
5179 tp->wval = np->rv_scntl3; in ncr_init()
5334 OUTB (nc_scntl3, tp->wval); in ncr_set_sync_wide_status()
5335 np->wide_st = tp->wval; in ncr_set_sync_wide_status()
5343 cp->phys.select.sel_scntl3 = tp->wval; in ncr_set_sync_wide_status()
5382 if (tp->sval == sxfer && tp->wval == scntl3) in ncr_setsync()
5385 tp->wval = scntl3; in ncr_setsync()
5433 tp->wval = scntl3; in ncr_setwide()
[all …]
H A Dadvansys.c8702 ushort wval; in AscGetEEPConfig() local
8731 *wbuf = le16_to_cpu(wval); in AscGetEEPConfig()
8734 *wbuf = wval; in AscGetEEPConfig()
9823 ushort wval, chksum; in AdvGet3550EEPConfig() local
9837 *wbuf = le16_to_cpu(wval); in AdvGet3550EEPConfig()
9839 *wbuf = wval; in AdvGet3550EEPConfig()
9866 ushort wval, chksum; in AdvGet38C0800EEPConfig() local
9880 *wbuf = le16_to_cpu(wval); in AdvGet38C0800EEPConfig()
9882 *wbuf = wval; in AdvGet38C0800EEPConfig()
9909 ushort wval, chksum; in AdvGet38C1600EEPConfig() local
[all …]
H A Ddc395x.c3419 u16 wval; in set_basic_config() local
3435 wval = DC395x_read16(acb, TRM_S1040_GEN_CONTROL) & 0x7F; in set_basic_config()
3436 DC395x_write16(acb, TRM_S1040_GEN_CONTROL, wval); in set_basic_config()
3438 wval = DC395x_read16(acb, TRM_S1040_DMA_CONFIG) & ~DMA_FIFO_CTRL; in set_basic_config()
3439 wval |= in set_basic_config()
3441 DC395x_write16(acb, TRM_S1040_DMA_CONFIG, wval); in set_basic_config()
/openbmc/linux/drivers/power/supply/
H A Dqcom_smbb.c260 unsigned int wval; in smbb_charger_attr_write() local
274 chg->addr + prop->safe_reg, &wval); in smbb_charger_attr_write()
282 wval = prop->hw_fn(wval); in smbb_charger_attr_write()
284 if (val > wval) { in smbb_charger_attr_write()
287 prop->name, wval); in smbb_charger_attr_write()
288 val = wval; in smbb_charger_attr_write()
292 wval = smbb_hw_lookup(val, prop->hw_fn); in smbb_charger_attr_write()
294 rc = regmap_write(chg->regmap, chg->addr + prop->reg, wval); in smbb_charger_attr_write()
299 out = prop->hw_fn(wval); in smbb_charger_attr_write()
/openbmc/linux/drivers/media/tuners/
H A Dmc44s803.c44 u32 wval; in mc44s803_readreg() local
52 wval = MC44S803_REG_SM(MC44S803_REG_DATAREG, MC44S803_ADDR) | in mc44s803_readreg()
55 ret = mc44s803_writereg(priv, wval); in mc44s803_readreg()
/openbmc/linux/include/linux/
H A Domap-gpmc.h80 extern int gpmc_configure(int cmd, int wval);
/openbmc/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1881 tp->head.wval = np->rv_scntl3;
1935 u_char sval, wval, uval; local
1941 wval = tp->head.wval;
1960 wval = (wval & ~0x70) | ((div+1) << 4);
1973 wval = wval & ~EWS;
1975 wval |= EWS;
1987 wval = wval & ~ULTRA;
1988 if (per <= 12) wval |= ULTRA;
1995 tp->head.wval == wval &&
1999 tp->head.wval = wval;
[all …]
H A Dsym_hipd.h373 /*3*/ u_char wval; /* -> SCNTL3 io register */ member
H A Dsym_glue.c262 if ((len & 1) && (tp->head.wval & EWS)) { in sym_scatter()
839 tp->head.wval = np->rv_scntl3; in sym53c8xx_slave_destroy()
H A Dsym_fw1.h935 HADDR_1 (tcb_head.wval),
H A Dsym_fw2.h879 offsetof(struct sym_tcb, head.wval),
/openbmc/linux/sound/pci/ali5451/
H A Dali5451.c631 u16 wval; in snd_ali_detect_spdif_rate() local
667 wval = inw(ALI_REG(codec, ALI_SPDIF_CTRL + 2)); in snd_ali_detect_spdif_rate()
668 wval &= 0xe0f0; in snd_ali_detect_spdif_rate()
669 wval |= (0x09 << 8) | 0x05; in snd_ali_detect_spdif_rate()
670 outw(wval, ALI_REG(codec, ALI_SPDIF_CTRL + 2)); in snd_ali_detect_spdif_rate()
675 wval = inw(ALI_REG(codec, ALI_SPDIF_CTRL + 2)); in snd_ali_detect_spdif_rate()
676 wval &= 0xe0f0; in snd_ali_detect_spdif_rate()
677 wval |= (0x0e << 8) | 0x08; in snd_ali_detect_spdif_rate()
678 outw(wval, ALI_REG(codec, ALI_SPDIF_CTRL + 2)); in snd_ali_detect_spdif_rate()
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_iscsi.c277 u16 wval; in qed_sp_iscsi_conn_offload() local
392 wval = p_conn->da_timeout_value; in qed_sp_iscsi_conn_offload()
393 p_tcp->da_timeout_value = cpu_to_le16(wval); in qed_sp_iscsi_conn_offload()
435 wval = p_conn->syn_ip_payload_length; in qed_sp_iscsi_conn_offload()
436 p_tcp2->syn_ip_payload_length = cpu_to_le16(wval); in qed_sp_iscsi_conn_offload()
/openbmc/linux/arch/powerpc/include/asm/
H A Dkvm_ppc.h247 u32 wval; member
412 case 4: __u.wval = (reg); break; \
423 case 4: __v = (val).wval; break; \
/openbmc/linux/drivers/base/regmap/
H A Dregmap.c2346 void *wval; in regmap_bulk_write() local
2348 wval = kmemdup(val, val_count * val_bytes, map->alloc_flags); in regmap_bulk_write()
2349 if (!wval) in regmap_bulk_write()
2353 map->format.parse_inplace(wval + i); in regmap_bulk_write()
2355 ret = regmap_raw_write(map, reg, wval, val_bytes * val_count); in regmap_bulk_write()
2357 kfree(wval); in regmap_bulk_write()
/openbmc/linux/arch/mips/math-emu/
H A Dcp1emu.c981 u32 wval; in cop1Emulate() local
1093 if (__get_user(wval, wva)) { in cop1Emulate()
1098 SITOREG(wval, MIPSInst_RT(ir)); in cop1Emulate()
1105 SIFROMREG(wval, MIPSInst_RT(ir)); in cop1Emulate()
1111 if (__put_user(wval, wva)) { in cop1Emulate()
/openbmc/linux/drivers/usb/serial/
H A Dmos7840.c370 static void mos7840_set_led_async(struct moschip_port *mcs, __u16 wval, in mos7840_set_led_async() argument
378 dr->wValue = cpu_to_le16(wval); in mos7840_set_led_async()
/openbmc/linux/drivers/memory/
H A Domap-gpmc.c1108 int gpmc_configure(int cmd, int wval) in gpmc_configure() argument
1115 if (wval) in gpmc_configure()
/openbmc/linux/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c2657 u_short wval; in hfcmulti_interrupt() local
2681 wval = readw(plx_acc); in hfcmulti_interrupt()
2683 if (!(wval & PLX_INTCSR_LINTI1_STATUS)) in hfcmulti_interrupt()