/kernel/linux/linux-5.10/arch/x86/events/intel/ |
H A D | core.c | 1954 * During consecutive calls, the same disable value will be written to related 2318 * may be reduced from 1 to 0. If so, the bad_spec event value in __icl_update_topdown_event() 2319 * will be 0 which is definitely less than the last value. in __icl_update_topdown_event() 2985 /* lock in msr value */ in __intel_shared_reg_get_constraints() 3428 * CNTMASK instructions. By setting CNTMASK to a value (16) in intel_pebs_aliases_core2() 3456 * CNTMASK micro-ops. By setting CNTMASK to a value (16) in intel_pebs_aliases_snb() 3929 * the two to enforce a minimum period of 128 (the smallest value that has bits 4206 static int intel_pmu_check_period(struct perf_event *event, u64 value) in intel_pmu_check_period() argument 4208 return intel_pmu_has_bts_period(event, value) ? -EINVAL : 0; in intel_pmu_check_period() 4387 * a pebs_event_reset[0] value an in intel_clovertown_quirk() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/ |
H A D | sky2.c | 1914 le->length = 0; /* initial checksum value */ in sky2_xmit_frame() 3771 static void sky2_set_msglevel(struct net_device *netdev, u32 value) in sky2_set_msglevel() argument 3774 sky2->msg_enable = value; in sky2_set_msglevel() 4805 /* if the address is invalid, use a random value */ in sky2_init_netdev()
|
H A D | skge.c | 535 static void skge_set_msglevel(struct net_device *netdev, u32 value) in skge_set_msglevel() argument 538 skge->msg_enable = value; in skge_set_msglevel() 1816 /* remember this value is defined in big endian (!) */ in genesis_link_up()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_main.c | 1346 * Returns 0 on success, negative value on failure 2560 * e1000_update_itr - update the dynamic ITR value based on statistics 2566 * Stores a new ITR value based on packets and byte 3516 * @new_mtu: new value for maximum frame size 4125 * the return value indicates whether actual cleaning was done, there 4873 void e1000_io_write(struct e1000_hw *hw, unsigned long port, u32 value) in e1000_io_write() argument 4875 outl(value, port); in e1000_io_write()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | phy_lp.c | 1988 static void b43_lpphy_op_radio_write(struct b43_wldev *dev, u16 reg, u16 value) in b43_lpphy_op_radio_write() argument 1994 b43_write16(dev, B43_MMIO_RADIO_DATA_LOW, value); in b43_lpphy_op_radio_write()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | mcu.c | 2963 __le32 value; in mt7615_mcu_set_test_param() member 2969 .value = cpu_to_le32(val), in mt7615_mcu_set_test_param()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mac80211.c | 3301 static int iwl_mvm_mac_set_rts_threshold(struct ieee80211_hw *hw, u32 value) in iwl_mvm_mac_set_rts_threshold() argument 3305 mvm->rts_threshold = value; in iwl_mvm_mac_set_rts_threshold() 5045 /* firmware only reports a value after RXing a few beacons */ in iwl_mvm_mac_sta_statistics()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
H A D | cassini.c | 177 static int cassini_debug = -1; /* -1 == use CAS_DEF_MSG_ENABLE as value */ 185 MODULE_PARM_DESC(cassini_debug, "Cassini bitmapped debugging message enable value"); 203 * value in 'ticks' (units used by jiffies). Set when we init the 4587 * print the value reported in parentheses after the in cas_get_link_ksettings() 4671 static void cas_set_msglevel(struct net_device *dev, u32 value) in cas_set_msglevel() argument 4674 cp->msg_enable = value; in cas_set_msglevel() 4990 /* A value of 0 indicates we never explicitly set it */ in cas_init_one()
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | hub.c | 585 void *data, u16 value, u16 length) in get_port_status() 592 USB_REQ_GET_STATUS, USB_DIR_IN | USB_RT_PORT, value, in get_port_status() 1059 * value as an offset into the route string to locate the bits in hub_activate() 1444 * The resulting value will be used for SetIsochDelay() request. in hub_configure() 1819 * appropriate value to avoid the subtle problem if someone in hub_probe() 2039 * @new_state: new state value to be stored 2527 * value. 3999 * value that will fit in the SET SEL control transfer. in usb_req_set_sel() 4017 * but the other link state has a too high SEL or PEL value, in usb_req_set_sel() 4136 "which is a reserved value in usb_set_lpm_timeout() 584 get_port_status(struct usb_device *hdev, int port1, void *data, u16 value, u16 length) get_port_status() argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ |
H A D | r8192U_core.c | 2072 /* init priv variables here. only non_zero value should be initialized here. */ 2736 /* TODO: (it value is only for FPGA version). need to be changed!! */ in rtl8192_adapter_start() 3740 /* We can not declare RSSI/EVM total value of sliding window to 3742 * value will be kept in memory or disk. Declare the value in the adaptor 3954 static u8 rtl819x_evm_dbtopercentage(s8 value) in rtl819x_evm_dbtopercentage() argument 3956 s8 ret_val = clamp(-value, 0, 33) * 3; in rtl819x_evm_dbtopercentage() 4146 /* Get Rx snr value in DB */ in rtl8192_query_rxphystatus() 4186 * shifting operation which may change a negative value in rtl8192_query_rxphystatus() 4187 * to positive one, then the dbm value (whic in rtl8192_query_rxphystatus() [all...] |
/kernel/linux/linux-5.10/drivers/tty/serial/8250/ |
H A D | 8250_pci.c | 239 if (oldval == 0x00001000L) { /* RESET value */ in pci_inteli960ni_init() 1583 static void f815xxa_mem_serial_out(struct uart_port *p, int offset, int value) in f815xxa_mem_serial_out() argument 1589 writeb(value, p->membase + offset); in f815xxa_mem_serial_out() 1688 * setting IER register inadvertently to 0, if the value read in kt_serial_in() 1689 * is 0, double check with ier value in uart_8250_port and use in kt_serial_in() 1690 * that instead. up->ier should be the same value as what is in kt_serial_in() 2780 * value, which is encoded in the pci_device_id PCI probe table's
|
/kernel/linux/linux-5.10/mm/ |
H A D | hugetlb.c | 56 * Minimum page order among possible hugepage sizes, set to a proper value 153 * global pools must be adjusted (upward). The returned value may 154 * only be different than the passed value (delta) in the case where 199 * The return value may only be different than the passed value (delta) 505 * regions_needed is the out value provided by a previous call to region_chg. 574 * resv->adds_in_progress. This value needs to be provided to a follow up call 611 * is the value returned by the region_chg call, it is used to decrement 634 * In the normal case, the return value is zero or more. In the 870 unsigned long value) in set_vma_private_data() 869 set_vma_private_data(struct vm_area_struct *vma, unsigned long value) set_vma_private_data() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_lrc.c | 355 * value from the context image itself, which is saved/restored earlier in intel_context_get_runtime() 448 * we have to flip the index value to become priority. in queue_prio() 469 * We record the highest value priority we saw during rescheduling in need_preempt() 3693 * values are only initialized once so we cannot take register value at the 3694 * beginning and reuse it further; hence we save its value to memory, upload a 3695 * constant value with bit21 set and then we restore it back with the saved value. 3696 * To simplify the WA, a constant value is formed by using the default value 3699 * use additional instructions that read the actual value o 3783 u32 value; global() member [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_main.c | 1346 * Returns 0 on success, negative value on failure 2561 * e1000_update_itr - update the dynamic ITR value based on statistics 2567 * Stores a new ITR value based on packets and byte 3516 * @new_mtu: new value for maximum frame size 4126 * the return value indicates whether actual cleaning was done, there 4871 void e1000_io_write(struct e1000_hw *hw, unsigned long port, u32 value) in e1000_io_write() argument 4873 outl(value, port); in e1000_io_write()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ |
H A D | r8192U_core.c | 1896 /* init priv variables here. only non_zero value should be initialized here. */ 2552 /* TODO: (it value is only for FPGA version). need to be changed!! */ in rtl8192_adapter_start() 3553 /* We can not declare RSSI/EVM total value of sliding window to 3555 * value will be kept in memory or disk. Declare the value in the adaptor 3767 static u8 rtl819x_evm_dbtopercentage(s8 value) in rtl819x_evm_dbtopercentage() argument 3769 s8 ret_val = clamp(-value, 0, 33) * 3; in rtl819x_evm_dbtopercentage() 3959 /* Get Rx snr value in DB */ in rtl8192_query_rxphystatus() 3999 * shifting operation which may change a negative value in rtl8192_query_rxphystatus() 4000 * to positive one, then the dbm value (whic in rtl8192_query_rxphystatus() [all...] |
/kernel/linux/linux-6.6/drivers/tty/serial/8250/ |
H A D | 8250_pci.c | 222 if (oldval == 0x00001000L) { /* RESET value */ in pci_inteli960ni_init() 1054 * by 8. The table is sorted by the decreasing value of the oversampling 1055 * rate and ties are resolved by sorting by the decreasing value of the 1065 * 4-bit value of the oversampling rate and the 9-bit value of the clock 1666 static void f815xxa_mem_serial_out(struct uart_port *p, int offset, int value) in f815xxa_mem_serial_out() argument 1672 writeb(value, p->membase + offset); in f815xxa_mem_serial_out() 1771 * setting IER register inadvertently to 0, if the value read in kt_serial_in() 1772 * is 0, double check with ier value in uart_8250_port and use in kt_serial_in() 1773 * that instead. up->ier should be the same value a in kt_serial_in() [all...] |
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | hub.c | 592 void *data, u16 value, u16 length) in get_port_status() 599 USB_REQ_GET_STATUS, USB_DIR_IN | USB_RT_PORT, value, in get_port_status() 1066 * value as an offset into the route string to locate the bits in hub_activate() 1451 * The resulting value will be used for SetIsochDelay() request. in hub_configure() 1828 * appropriate value to avoid the subtle problem if someone in hub_probe() 2084 * @new_state: new state value to be stored 2550 * value. 4034 * value that will fit in the SET SEL control transfer. in usb_req_set_sel() 4155 "which is a reserved value.\n", in usb_set_lpm_timeout() 4726 * Get the bMaxPacketSize0 value durin 591 get_port_status(struct usb_device *hdev, int port1, void *data, u16 value, u16 length) get_port_status() argument [all...] |
/kernel/linux/linux-6.6/drivers/block/ |
H A D | floppy.c | 600 static inline void fdc_outb(unsigned char value, int fdc, int reg) in fdc_outb() argument 602 fd_outb(value, fdc_state[fdc].address, reg); in fdc_outb() 862 pr_info("bad drive value %d\n", drive); in set_fdc() 868 pr_info("bad fdc value\n"); in set_fdc() 1263 * The value "dtr" is the data transfer rate in Kbps. It is needed 1366 /* If data rate not already set to desired value, set it. */ in fdc_dtr()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_device.c | 289 * The return value means how many bytes have been transferred. 395 * Returns the 32 bit value from the offset specified. 434 * Returns the 8 bit value from the offset specified. 449 * @value: the value want to be written to the register 457 * @value: 8 bit value to write 459 * Writes the value specified to the offset specified. 461 void amdgpu_mm_wreg8(struct amdgpu_device *adev, uint32_t offset, uint8_t value) in amdgpu_mm_wreg8() argument 467 writeb(value, ade in amdgpu_mm_wreg8() [all...] |
/kernel/linux/linux-6.6/arch/x86/events/intel/ |
H A D | core.c | 2195 * During consecutive calls, the same disable value will be written to related 2612 * may be reduced from 1 to 0. If so, the bad_spec event value in __icl_update_topdown_event() 2613 * will be 0 which is definitely less than the last value. in __icl_update_topdown_event() 3272 /* lock in msr value */ in __intel_shared_reg_get_constraints() 3716 * CNTMASK instructions. By setting CNTMASK to a value (16) in intel_pebs_aliases_core2() 3744 * CNTMASK micro-ops. By setting CNTMASK to a value (16) in intel_pebs_aliases_snb() 4048 * .host = the value the hardware has when it doesn't run a guest, 4049 * .guest = the value the hardware has when it runs a guest, 4473 * the two to enforce a minimum period of 128 (the smallest value that has bits 4832 static int intel_pmu_check_period(struct perf_event *event, u64 value) in intel_pmu_check_period() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/ |
H A D | sky2.c | 1914 le->length = 0; /* initial checksum value */ in sky2_xmit_frame() 3771 static void sky2_set_msglevel(struct net_device *netdev, u32 value) in sky2_set_msglevel() argument 3774 sky2->msg_enable = value; in sky2_set_msglevel() 4673 /* if the address is invalid, use a random value */ in sky2_init_netdev()
|
H A D | skge.c | 538 static void skge_set_msglevel(struct net_device *netdev, u32 value) in skge_set_msglevel() argument 541 skge->msg_enable = value; in skge_set_msglevel() 1823 /* remember this value is defined in big endian (!) */ in genesis_link_up()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/ |
H A D | mtk_eth_soc.c | 632 /* Save the syscfg0 value for mac_finish */ in mtk_mac_config() 3910 * up with the more appropriate value when mtk_mac_config call is being in mtk_hw_init() 4265 static void mtk_set_msglevel(struct net_device *dev, u32 value) in mtk_set_msglevel() argument 4269 mac->hw->msg_enable = value; in mtk_set_msglevel()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/ |
H A D | cassini.c | 176 static int cassini_debug = -1; /* -1 == use CAS_DEF_MSG_ENABLE as value */ 184 MODULE_PARM_DESC(cassini_debug, "Cassini bitmapped debugging message enable value"); 202 * value in 'ticks' (units used by jiffies). Set when we init the 4552 * print the value reported in parentheses after the in cas_get_link_ksettings() 4636 static void cas_set_msglevel(struct net_device *dev, u32 value) in cas_set_msglevel() argument 4639 cp->msg_enable = value; in cas_set_msglevel() 4942 /* A value of 0 indicates we never explicitly set it */ in cas_init_one()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mac80211.c | 2167 * maximum value between HE PPE Threshold and Common in iwl_mvm_set_sta_pkt_ext() 3968 int iwl_mvm_mac_set_rts_threshold(struct ieee80211_hw *hw, u32 value) in iwl_mvm_mac_set_rts_threshold() argument 3972 mvm->rts_threshold = value; in iwl_mvm_mac_set_rts_threshold() 5870 /* firmware only reports a value after RXing a few beacons */ in iwl_mvm_mac_sta_statistics()
|