Home
last modified time | relevance | path

Searched refs:set (Results 8976 - 9000 of 12876) sorted by relevance

1...<<351352353354355356357358359360>>...516

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-lantiq-ssc.c200 u32 set, u32 reg) in lantiq_ssc_maskl()
205 val |= set; in lantiq_ssc_maskl()
273 * divider value in CLC.RMS which is always set to 1. in hw_setup_speed_hz()
406 /* set GPO pin to CS mode */ in lantiq_ssc_setup()
694 /* set bad status so it can be retried */ in lantiq_ssc_err_interrupt()
199 lantiq_ssc_maskl(const struct lantiq_ssc_spi *spi, u32 clr, u32 set, u32 reg) lantiq_ssc_maskl() argument
/kernel/linux/linux-6.6/drivers/media/platform/sunxi/sun8i-di/
H A Dsun8i-di.c51 u32 reg, u32 clr, u32 set) in deinterlace_clr_set_bits()
56 val |= set; in deinterlace_clr_set_bits()
927 dev_err(dev->dev, "Failed to set exclusive mod clock rate\n"); in deinterlace_runtime_resume()
50 deinterlace_clr_set_bits(struct deinterlace_dev *dev, u32 reg, u32 clr, u32 set) deinterlace_clr_set_bits() argument
/kernel/linux/linux-6.6/drivers/mfd/
H A Dab8500-core.c419 /* Satisfies the case where type is not set. */ in ab8500_irq_unmask()
845 /* use mask and set to override the register turn_on_stat value */
846 void ab8500_override_turn_on_stat(u8 mask, u8 set) in ab8500_override_turn_on_stat() argument
850 turn_on_stat_set = set; in ab8500_override_turn_on_stat()
954 "Failed to set DBBRSTN %c, err %#x\n", in dbbrstn_store()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dalcor.c73 u8 clear, u8 set) in alcor_rmw8()
80 var |= set; in alcor_rmw8()
685 dev_dbg(host->dev, "set freq %d cal freq %d, use div %d, mod %x\n", in alcor_set_clock()
853 /* set all pins to input */ in alcor_set_power_mode()
871 /* set signal voltage to 3.3V */ in alcor_set_power_mode()
877 /* set BUS width to 1 bit */ in alcor_set_power_mode()
879 /* set CLK first time */ in alcor_set_power_mode()
886 /* set CLK again, mimic original driver. */ in alcor_set_power_mode()
912 dev_dbg(host->dev, "set ios. bus width: %x, power mode: %x\n", in alcor_set_ios()
1005 /* set BU in alcor_hw_init()
72 alcor_rmw8(struct alcor_sdmmc_host *host, unsigned int addr, u8 clear, u8 set) alcor_rmw8() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/xilinx/
H A Dxilinx-csi2rxss.c275 u32 set) in xcsi2rxss_set()
277 xcsi2rxss_write(xcsi2rxss, addr, xcsi2rxss_read(xcsi2rxss, addr) | set); in xcsi2rxss_set()
736 * xcsi2rxss_set_format - This is used to set the pad format
741 * This function is used to set the pad format. Since the pad format is fixed
742 * in hardware, it can't be modified on run time. So when a format set is
761 * Ensure that format to set is copied to over to CSI pad format in xcsi2rxss_set_format()
775 * is of RAW8 type, then allow to be set. In case core is configured to in xcsi2rxss_set_format()
776 * other RAW, YUV422 8/10 or RGB888, set appropriate media bus format. in xcsi2rxss_set_format()
781 /* set the default format for the data type */ in xcsi2rxss_set_format()
274 xcsi2rxss_set(struct xcsi2rxss_state *xcsi2rxss, u32 addr, u32 set) xcsi2rxss_set() argument
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dtw9910.c339 u8 mask, u8 set) in tw9910_mask_set()
347 val |= set & mask; in tw9910_mask_set()
338 tw9910_mask_set(struct i2c_client *client, u8 command, u8 mask, u8 set) tw9910_mask_set() argument
/kernel/linux/linux-6.6/drivers/net/dsa/mv88e6xxx/
H A Dpcs-639x.c57 u16 mask, u16 set) in mv88e639x_modify_changed()
60 mask, set); in mv88e639x_modify_changed()
701 /* Inband AN is broken on Amethyst in 2500base-x mode when set by standard
56 mv88e639x_modify_changed(struct mv88e639x_pcs *mpcs, u16 regnum, u16 mask, u16 set) mv88e639x_modify_changed() argument
/kernel/linux/linux-6.6/include/linux/
H A Dtrace_events.h349 * This is set when the custom event has not been attached
628 * SOFT_DISABLED - When set, do not trace the event (even though its
630 * TRIGGER_MODE - When set, invoke the triggers associated with the event
631 * TRIGGER_COND - When set, one or more triggers has an associated filter
632 * PID_FILTER - When set, the event is filtered based on pid
668 * Note: The bits must be set atomically to prevent races
845 int ftrace_set_clr_event(struct trace_array *tr, char *buf, int set);
846 int trace_set_clr_event(const char *system, const char *event, int set);
/kernel/linux/linux-6.6/include/net/
H A Dpkt_cls.h173 /* Check q as it is not set for shared blocks. In that case, in tcf_bind_filter()
224 * generic extensions API. Unsupported extensions must be set to 0.
457 * @owner: owner, must be set to THIS_MODULE
888 struct tc_red_qopt_offload_params set; member
934 struct tc_gred_qopt_offload_params set; member
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dlantiq.c123 static inline void asc_update_bits(u32 clear, u32 set, void __iomem *reg) in asc_update_bits() argument
127 __raw_writel((tmp & ~clear) | set, reg); in asc_update_bits()
448 /* set error signals - framing, parity and overrun, enable receiver */ in lqasc_set_termios()
453 /* set up CON */ in lqasc_set_termios()
467 /* set up to use divisor of 2 */ in lqasc_set_termios()
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dtmu.c332 static int tb_switch_tmu_set_time_disruption(struct tb_switch *sw, bool set) in tb_switch_tmu_set_time_disruption() argument
349 if (set) in tb_switch_tmu_set_time_disruption()
578 * have another downstream router plugged, that is set to in tb_switch_tmu_disable()
650 /* Always set the rate to 0 */ in tb_switch_tmu_off()
1006 tb_sw_dbg(sw, "TMU: mode set to: %s\n", tmu_mode_name(sw->tmu.mode)); in tb_switch_tmu_enable()
/kernel/linux/linux-6.6/drivers/rtc/
H A Drtc-rv3029c2.c248 u8 reg, u8 mask, u8 set) in rv3029_eeprom_update_bits()
257 buf |= set & mask; in rv3029_eeprom_update_bits()
334 if (_hr & RV3029_REG_HR_PM) /* PM flag set */ in rv3029_read_time()
247 rv3029_eeprom_update_bits(struct rv3029_data *rv3029, u8 reg, u8 mask, u8 set) rv3029_eeprom_update_bits() argument
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-lantiq-ssc.c201 u32 set, u32 reg) in lantiq_ssc_maskl()
206 val |= set; in lantiq_ssc_maskl()
274 * divider value in CLC.RMS which is always set to 1. in hw_setup_speed_hz()
407 /* set GPO pin to CS mode */ in lantiq_ssc_setup()
695 /* set bad status so it can be retried */ in lantiq_ssc_err_interrupt()
200 lantiq_ssc_maskl(const struct lantiq_ssc_spi *spi, u32 clr, u32 set, u32 reg) lantiq_ssc_maskl() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ctx.c59 * around, but set it to NORMAL in the only place this in amdgpu_ctx_priority_is_valid()
638 bool set, u32 *stable_pstate) in amdgpu_ctx_stable_pstate()
655 if (set) in amdgpu_ctx_stable_pstate()
680 * in the priority being set to NORMAL. in amdgpu_ctx_ioctl()
814 /* set sw priority */ in amdgpu_ctx_set_entity_priority()
818 /* set hw priority */ in amdgpu_ctx_set_entity_priority()
636 amdgpu_ctx_stable_pstate(struct amdgpu_device *adev, struct amdgpu_fpriv *fpriv, uint32_t id, bool set, u32 *stable_pstate) amdgpu_ctx_stable_pstate() argument
H A Dgmc_v10_0.c179 .set = gmc_v10_0_vm_fault_interrupt_state,
184 .set = gmc_v10_0_ecc_interrupt_state,
826 /* set the gart size */ in gmc_v10_0_mc_init()
H A Dgmc_v11_0.c144 .set = gmc_v11_0_vm_fault_interrupt_state,
149 .set = gmc_v11_0_ecc_interrupt_state,
730 /* set the gart size */ in gmc_v11_0_mc_init()
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A Defistub.h227 * Provide a helper to set it up correctly for mixed mode.
810 efi_status_t (__efiapi *set)(apple_properties_protocol_t *, member
822 u32 set; member
/kernel/linux/linux-6.6/drivers/dma/mediatek/
H A Dmtk-hsdma.c279 u32 mask, u32 set) in mtk_dma_rmw()
285 val |= set; in mtk_dma_rmw()
761 * Once issue_synchronize is being set, which means once the hardware in mtk_hsdma_free_active_desc()
823 * Thus, we need to explicitly set it as 1 initially. in mtk_hsdma_alloc_chan_resources()
278 mtk_dma_rmw(struct mtk_hsdma_device *hsdma, u32 reg, u32 mask, u32 set) mtk_dma_rmw() argument
H A Dmtk-cqdma.c179 u32 mask, u32 set) in mtk_dma_rmw()
185 val |= set; in mtk_dma_rmw()
557 * set desc_allocated, desc_submitted, in mtk_cqdma_free_inactive_desc()
643 * Thus, we need to explicitly set it as 1 initially. in mtk_cqdma_alloc_chan_resources()
178 mtk_dma_rmw(struct mtk_cqdma_pchan *pc, u32 reg, u32 mask, u32 set) mtk_dma_rmw() argument
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H A Dphy_lcn.c144 /* TODO: wait for some bit to be set */ in b43_radio_2064_init()
814 u16 set) in b43_phy_lcn_op_maskset()
818 (b43_read16(dev, B43_MMIO_PHY_DATA) & mask) | set); in b43_phy_lcn_op_maskset()
813 b43_phy_lcn_op_maskset(struct b43_wldev *dev, u16 reg, u16 mask, u16 set) b43_phy_lcn_op_maskset() argument
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/p54/
H A Dmain.c67 bool set) in p54_set_tim()
71 return p54_update_beacon_tim(priv, sta->aid, set); in p54_set_tim()
638 * get at least one non-null set of channel in p54_get_survey()
767 * we cannot support max_rates * max_rate_tries as we set it in p54_init_common()
66 p54_set_tim(struct ieee80211_hw *dev, struct ieee80211_sta *sta, bool set) p54_set_tim() argument
H A Dfwio.c260 int p54_update_beacon_tim(struct p54_common *priv, u16 aid, bool set) in p54_update_beacon_tim() argument
272 tim->entry[0] = cpu_to_le16(set ? (aid | 0x8000) : aid); in p54_update_beacon_tim()
/kernel/linux/linux-6.6/drivers/pinctrl/
H A Dpinctrl-equilibrium.c71 unsigned int offset, unsigned int set) in eqbr_cfg_bit()
73 if (set) in eqbr_cfg_bit()
70 eqbr_cfg_bit(void __iomem *addr, unsigned int offset, unsigned int set) eqbr_cfg_bit() argument
/kernel/linux/linux-6.6/drivers/nvme/host/
H A Dnvme.h767 int nvme_alloc_admin_tag_set(struct nvme_ctrl *ctrl, struct blk_mq_tag_set *set,
770 int nvme_alloc_io_tag_set(struct nvme_ctrl *ctrl, struct blk_mq_tag_set *set,
/kernel/linux/linux-6.6/drivers/pci/controller/
H A Dpcie-apple.c125 * The doorbell address is set to 0xfffff000, which by convention
156 static void rmw_set(u32 set, void __iomem *addr) in rmw_set() argument
158 writel_relaxed(readl_relaxed(addr) | set, addr); in rmw_set()

Completed in 43 milliseconds

1...<<351352353354355356357358359360>>...516