/linux/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A D | nfp_cppcore.c | 94 unsigned long long offset; member 543 unsigned long offset, void *kernel_vaddr, in nfp_cpp_area_read() 564 unsigned long offset, const void *kernel_vaddr, in nfp_cpp_area_write() 680 unsigned long offset, u32 *value) in nfp_cpp_area_readl() 702 unsigned long offset, u32 value) in nfp_cpp_area_writel() 722 unsigned long offset, u64 *value) in nfp_cpp_area_readq() 744 unsigned long offset, u64 value) in nfp_cpp_area_writeq() 767 unsigned long offset, u32 value, size_t length) in nfp_cpp_area_fill() 824 u64 addr, unsigned long *offset, size_t length) in area_cache_get() 922 unsigned long offset = 0; in __nfp_cpp_read() local [all …]
|
/linux/drivers/gpu/drm/v3d/ |
H A D | v3d_drv.h | 278 #define V3D_READ(offset) readl(v3d->hub_regs + offset) argument 279 #define V3D_WRITE(offset, val) writel(val, v3d->hub_regs + offset) argument 281 #define V3D_BRIDGE_READ(offset) readl(v3d->bridge_regs + offset) argument 282 #define V3D_BRIDGE_WRITE(offset, val) writel(val, v3d->bridge_regs + offset) argument 284 #define V3D_GCA_READ(offset) readl(v3d->gca_regs + offset) argument 285 #define V3D_GCA_WRITE(offset, val) writel(val, v3d->gca_regs + offset) argument 293 #define V3D_SMS_READ(offset) readl(v3d->sms_regs + (offset)) argument 294 #define V3D_SMS_WRITE(offset, val) writel(val, v3d->sms_regs + (offset)) argument 296 #define V3D_CORE_READ(core, offset) readl(v3d->core_regs[core] + offset) argument 297 #define V3D_CORE_WRITE(core, offset, val) writel(val, v3d->core_regs[core] + offset) argument [all …]
|
/linux/drivers/soc/fsl/qe/ |
H A D | qe_common.c | 167 void cpm_muram_free(s32 offset) in cpm_muram_free() 243 s32 cpm_muram_alloc_fixed(unsigned long offset, unsigned long size) in cpm_muram_alloc_fixed() 272 s32 devm_cpm_muram_alloc_fixed(struct device *dev, unsigned long offset, in devm_cpm_muram_alloc_fixed() 298 void __iomem *cpm_muram_addr(unsigned long offset) in cpm_muram_addr()
|
/linux/drivers/nvmem/ |
H A D | zynqmp_nvmem.c | 54 u32 offset; member 59 static int zynqmp_efuse_access(void *context, unsigned int offset, in zynqmp_efuse_access() 146 static int zynqmp_nvmem_read(void *context, unsigned int offset, void *val, size_t bytes) in zynqmp_nvmem_read() 186 unsigned int offset, void *val, size_t bytes) in zynqmp_nvmem_write()
|
H A D | stm32-romem.c | 43 static int stm32_romem_read(void *context, unsigned int offset, void *buf, in stm32_romem_read() 74 static int stm32_bsec_read(void *context, unsigned int offset, void *buf, in stm32_bsec_read() 121 static int stm32_bsec_write(void *context, unsigned int offset, void *buf, in stm32_bsec_write() 148 static int stm32_bsec_pta_read(void *context, unsigned int offset, void *buf, in stm32_bsec_pta_read() 156 static int stm32_bsec_pta_write(void *context, unsigned int offset, void *buf, in stm32_bsec_pta_write()
|
/linux/sound/soc/ |
H A D | soc-ac97.c | 59 static int snd_soc_ac97_gpio_request(struct gpio_chip *chip, unsigned int offset) in snd_soc_ac97_gpio_request() 68 unsigned int offset) in snd_soc_ac97_gpio_direction_in() 77 static int snd_soc_ac97_gpio_get(struct gpio_chip *chip, unsigned int offset) in snd_soc_ac97_gpio_get() 90 static int snd_soc_ac97_gpio_set(struct gpio_chip *chip, unsigned int offset, in snd_soc_ac97_gpio_set() 106 unsigned offset, int value) in snd_soc_ac97_gpio_direction_out()
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_fdir.c | 759 static void ice_pkt_insert_ipv6_addr(u8 *pkt, int offset, __be32 *addr) in ice_pkt_insert_ipv6_addr() 776 static void ice_pkt_insert_u6_qfi(u8 *pkt, int offset, u8 data) in ice_pkt_insert_u6_qfi() 790 static void ice_pkt_insert_u8(u8 *pkt, int offset, u8 data) in ice_pkt_insert_u8() 806 static void ice_pkt_insert_u8_tc(u8 *pkt, int offset, u8 data) in ice_pkt_insert_u8_tc() 823 static void ice_pkt_insert_u16(u8 *pkt, int offset, __be16 data) in ice_pkt_insert_u16() 834 static void ice_pkt_insert_u32(u8 *pkt, int offset, __be32 data) in ice_pkt_insert_u32()
|
/linux/drivers/media/pci/cobalt/ |
H A D | cobalt-flash.c | 16 #define ADRS(offset) (COBALT_BUS_FLASH_BASE + offset) argument 25 static map_word flash_read16(struct map_info *map, unsigned long offset) in flash_read16() 39 unsigned long offset) in flash_write16()
|
/linux/lib/lzo/ |
H A D | lzo1x_decompress_safe.c | 79 size_t offset; in lzo1x_decompress_safe() local 147 size_t offset; in lzo1x_decompress_safe() local 188 size_t offset; lzo1x_decompress_safe() local [all...] |
/linux/drivers/gpio/ |
H A D | gpio-imx-scu.c | 36 static int imx_scu_gpio_get(struct gpio_chip *chip, unsigned int offset) in imx_scu_gpio_get() 55 static int imx_scu_gpio_set(struct gpio_chip *chip, unsigned int offset, in imx_scu_gpio_set() 73 static int imx_scu_gpio_get_direction(struct gpio_chip *chip, unsigned int offset) in imx_scu_gpio_get_direction()
|
/linux/drivers/media/pci/solo6x10/ |
H A D | solo6x10-gpio.c | 98 unsigned int offset) in solo_gpiochip_get_direction() 120 unsigned int offset) in solo_gpiochip_get() 131 unsigned int offset, int value) in solo_gpiochip_set()
|
/linux/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_pcl.c | 70 u32 handle, u32 length, u64 offset) in pcl_set_read_segment() 111 u64 offset; in pcl_alloc_call() local 165 u64 offset; in pcl_alloc_read() local 233 unsigned int offset, unsigned int length, in pcl_process_region()
|
/linux/drivers/media/platform/amphion/ |
H A D | vpu_imx8q.c | 44 const off_t offset = DEC_MFD_XREG_SLV_BASE + MFD_BLK_CTRL; in vpu_imx8q_setup_dec() local 59 const off_t offset = SCB_XREG_SLV_BASE + SCB_SCB_BLK_CTRL; in vpu_imx8q_setup() local 82 const off_t offset = DEC_MFD_XREG_SLV_BASE + MFD_BLK_CTRL; in vpu_imx8q_reset_dec() local 91 const off_t offset = SCB_XREG_SLV_BASE + SCB_SCB_BLK_CTRL; in vpu_imx8q_reset() local
|
/linux/include/linux/sunrpc/ |
H A D | rpc_rdma.h | 138 u32 length, u64 offset) in xdr_encode_rdma_segment() 158 u64 offset) in xdr_encode_read_segment() 175 u32 *length, u64 *offset) in xdr_decode_rdma_segment() 195 u64 *offset) in xdr_decode_read_segment()
|
/linux/drivers/mtd/devices/ |
H A D | bcm47xxsflash.c | 128 static int bcm47xxsflash_write_st(struct mtd_info *mtd, u32 offset, size_t len, in bcm47xxsflash_write_st() 173 static int bcm47xxsflash_write_at(struct mtd_info *mtd, u32 offset, size_t len, in bcm47xxsflash_write_at() 274 static int bcm47xxsflash_bcma_cc_read(struct bcm47xxsflash *b47s, u16 offset) in bcm47xxsflash_bcma_cc_read() 279 static void bcm47xxsflash_bcma_cc_write(struct bcm47xxsflash *b47s, u16 offset, in bcm47xxsflash_bcma_cc_write()
|
/linux/sound/firewire/fireworks/ |
H A D | fireworks_hwdep.c | 23 loff_t *offset) in hwdep_read_resp_buf() argument 100 loff_t *offset) in hwdep_read_locked() argument 123 hwdep_read(struct snd_hwdep * hwdep,char __user * buf,long count,loff_t * offset) hwdep_read() argument 159 hwdep_write(struct snd_hwdep * hwdep,const char __user * data,long count,loff_t * offset) hwdep_write() argument
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
H A D | shadowacpi.c | 26 acpi_read_bios(acpi_handle rom_handle, u8 *bios, u32 offset, u32 length) in acpi_read_bios() 64 acpi_read_fast(void *data, u32 offset, u32 length, struct nvkm_bios *bios) in acpi_read_fast() 85 acpi_read_slow(void *data, u32 offset, u32 length, struct nvkm_bios *bios) in acpi_read_slow()
|
/linux/drivers/pinctrl/meson/ |
H A D | pinctrl-meson-axg-pmx.c | 47 unsigned int *offset) in meson_pmx_calc_reg_and_offset() 65 int offset; in meson_axg_pmx_update_function() local 104 struct pinctrl_gpio_range *range, unsigned int offset) in meson_axg_pmx_request_gpio()
|
/linux/drivers/net/wireless/mediatek/mt7601u/ |
H A D | phy.c | 19 mt7601u_rf_wr(struct mt7601u_dev *dev, u8 bank, u8 offset, u8 value) in mt7601u_rf_wr() 54 mt7601u_rf_rr(struct mt7601u_dev *dev, u8 bank, u8 offset) in mt7601u_rf_rr() 95 mt7601u_rf_rmw(struct mt7601u_dev *dev, u8 bank, u8 offset, u8 mask, u8 val) in mt7601u_rf_rmw() 111 mt7601u_rf_set(struct mt7601u_dev *dev, u8 bank, u8 offset, u8 val) in mt7601u_rf_set() 117 mt7601u_rf_clear(struct mt7601u_dev *dev, u8 bank, u8 offset, u8 mask) in mt7601u_rf_clear() 122 static void mt7601u_bbp_wr(struct mt7601u_dev *dev, u8 offset, u8 val) in mt7601u_bbp_wr() 144 static int mt7601u_bbp_rr(struct mt7601u_dev *dev, u8 offset) in mt7601u_bbp_rr() 182 static int mt7601u_bbp_rmw(struct mt7601u_dev *dev, u8 offset, u8 mask, u8 val) in mt7601u_bbp_rmw() 195 static u8 mt7601u_bbp_rmc(struct mt7601u_dev *dev, u8 offset, u8 mask, u8 val) in mt7601u_bbp_rmc()
|
/linux/drivers/net/ethernet/intel/igb/ |
H A D | e1000_phy.c | 113 s32 igb_read_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 *data) in igb_read_phy_reg_mdic() 169 s32 igb_write_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 data) in igb_write_phy_reg_mdic() 226 s32 igb_read_phy_reg_i2c(struct e1000_hw *hw, u32 offset, u16 *data) in igb_read_phy_reg_i2c() 271 s32 igb_write_phy_reg_i2c(struct e1000_hw *hw, u32 offset, u16 data) in igb_write_phy_reg_i2c() 330 s32 igb_read_sfp_data_byte(struct e1000_hw *hw, u16 offset, u8 *data) in igb_read_sfp_data_byte() 380 s32 igb_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data) in igb_read_phy_reg_igp() 419 s32 igb_write_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 data) in igb_write_phy_reg_igp() 1482 u16 phy_data, offset, mask; in igb_check_downshift() local 1550 u16 data, offset, mask; in igb_check_polarity_igp() local
|
/linux/drivers/net/ipa/ |
H A D | ipa_cmd.c | 80 __le16 offset; member 212 u32 offset; in ipa_cmd_header_init_local_valid() local 257 const char *name, u32 offset) in ipa_cmd_register_write_offset_valid() 293 u32 offset; in ipa_cmd_register_write_valid() local 362 enum ipa_cmd_opcode opcode, u16 size, u32 offset, in ipa_cmd_table_init_add() 401 void ipa_cmd_hdr_init_local_add(struct gsi_trans *trans, u32 offset, u16 size, in ipa_cmd_hdr_init_local_add() 430 void ipa_cmd_register_write_add(struct gsi_trans *trans, u32 offset, u32 value, in ipa_cmd_register_write_add() 512 void ipa_cmd_dma_shared_mem_add(struct gsi_trans *trans, u32 offset, u16 size, in ipa_cmd_dma_shared_mem_add()
|
/linux/drivers/staging/greybus/ |
H A D | gpio.c | 399 static int gb_gpio_request(struct gpio_chip *chip, unsigned int offset) in gb_gpio_request() 406 static void gb_gpio_free(struct gpio_chip *chip, unsigned int offset) in gb_gpio_free() 413 static int gb_gpio_get_direction(struct gpio_chip *chip, unsigned int offset) in gb_gpio_get_direction() 427 static int gb_gpio_direction_input(struct gpio_chip *chip, unsigned int offset) in gb_gpio_direction_input() 434 static int gb_gpio_direction_output(struct gpio_chip *chip, unsigned int offset, in gb_gpio_direction_output() 442 static int gb_gpio_get(struct gpio_chip *chip, unsigned int offset) in gb_gpio_get() 456 static int gb_gpio_set(struct gpio_chip *chip, unsigned int offset, int value) in gb_gpio_set() 463 static int gb_gpio_set_config(struct gpio_chip *chip, unsigned int offset, in gb_gpio_set_config()
|
/linux/drivers/pci/controller/cadence/ |
H A D | pci-j721e.c | 83 static inline u32 j721e_pcie_user_readl(struct j721e_pcie *pcie, u32 offset) in j721e_pcie_user_readl() 88 static inline void j721e_pcie_user_writel(struct j721e_pcie *pcie, u32 offset, in j721e_pcie_user_writel() 94 static inline u32 j721e_pcie_intd_readl(struct j721e_pcie *pcie, u32 offset) in j721e_pcie_intd_readl() 99 static inline void j721e_pcie_intd_writel(struct j721e_pcie *pcie, u32 offset, in j721e_pcie_intd_writel() 177 unsigned int offset) in j721e_pcie_set_mode() 196 struct regmap *syscon, unsigned int offset) in j721e_pcie_set_link_speed() 217 struct regmap *syscon, unsigned int offset) in j721e_pcie_set_lane_count() 271 unsigned int offset = 0; in j721e_pcie_ctrl_init() local
|
/linux/net/rds/ |
H A D | info.c | 67 unsigned long offset; member 75 int offset = optname - RDS_INFO_FIRST; in rds_info_register_func() local 88 int offset = optname - RDS_INFO_FIRST; in rds_info_deregister_func() local
|
/linux/arch/powerpc/sysdev/ |
H A D | indirect_pci.c | 20 int offset, int len, u32 *val) in __indirect_read_config() 76 int offset, int len, u32 *val) in indirect_read_config() 85 int offset, int len, u32 val) in indirect_write_config()
|