Home
last modified time | relevance | path

Searched defs:offset (Results 126 – 150 of 5749) sorted by relevance

12345678910>>...230

/Linux-v6.1/drivers/net/wireless/microchip/wilc1000/
Dwlan_cfg.c61 static int wilc_wlan_cfg_set_byte(u8 *frame, u32 offset, u16 id, u8 val8) in wilc_wlan_cfg_set_byte()
72 static int wilc_wlan_cfg_set_hword(u8 *frame, u32 offset, u16 id, u16 val16) in wilc_wlan_cfg_set_hword()
84 static int wilc_wlan_cfg_set_word(u8 *frame, u32 offset, u16 id, u32 val32) in wilc_wlan_cfg_set_word()
96 static int wilc_wlan_cfg_set_str(u8 *frame, u32 offset, u16 id, u8 *str, in wilc_wlan_cfg_set_str()
110 static int wilc_wlan_cfg_set_bin(u8 *frame, u32 offset, u16 id, u8 *b, u32 size) in wilc_wlan_cfg_set_bin()
224 int wilc_wlan_cfg_set_wid(u8 *frame, u32 offset, u16 id, u8 *buf, int size) in wilc_wlan_cfg_set_wid()
259 int wilc_wlan_cfg_get_wid(u8 *frame, u32 offset, u16 id) in wilc_wlan_cfg_get_wid()
/Linux-v6.1/drivers/pinctrl/
Dpinctrl-stmfx.c45 #define get_reg(offset) ((offset) / NR_GPIOS_PER_REG) argument
46 #define get_shift(offset) ((offset) % NR_GPIOS_PER_REG) argument
47 #define get_mask(offset) (BIT(get_shift(offset))) argument
103 static int stmfx_gpio_get(struct gpio_chip *gc, unsigned int offset) in stmfx_gpio_get()
116 static void stmfx_gpio_set(struct gpio_chip *gc, unsigned int offset, int value) in stmfx_gpio_set()
126 static int stmfx_gpio_get_direction(struct gpio_chip *gc, unsigned int offset) in stmfx_gpio_get_direction()
147 static int stmfx_gpio_direction_input(struct gpio_chip *gc, unsigned int offset) in stmfx_gpio_direction_input()
157 unsigned int offset, int value) in stmfx_gpio_direction_output()
169 unsigned int offset) in stmfx_pinconf_get_pupd()
183 unsigned int offset, u32 pupd) in stmfx_pinconf_set_pupd()
[all …]
/Linux-v6.1/drivers/net/wireless/broadcom/b43legacy/
Dradio.c99 u16 b43legacy_radio_read16(struct b43legacy_wldev *dev, u16 offset) in b43legacy_radio_read16()
126 void b43legacy_radio_write16(struct b43legacy_wldev *dev, u16 offset, u16 val) in b43legacy_radio_write16()
139 u16 offset = 0x0400; in b43legacy_set_all_gains() local
174 u16 offset = 0x0400; in b43legacy_set_original_gains() local
317 void b43legacy_nrssi_hw_write(struct b43legacy_wldev *dev, u16 offset, s16 val) in b43legacy_nrssi_hw_write()
324 s16 b43legacy_nrssi_hw_read(struct b43legacy_wldev *dev, u16 offset) in b43legacy_nrssi_hw_read()
905 u8 id, u16 offset, u16 value) in _stack_save()
919 u8 id, u16 offset) in _stack_restore()
937 #define phy_stacksave(offset) \ argument
942 #define phy_stackrestore(offset) \ argument
[all …]
/Linux-v6.1/drivers/vfio/pci/
Dvfio_pci_config.c34 #define is_bar(offset) \ argument
122 static int vfio_user_config_read(struct pci_dev *pdev, int offset, in vfio_user_config_read()
153 static int vfio_user_config_write(struct pci_dev *pdev, int offset, in vfio_user_config_write()
176 int offset, __le32 *val) in vfio_default_config_read()
202 int offset, __le32 val) in vfio_default_config_write()
249 int offset, __le32 *val) in vfio_direct_config_read()
274 int offset, __le32 val) in vfio_raw_config_write()
287 int offset, __le32 *val) in vfio_raw_config_read()
301 int offset, __le32 val) in vfio_virt_config_write()
309 int offset, __le32 *val) in vfio_virt_config_read()
[all …]
/Linux-v6.1/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_sysfs.c246 loff_t offset, size_t size) in qlcnic_sysfs_validate_crb()
269 loff_t offset, size_t size) in qlcnic_sysfs_read_crb()
286 loff_t offset, size_t size) in qlcnic_sysfs_write_crb()
302 loff_t offset, size_t size) in qlcnic_sysfs_validate_mem()
315 loff_t offset, size_t size) in qlcnic_sysfs_read_mem()
337 loff_t offset, size_t size) in qlcnic_sysfs_write_mem()
401 char *buf, loff_t offset, in qlcnic_sysfs_write_pm_config()
451 char *buf, loff_t offset, in qlcnic_sysfs_read_pm_config()
544 char *buf, loff_t offset, in qlcnic_sysfs_write_esw_config()
628 char *buf, loff_t offset, in qlcnic_sysfs_read_esw_config()
[all …]
/Linux-v6.1/drivers/net/ethernet/broadcom/
Dbgmac-platform.c36 static u32 platform_bgmac_read(struct bgmac *bgmac, u16 offset) in platform_bgmac_read()
41 static void platform_bgmac_write(struct bgmac *bgmac, u16 offset, u32 value) in platform_bgmac_write()
46 static u32 platform_bgmac_idm_read(struct bgmac *bgmac, u16 offset) in platform_bgmac_idm_read()
51 static void platform_bgmac_idm_write(struct bgmac *bgmac, u16 offset, u32 value) in platform_bgmac_idm_write()
96 static void platform_bgmac_cco_ctl_maskset(struct bgmac *bgmac, u32 offset, in platform_bgmac_cco_ctl_maskset()
111 static void platform_bgmac_cmn_maskset32(struct bgmac *bgmac, u16 offset, in platform_bgmac_cmn_maskset32()
/Linux-v6.1/drivers/gpio/
Dgpio-xra1403.c46 static unsigned int to_reg(unsigned int reg, unsigned int offset) in to_reg()
51 static int xra1403_direction_input(struct gpio_chip *chip, unsigned int offset) in xra1403_direction_input()
59 static int xra1403_direction_output(struct gpio_chip *chip, unsigned int offset, in xra1403_direction_output()
76 static int xra1403_get_direction(struct gpio_chip *chip, unsigned int offset) in xra1403_get_direction()
92 static int xra1403_get(struct gpio_chip *chip, unsigned int offset) in xra1403_get()
105 static void xra1403_set(struct gpio_chip *chip, unsigned int offset, int value) in xra1403_set()
Dgpio-ts4900.c32 unsigned int offset) in ts4900_gpio_get_direction()
46 unsigned int offset) in ts4900_gpio_direction_input()
58 unsigned int offset, int value) in ts4900_gpio_direction_output()
88 static int ts4900_gpio_get(struct gpio_chip *chip, unsigned int offset) in ts4900_gpio_get()
98 static void ts4900_gpio_set(struct gpio_chip *chip, unsigned int offset, in ts4900_gpio_set()
Dgpio-moxtet.c34 static int moxtet_gpio_get_value(struct gpio_chip *gc, unsigned int offset) in moxtet_gpio_get_value()
55 static void moxtet_gpio_set_value(struct gpio_chip *gc, unsigned int offset, in moxtet_gpio_set_value()
75 static int moxtet_gpio_get_direction(struct gpio_chip *gc, unsigned int offset) in moxtet_gpio_get_direction()
89 unsigned int offset) in moxtet_gpio_direction_input()
102 unsigned int offset, int val) in moxtet_gpio_direction_output()
Dgpio-104-dio-48e.c83 static int dio48e_gpio_get_direction(struct gpio_chip *chip, unsigned int offset) in dio48e_gpio_get_direction()
93 static int dio48e_gpio_direction_input(struct gpio_chip *chip, unsigned int offset) in dio48e_gpio_direction_input()
103 static int dio48e_gpio_direction_output(struct gpio_chip *chip, unsigned int offset, in dio48e_gpio_direction_output()
114 static int dio48e_gpio_get(struct gpio_chip *chip, unsigned int offset) in dio48e_gpio_get()
131 static void dio48e_gpio_set(struct gpio_chip *chip, unsigned int offset, int value) in dio48e_gpio_set()
155 const unsigned long offset = irqd_to_hwirq(data); in dio48e_irq_mask() local
181 const unsigned long offset = irqd_to_hwirq(data); in dio48e_irq_unmask() local
207 const unsigned long offset = irqd_to_hwirq(data); in dio48e_irq_set_type() local
Dgpio-pisosr.c57 unsigned offset) in pisosr_gpio_get_direction()
64 unsigned offset) in pisosr_gpio_direction_input()
71 unsigned offset, int value) in pisosr_gpio_direction_output()
77 static int pisosr_gpio_get(struct gpio_chip *chip, unsigned offset) in pisosr_gpio_get()
91 unsigned long offset; in pisosr_gpio_get_multiple() local
Dgpio-amd8111.c76 static int amd_gpio_request(struct gpio_chip *chip, unsigned offset) in amd_gpio_request()
88 static void amd_gpio_free(struct gpio_chip *chip, unsigned offset) in amd_gpio_free()
97 static void amd_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in amd_gpio_set()
112 static int amd_gpio_get(struct gpio_chip *chip, unsigned offset) in amd_gpio_get()
124 static int amd_gpio_dirout(struct gpio_chip *chip, unsigned offset, int value) in amd_gpio_dirout()
141 static int amd_gpio_dirin(struct gpio_chip *chip, unsigned offset) in amd_gpio_dirin()
/Linux-v6.1/drivers/net/ethernet/mscc/
Docelot_io.c13 int __ocelot_bulk_read_ix(struct ocelot *ocelot, u32 reg, u32 offset, void *buf, in __ocelot_bulk_read_ix()
26 u32 __ocelot_read_ix(struct ocelot *ocelot, u32 reg, u32 offset) in __ocelot_read_ix()
39 void __ocelot_write_ix(struct ocelot *ocelot, u32 val, u32 reg, u32 offset) in __ocelot_write_ix()
51 u32 offset) in __ocelot_rmw_ix()
96 u32 reg, u32 offset) in __ocelot_target_read_ix()
106 u32 val, u32 reg, u32 offset) in __ocelot_target_write_ix()
/Linux-v6.1/arch/powerpc/platforms/pasemi/
Dpci.c28 static inline int pa_pxp_offset_valid(u8 bus, u8 devfn, int offset) in pa_pxp_offset_valid()
41 u8 bus, u8 devfn, int offset) in pa_pxp_cfg_addr()
59 int offset, int len, u32 *val) in workaround_5945()
157 int offset, int len, u32 *val) in pa_pxp_read_config()
196 int offset, int len, u32 val) in pa_pxp_write_config()
285 void __iomem *__init pasemi_pci_getcfgaddr(struct pci_dev *dev, int offset) in pasemi_pci_getcfgaddr()
/Linux-v6.1/arch/sh/mm/
Dioremap.c40 __ioremap_29bit(phys_addr_t offset, unsigned long size, pgprot_t prot) in __ioremap_29bit()
72 #define __ioremap_29bit(offset, size, prot) NULL argument
89 unsigned long offset, last_addr, addr, orig_addr; in __ioremap_caller() local
147 static inline int iomapping_nontranslatable(unsigned long offset) in iomapping_nontranslatable()
/Linux-v6.1/fs/ecryptfs/
Dread_write.c28 loff_t offset, size_t size) in ecryptfs_write_lower()
62 loff_t offset; in ecryptfs_write_lower_page_segment() local
93 int ecryptfs_write(struct inode *ecryptfs_inode, char *data, loff_t offset, in ecryptfs_write()
219 int ecryptfs_read_lower(char *data, loff_t offset, size_t size, in ecryptfs_read_lower()
252 loff_t offset; in ecryptfs_read_lower_page_segment() local
/Linux-v6.1/arch/sparc/lib/
Dmemcpy.S19 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
33 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
43 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
51 #define MOVE_LASTALIGNCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
57 #define MOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
Dmemset.S30 #define STORE(source, base, offset, n) \ argument
42 #define STORE_LAST(source, base, offset, n) \ argument
49 #define ZERO_BIG_BLOCK(base, offset, source) \ argument
59 #define ZERO_LAST_BLOCKS(base, offset, source) \ argument
/Linux-v6.1/drivers/net/ethernet/apm/xgene/
Dxgene_enet_sgmac.c14 static void xgene_enet_wr_csr(struct xgene_enet_pdata *p, u32 offset, u32 val) in xgene_enet_wr_csr()
19 static void xgene_enet_wr_clkrst_csr(struct xgene_enet_pdata *p, u32 offset, in xgene_enet_wr_clkrst_csr()
26 u32 offset, u32 val) in xgene_enet_wr_ring_if()
32 u32 offset, u32 val) in xgene_enet_wr_diag_csr()
38 u32 offset, u32 val) in xgene_enet_wr_mcx_csr()
45 static u32 xgene_enet_rd_csr(struct xgene_enet_pdata *p, u32 offset) in xgene_enet_rd_csr()
50 static u32 xgene_enet_rd_diag_csr(struct xgene_enet_pdata *p, u32 offset) in xgene_enet_rd_diag_csr()
55 static u32 xgene_enet_rd_mcx_csr(struct xgene_enet_pdata *p, u32 offset) in xgene_enet_rd_mcx_csr()
334 u32 data, data1, data2, offset; in xgene_sgmac_init() local
487 u32 offset = p->port_id * MAC_OFFSET; in xgene_enet_cle_bypass() local
/Linux-v6.1/sound/soc/sof/
Dops.h294 enum snd_sof_fw_blk_type blk_type, u32 offset, size_t size, in snd_sof_debugfs_add_region_item()
306 u32 offset, u32 value) in snd_sof_dsp_write()
317 u32 offset, u64 value) in snd_sof_dsp_write64()
328 u32 offset) in snd_sof_dsp_read()
338 u32 offset) in snd_sof_dsp_read64()
350 u32 offset, void *dest, size_t bytes) in snd_sof_dsp_block_read()
357 u32 offset, void *src, size_t bytes) in snd_sof_dsp_block_write()
364 u32 offset, void *dest, size_t bytes) in snd_sof_dsp_mailbox_read()
371 u32 offset, void *src, size_t bytes) in snd_sof_dsp_mailbox_write()
543 #define snd_sof_dsp_read_poll_timeout(sdev, bar, offset, val, cond, sleep_us, timeout_us) \ argument
/Linux-v6.1/include/linux/
Dfind.h50 unsigned long offset) in find_next_bit()
80 unsigned long offset) in find_next_and_bit()
111 unsigned long offset) in find_next_andnot_bit()
139 unsigned long offset) in find_next_zero_bit()
339 unsigned long size, unsigned long offset) in find_next_and_bit_wrap()
361 unsigned long size, unsigned long offset) in find_next_bit_wrap()
418 unsigned long size, unsigned long offset) in find_next_zero_bit_le()
424 unsigned long size, unsigned long offset) in find_next_bit_le()
440 long size, unsigned long offset) in find_next_zero_bit_le()
473 long size, unsigned long offset) in find_next_bit_le()
/Linux-v6.1/include/dt-bindings/clock/
Ddra7.h9 #define DRA7_CLKCTRL_INDEX(offset) ((offset) - DRA7_CLKCTRL_OFFSET) argument
22 #define DRA7_IPU_CLKCTRL_INDEX(offset) ((offset) - DRA7_IPU_CLKCTRL_OFFSET) argument
44 #define DRA7_VPE_CLKCTRL_INDEX(offset) ((offset) - DRA7_VPE_CLKCTRL_OFFSET) argument
71 #define DRA7_ATL_CLKCTRL_INDEX(offset) ((offset) - DRA7_ATL_CLKCTRL_OFFSET) argument
119 #define DRA7_PCIE_CLKCTRL_INDEX(offset) ((offset) - DRA7_PCIE_CLKCTRL_OFFSET) argument
125 #define DRA7_GMAC_CLKCTRL_INDEX(offset) ((offset) - DRA7_GMAC_CLKCTRL_OFFSET) argument
130 #define DRA7_L4PER_CLKCTRL_INDEX(offset) ((offset) - DRA7_L4PER_CLKCTRL_OFFSET) argument
165 #define DRA7_L4SEC_CLKCTRL_INDEX(offset) ((offset) - DRA7_L4SEC_CLKCTRL_OFFSET) argument
175 #define DRA7_L4PER2_CLKCTRL_INDEX(offset) ((offset) - DRA7_L4PER2_CLKCTRL_OFFSET) argument
197 #define DRA7_L4PER3_CLKCTRL_INDEX(offset) ((offset) - DRA7_L4PER3_CLKCTRL_OFFSET) argument
/Linux-v6.1/drivers/ssb/
Dpcmcia.c71 static int ssb_pcmcia_cfg_write(struct ssb_bus *bus, u8 offset, u8 value) in ssb_pcmcia_cfg_write()
83 static int ssb_pcmcia_cfg_read(struct ssb_bus *bus, u8 offset, u8 *value) in ssb_pcmcia_cfg_read()
197 u16 *offset) in select_core_and_segment()
223 static u8 ssb_pcmcia_read8(struct ssb_device *dev, u16 offset) in ssb_pcmcia_read8()
239 static u16 ssb_pcmcia_read16(struct ssb_device *dev, u16 offset) in ssb_pcmcia_read16()
255 static u32 ssb_pcmcia_read32(struct ssb_device *dev, u16 offset) in ssb_pcmcia_read32()
275 size_t count, u16 offset, u8 reg_width) in ssb_pcmcia_block_read()
331 static void ssb_pcmcia_write8(struct ssb_device *dev, u16 offset, u8 value) in ssb_pcmcia_write8()
344 static void ssb_pcmcia_write16(struct ssb_device *dev, u16 offset, u16 value) in ssb_pcmcia_write16()
357 static void ssb_pcmcia_write32(struct ssb_device *dev, u16 offset, u32 value) in ssb_pcmcia_write32()
[all …]
/Linux-v6.1/sound/firewire/dice/
Ddice.h134 unsigned int offset, in snd_dice_transaction_write_global()
142 unsigned int offset, in snd_dice_transaction_read_global()
150 unsigned int offset, in snd_dice_transaction_write_tx()
157 unsigned int offset, in snd_dice_transaction_read_tx()
164 unsigned int offset, in snd_dice_transaction_write_rx()
171 unsigned int offset, in snd_dice_transaction_read_rx()
178 unsigned int offset, in snd_dice_transaction_write_sync()
185 unsigned int offset, in snd_dice_transaction_read_sync()
/Linux-v6.1/arch/mips/kernel/
Dspram.c43 static void ispram_store_tag(unsigned int offset, unsigned int data) in ispram_store_tag()
62 static unsigned int ispram_load_tag(unsigned int offset) in ispram_load_tag()
80 static void dspram_store_tag(unsigned int offset, unsigned int data) in dspram_store_tag()
96 static unsigned int dspram_load_tag(unsigned int offset) in dspram_load_tag()
120 unsigned int offset = 0; in probe_spram() local

12345678910>>...230