/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_priv.h | 59 * BITS[45:0] - MMAP offset value 712 * value reflects CU usage by all of the waves launched by this process 714 * that its value is a snapshot of current use. 899 void write_kernel_doorbell(void __iomem *db, u32 value); 900 void write_kernel_doorbell64(void __iomem *db, u64 value);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dsc/ |
H A D | dc_dsc.c | 242 * It also implicitly validates some sink caps against invalid value of zero. 309 static inline uint32_t dsc_div_by_10_round_up(uint32_t value) in dsc_div_by_10_round_up() argument 311 return (value + 9) / 10; in dsc_div_by_10_round_up()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/8390/ |
H A D | ne2k-pci.c | 319 struct {unsigned char value, offset; } program_seq[] = { in ne2k_pci_init_one() member 342 outb(program_seq[i].value, in ne2k_pci_init_one()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgb/ |
H A D | ixgb_hw.h | 750 void ixgb_write_vfta(struct ixgb_hw *hw, u32 offset, u32 value); 764 u16 * value);
|
H A D | ixgb_hw.c | 56 IXGB_CTRL0_SDP3 | /* Initial value 1101 */ in ixgb_mac_reset() 450 pr_debug("Hash value = 0x%03X\n", hash_value); in ixgb_mc_addr_list_update() 468 * The hash value 513 * Sets the bit in the multicast table corresponding to the hash value. 516 * hash_value - Multicast address hash value 529 * back the new value. The register is determined by the in ixgb_mta_set() 530 * upper 7 bits of the hash value and the bit within that in ixgb_mta_set() 531 * register are determined by the lower 5 bits of the value. in ixgb_mta_set() 576 * Writes a value to the specified offset in the VLAN filter table. 580 * value 583 ixgb_write_vfta(struct ixgb_hw *hw, u32 offset, u32 value) ixgb_write_vfta() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/ |
H A D | enic_ethtool.c | 294 static void enic_set_msglevel(struct net_device *netdev, u32 value) in enic_set_msglevel() argument 297 enic->msg_enable = value; in enic_set_msglevel() 334 netdev_info(enic->netdev, "ethtool_set_coalesce: adaptor supports max coalesce value of %d. Setting max value.\n", in enic_coalesce_valid()
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | inst.h | 360 LOONGARCH_GPR_A0 = 4, /* Reused as V0 for return value */ 361 LOONGARCH_GPR_A1, /* Reused as V1 for return value */ 740 unsigned long unaligned_read(void __user *addr, void *value, unsigned long n, bool sign); 741 unsigned long unaligned_write(void __user *addr, unsigned long value, unsigned long n);
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | cache-v7.S | 53 moveq r1, #1 @ r1 needs value > 0 even if only 1 way 111 moveq r3, #1 << 1 @ fix LoUIS value
|
/kernel/linux/linux-6.6/arch/powerpc/sysdev/ |
H A D | ipic.c | 511 static inline void ipic_write(volatile u32 __iomem *base, unsigned int reg, u32 value) in ipic_write() argument 513 out_be32(base + (reg >> 2), value); in ipic_write()
|
/kernel/linux/linux-6.6/arch/powerpc/perf/ |
H A D | hv-gpci.c | 113 /* Counter request value to retrieve system information */ 147 * ret value as 'H_PARAMETER' corresponds to 'GEN_BUF_TOO_SMALL', in systeminfo_gpci_request() 150 * hcall fails incase of ret value other than H_SUCCESS or H_PARAMETER. in systeminfo_gpci_request() 152 * ret value as H_AUTHORITY implies that partition is not permitted to retrieve in systeminfo_gpci_request() 160 * hcall can fail with other possible ret value like H_PRIVILEGE/H_HARDWARE in systeminfo_gpci_request() 203 * Pass the counter request value 0xD0 corresponds to request in processor_bus_topology_show() 206 * starting_index value implies the starting hardware in processor_bus_topology_show() 219 * ret value as 'H_PARAMETER' corresponds to 'GEN_BUF_TOO_SMALL', which in processor_bus_topology_show() 232 * Since the starting index value is part of counter_value in processor_bus_topology_show() 233 * buffer elements, use the starting index value i in processor_bus_topology_show() 679 single_gpci_request(u32 req, u32 starting_index, u16 secondary_index, u8 version_in, u32 offset, u8 length, u64 *value) single_gpci_request() argument [all...] |
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-prodikeys.c | 93 MODULE_PARM_DESC(index, "Index value for the PC-MIDI virtual audio driver"); 300 report->field[0]->value[0] = 0x01; in pcmidi_submit_output_report() 301 report->field[0]->value[1] = state; in pcmidi_submit_output_report()
|
H A D | hid-rmi.c | 363 * the report with a sentinel value "ff". Synaptics told us that such in rmi_check_sanity() 399 struct hid_usage *usage, __s32 value) in rmi_event() 411 && !value) in rmi_event() 398 rmi_event(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage, __s32 value) rmi_event() argument
|
/kernel/linux/linux-5.10/drivers/hid/intel-ish-hid/ |
H A D | ishtp-fw-loader.c | 123 u32 value; member 178 * received data exceeds this value, we log an 487 /* On success, the return value is the received buffer size */ in ish_query_loader_prop() 508 fw_info->ldr_version.value); in ish_query_loader_prop() 1058 MODULE_PARM_DESC(dma_buf_size_limit, "Limit the DMA buf size to this value in bytes");
|
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | elan_i2c_i2c.c | 232 bool max_baseline, u8 *value) in elan_i2c_get_baseline_data() 244 *value = le16_to_cpup((__le16 *)val); in elan_i2c_get_baseline_data() 231 elan_i2c_get_baseline_data(struct i2c_client *client, bool max_baseline, u8 *value) elan_i2c_get_baseline_data() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/panfrost/ |
H A D | panfrost_drv.c | 36 param->value = pfdev->features.member; \ in panfrost_ioctl_get_param() 41 param->value = pfdev->features.member[param->param - \ in panfrost_ioctl_get_param()
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | saa7127.c | 122 unsigned char value; member 330 saa7127_write(sd, regs->reg, regs->value); in saa7127_write_inittab()
|
/kernel/linux/linux-5.10/drivers/media/pci/solo6x10/ |
H A D | solo6x10-regs.h | 619 #define SOLO_AUDIO_EVOL(ch, value) ((value)<<((ch)%10))
|
/kernel/linux/linux-5.10/drivers/net/ethernet/moxa/ |
H A D | moxart_ether.c | 43 unsigned int reg, unsigned long value) in moxart_emac_write() 47 writel(value, priv->base + reg); in moxart_emac_write() 42 moxart_emac_write(struct net_device *ndev, unsigned int reg, unsigned long value) moxart_emac_write() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
H A D | falcon_boards.c | 70 u8 value = *reg_values++; in ef4_poke_lm87() local 71 int rc = i2c_smbus_write_byte_data(client, reg, value); in ef4_poke_lm87()
|
/kernel/linux/linux-5.10/drivers/i2c/ |
H A D | i2c-core-acpi.c | 410 static int i2c_acpi_notify(struct notifier_block *nb, unsigned long value, in i2c_acpi_notify() argument 419 switch (value) { in i2c_acpi_notify()
|
/kernel/linux/linux-5.10/drivers/iio/light/ |
H A D | tsl2563.c | 56 #define TSL2563_REG_DATA0LOW 0x0c /* broadband sensor value, 2 bytes */ 58 #define TSL2563_REG_DATA1LOW 0x0e /* infrared sensor value, 2 bytes */ 138 * Return value is 0 for off, 1 for on, or a negative error 225 * "Normalized" ADC value is one obtained with 400ms of integration time and 252 /* Convert a HW ADC value to normalized scale. */ 357 static inline u32 tsl2563_calib_from_sysfs(int value) in tsl2563_calib_from_sysfs() argument 359 return (((u32) value) << CALIB_FRAC_BITS) / CALIB_BASE_SYSFS; in tsl2563_calib_from_sysfs()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | lm80.c | 123 u8 in[i_num_in][7]; /* Register value, 1st index is enum in_index */ 124 u8 fan[f_num_fan][2]; /* Register value, 1st index enum fan_index */ 135 static int lm80_write_value(struct i2c_client *client, u8 reg, u8 value) in lm80_write_value() argument 137 return i2c_smbus_write_byte_data(client, reg, value); in lm80_write_value() 337 * Note: we save and restore the fan minimum here, because its value is 377 "fan_div value %ld not supported. Choose one of 1, 2, 4 or 8!\n", in fan_div_store()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/ |
H A D | hermes.c | 527 u16 length, const void *value) in hermes_write_ltv() 545 hermes_write_bytes(hw, dreg, value, count << 1); in hermes_write_ltv() 526 hermes_write_ltv(struct hermes *hw, int bap, u16 rid, u16 length, const void *value) hermes_write_ltv() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/wiznet/ |
H A D | w5300.c | 308 static void w5300_set_msglevel(struct net_device *ndev, u32 value) in w5300_set_msglevel() argument 312 priv->msg_enable = value; in w5300_set_msglevel()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | ahb.c | 142 static inline void ath11k_ahb_write32(struct ath11k_base *ab, u32 offset, u32 value) in ath11k_ahb_write32() argument 144 iowrite32(value, ab->mem + offset); in ath11k_ahb_write32()
|