Home
last modified time | relevance | path

Searched refs:value (Results 31051 - 31075 of 33498) sorted by relevance

1...<<1241124212431244124512461247124812491250>>...1340

/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_mac.c821 enum hnae_media_type value; member
914 "mac%d port-rst-offset not found, use default value.\n", in hns_mac_get_info()
923 "mac%d port-mode-offset not found, use default value.\n", in hns_mac_get_info()
948 * connect with phy, the return value will be ignored. Only in hns_mac_get_info()
949 * when there is phy but can't find mdio bus, the return value in hns_mac_get_info()
964 mac_cb->media_type = media_type_defs[i].value; in hns_mac_get_info()
973 "no mc-mac-mask property, set to default value.\n"); in hns_mac_get_info()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_mr.c272 route_params.value = route_info; in mlxsw_sp_mr_route_write()
905 .value = { in mlxsw_sp_mr_table_create()
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-img-scb.c414 static void img_i2c_writel(struct img_i2c *i2c, u32 offset, u32 value) in img_i2c_writel() argument
416 writel(value, i2c->base + offset); in img_i2c_writel()
428 * Due to clock domain crossing inside the SCB block the updated value
1204 /* Setup the clock increment value */ in img_i2c_init()
1268 /* Setup TSDH value */ in img_i2c_init()
1277 /* This value is used later */ in img_i2c_init()
1280 /* Setup TPL value */ in img_i2c_init()
1286 /* Setup TPH value */ in img_i2c_init()
1292 /* Setup TSDL value to TPL + TSDH + 2 */ in img_i2c_init()
1295 /* Setup TP2S value */ in img_i2c_init()
[all...]
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dlm87.c17 * Voltages are scaled internally with ratios such that the nominal value of
18 * each voltage correspond to a register value of 192 (which means a
19 * resolution of about 0.5% of the nominal value). Temperature values are
28 * to a u8 value to be written to the channel register.
147 u8 channel; /* register value */
148 u8 config; /* original register value */
150 u8 in[8]; /* register value */
151 u8 in_max[8]; /* register value */
152 u8 in_min[8]; /* register value */
155 s8 temp[3]; /* register value */
178 lm87_write_value(struct i2c_client *client, u8 reg, u8 value) lm87_write_value() argument
[all...]
H A Dvt8231.c44 * The reset value for the input channel configuration is used (Reg 0x4A=0x07)
59 * Note that the BIOS may set the configuration register to a different value
118 * register. The temperature value returned should have a magnitude of 3,
151 u8 in[6]; /* Register value */
152 u8 in_max[6]; /* Register value */
153 u8 in_min[6]; /* Register value */
154 u16 temp[6]; /* Register value 10 bit, right aligned */
155 u8 temp_max[6]; /* Register value */
156 u8 temp_min[6]; /* Register value */
157 u8 fan[2]; /* Register value */
175 vt8231_write_value(struct vt8231_data *data, u8 reg, u8 value) vt8231_write_value() argument
[all...]
H A Dpc87427.c159 u8 bank, u8 reg, u8 value) in pc87427_write8_bank()
162 outb(value, data->address[ldi] + reg); in pc87427_write8_bank()
158 pc87427_write8_bank(struct pc87427_data *data, u8 ldi, u8 bank, u8 reg, u8 value) pc87427_write8_bank() argument
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-core.c282 * to avoid a race with coresight_enable that may try to use this value.
1415 * @value: the value the bit should have.
1421 int coresight_timeout(void __iomem *addr, u32 offset, int position, int value) in coresight_timeout() argument
1429 if (value) { in coresight_timeout()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H A Dphy_ht.c210 /* TODO: Does 5GHz band use different value (not 0x0400)? */ in b43_phy_ht_pa_override()
1103 u16 value) in b43_phy_ht_op_radio_write()
1106 b43_write16(dev, B43_MMIO_RADIO24_DATA, value); in b43_phy_ht_op_radio_write()
1102 b43_phy_ht_op_radio_write(struct b43_wldev *dev, u16 reg, u16 value) b43_phy_ht_op_radio_write() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H A Ddeclance.c296 static inline void writereg(volatile unsigned short *regptr, short value) in writereg() argument
298 *regptr = value; in writereg()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/
H A Dusb.c290 __mt76u_wr(dev, base + data->reg, data->value); in mt76u_req_wr_rp()
317 data->value = __mt76u_rr(dev, base + data->reg); in mt76u_req_rd_rp()
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/
H A Dwlan.c242 void wilc_enable_tcp_ack_filter(struct wilc_vif *vif, bool value) in wilc_enable_tcp_ack_filter() argument
244 vif->ack_filter.enabled = value; in wilc_enable_tcp_ack_filter()
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00dev.c705 * For non-HT rates the MCS value needs to contain the in rt2x00lib_rxdone_read_signal()
969 const int value) in rt2x00lib_channel()
975 entry->hw_value = value; in rt2x00lib_channel()
1428 /* Cache TX headroom value */ in rt2x00lib_probe_dev()
967 rt2x00lib_channel(struct ieee80211_channel *entry, const int channel, const int tx_power, const int value) rt2x00lib_channel() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/wiznet/
H A Dw5100.c90 #define W5100_RTR 0x0017 /* Retry Time-value Register */
128 #define W5500_RTR 0x0019 /* Retry Time-value Register */
750 static void w5100_set_msglevel(struct net_device *ndev, u32 value) in w5100_set_msglevel() argument
754 priv->msg_enable = value; in w5100_set_msglevel()
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc.h99 #define LPFC_DRVR_TIMEOUT 16 /* driver iocb timeout value in sec */
180 /* Priority bit. Set value to exceed low water mark in lpfc_mem. */
188 uint32_t status; /* vpd status value */
800 uint32_t fc_edtov; /* E_D_TOV timer value */
801 uint32_t fc_arbtov; /* ARB_TOV timer value */
802 uint32_t fc_ratov; /* R_A_TOV timer value */
803 uint32_t fc_rttov; /* R_T_TOV timer value */
804 uint32_t fc_altov; /* AL_TOV timer value */
805 uint32_t fc_crtov; /* C_R_TOV timer value */
1377 * @delay: The delay value (i
[all...]
/kernel/linux/linux-5.10/drivers/pinctrl/
H A Dpinctrl-at91-pio4.c361 int value) in atmel_gpio_direction_output()
368 value ? ATMEL_PIO_SODR : ATMEL_PIO_CODR, in atmel_gpio_direction_output()
820 * We don't care about the debounce value for several reasons: in atmel_conf_pin_config_group_set()
855 dev_warn(pctldev->dev, "drive strength not updated (incorrect value)\n"); in atmel_conf_pin_config_group_set()
905 /* ATMEL_PIO_DRVSTR_LO and 0 which is the default value at reset */ in atmel_conf_pin_config_dbg_show()
360 atmel_gpio_direction_output(struct gpio_chip *chip, unsigned offset, int value) atmel_gpio_direction_output() argument
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H A Dcpqphp_pci.c135 static int PCI_RefinedAccessConfig(struct pci_bus *bus, unsigned int devfn, u8 offset, u32 *value) in PCI_RefinedAccessConfig() argument
143 return pci_bus_read_config_dword(bus, devfn, offset, value); in PCI_RefinedAccessConfig()
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/
H A Dmain.c1054 static int wl1251_op_set_rts_threshold(struct ieee80211_hw *hw, u32 value) in wl1251_op_set_rts_threshold() argument
1065 ret = wl1251_acx_rts_threshold(wl, (u16) value); in wl1251_op_set_rts_threshold()
1515 /* FIXME: find a proper value */ in wl1251_init_ieee80211()
/kernel/linux/linux-5.10/drivers/soc/fsl/dpio/
H A Dqbman-portal.c180 u32 value) in qbman_write_register()
182 writel_relaxed(value, p->addr_cinh + offset); in qbman_write_register()
375 * Return the value in the SWP_ISR register.
396 * Return the value in the SWP_IER register.
417 * Return the value in the SWP_IIR register.
1714 /* FQID is a 24 bit value */ in qbman_fq_query_state()
179 qbman_write_register(struct qbman_swp *p, u32 offset, u32 value) qbman_write_register() argument
/kernel/linux/linux-5.10/drivers/scsi/bfa/
H A Dbfa_defs_svc.h924 u16 value; member
954 u8 bb_scn; /*!< BB_SCN value for FLOGI Exchg */
1344 u8 value[BFA_CEE_LLDP_MAX_STRING_LEN]; member
/kernel/linux/linux-5.10/drivers/tty/
H A Damiserial.c1028 static int get_lsr_info(struct serial_state *info, unsigned int __user *value) in get_lsr_info() argument
1039 if (copy_to_user(value, &result, sizeof(int))) in get_lsr_info()
1562 state->port = (int)&custom.serdatr; /* Just to give it a value */ in amiga_serial_probe()
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dip22zilog.c123 unsigned char reg, unsigned char value) in write_zsreg()
127 writeb(value, &channel->control); in write_zsreg()
122 write_zsreg(struct zilog_channel *channel, unsigned char reg, unsigned char value) write_zsreg() argument
H A Dsprd_serial.c144 int value) in serial_out()
146 writel_relaxed(value, port->membase + offset); in serial_out()
143 serial_out(struct uart_port *port, unsigned int offset, int value) serial_out() argument
/kernel/linux/linux-5.10/drivers/staging/rtl8712/
H A Drtl8712_recv.c656 static u8 evm_db2percentage(s8 value) in evm_db2percentage() argument
661 s8 ret_val = clamp(-value, 0, 33) * 3; in evm_db2percentage()
730 /* Modify the RF RNA gain value to -40, -20, in query_rx_phy_status()
/kernel/linux/linux-5.10/include/linux/
H A Dphy.h159 * @interface: enum phy_interface_t value
457 * @devices_in_package: IEEE 802.3 devices in package register value.
516 * @interface: enum phy_interface_t value
818 * device. val is the value to be written.
865 /** @get_tunable: Return the value of a tunable */
868 /** @set_tunable: Set the value of a tunable */
902 * combination to a particular SUPPORTED and ADVERTISED value
975 * @val: value to write to @regnum
990 * @val: value to write to @regnum
1008 * new register value
1431 phy_device_reset(struct phy_device *phydev, int value) phy_device_reset() argument
[all...]
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dda9055.c314 /* ADC and DAC high pass filter cutoff value */
325 /* ADC and DAC voice mode (8kHz) high pass cutoff value */
336 /* Gain ramping rate value */
345 /* DAC noise gate setup time value */
354 /* DAC noise gate rampup rate value */
363 /* DAC noise gate rampdown rate value */
372 /* DAC soft mute rate value */
484 if (ucontrol->value.integer.value[0]) { in da9055_put_alc_sw()
1129 * 12.288MHz and uses sample rate value t in da9055_hw_params()
[all...]

Completed in 63 milliseconds

1...<<1241124212431244124512461247124812491250>>...1340