Home
last modified time | relevance | path

Searched defs:offset (Results 451 – 475 of 8351) sorted by relevance

1...<<11121314151617181920>>...335

/OK3568_Linux_fs/u-boot/drivers/dfu/
H A Ddfu_mmc.c24 u64 offset, void *buf, long *len) in mmc_block_op()
176 u64 offset, void *buf, long *len) in dfu_write_medium_mmc()
236 static int mmc_file_unbuffer(struct dfu_entity *dfu, u64 offset, void *buf, in mmc_file_unbuffer()
257 int dfu_read_medium_mmc(struct dfu_entity *dfu, u64 offset, void *buf, in dfu_read_medium_mmc()
H A Ddfu_sf.c22 static int dfu_read_medium_sf(struct dfu_entity *dfu, u64 offset, void *buf, in dfu_read_medium_sf()
29 static u64 find_sector(struct dfu_entity *dfu, u64 start, u64 offset) in find_sector()
36 u64 offset, void *buf, long *len) in dfu_write_medium_sf()
/OK3568_Linux_fs/u-boot/scripts/dtc/libfdt/
H A Dfdt_sw.c75 int offset = fdt_size_dt_struct(fdt); in _fdt_grab_space() local
145 int offset; in fdt_add_reservemap_entry() local
206 int struct_top, offset; in _fdt_find_add_string() local
263 int offset, nextoffset; in fdt_finish() local
/OK3568_Linux_fs/kernel/include/sound/
H A Dmemalloc.h94 size_t offset) in snd_sgbuf_get_addr()
110 size_t offset) in snd_sgbuf_get_ptr()
124 size_t offset) in snd_sgbuf_get_addr()
130 size_t offset) in snd_sgbuf_get_ptr()
/OK3568_Linux_fs/kernel/drivers/mtd/devices/
H A Dbcm47xxsflash.c128 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()
/OK3568_Linux_fs/kernel/drivers/clk/qcom/
H A Dkrait-cc.c73 krait_add_div(struct device *dev, int id, const char *s, unsigned int offset) in krait_add_div()
114 unsigned int offset, bool unique_aux) in krait_add_sec_mux()
170 unsigned int offset) in krait_add_pri_mux()
237 unsigned int offset; in krait_add_clks() local
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dcopy-paste.h19 static inline int vas_copy(void *crb, int offset) in vas_copy()
29 static inline int vas_paste(void *paste_address, int offset) in vas_paste()
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-pca9570.c51 unsigned offset) in pca9570_get_direction()
57 static int pca9570_get(struct gpio_chip *chip, unsigned offset) in pca9570_get()
70 static void pca9570_set(struct gpio_chip *chip, unsigned offset, int value) in pca9570_set()
H A Dgpio-davinci.c87 unsigned offset, bool out, int value) in __davinci_direction()
111 static int davinci_direction_in(struct gpio_chip *chip, unsigned offset) in davinci_direction_in()
117 davinci_direction_out(struct gpio_chip *chip, unsigned offset, int value) in davinci_direction_out()
129 static int davinci_gpio_get(struct gpio_chip *chip, unsigned offset) in davinci_gpio_get()
144 davinci_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in davinci_gpio_set()
380 static int gpio_to_irq_banked(struct gpio_chip *chip, unsigned offset) in gpio_to_irq_banked()
390 static int gpio_to_irq_unbanked(struct gpio_chip *chip, unsigned offset) in gpio_to_irq_unbanked()
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinctrl-rk628.c408 static int rk628_gpio_get(struct gpio_chip *chip, unsigned int offset) in rk628_gpio_get()
431 unsigned int offset, in rk628_gpio_set()
458 unsigned int offset) in rk628_gpio_direction_input()
464 unsigned int offset, in rk628_gpio_direction_output()
471 static int rk628_gpio_get_direction(struct gpio_chip *chip, unsigned int offset) in rk628_gpio_get_direction()
495 static int rk628_gpio_to_irq(struct gpio_chip *gc, unsigned offset) in rk628_gpio_to_irq()
590 static int rk628_calc_mux_offset(struct rk628_pctrl_info *pci, int mux, int reg, int offset) in rk628_calc_mux_offset()
648 int offset = pci->groups[group_selector].pins[0] % BANK_OFFSET; in rk628_pinctrl_set_mux() local
672 unsigned int offset, bool input) in rk628_pmx_gpio_set_direction()
757 int val, ret, offset = 0xff; in rk628_set_slew_rate() local
[all …]
/OK3568_Linux_fs/kernel/drivers/clk/hisilicon/
H A Dreset.c33 u32 offset; in hisi_reset_of_xlate() local
48 u32 offset, reg; in hisi_reset_assert() local
69 u32 offset, reg; in hisi_reset_deassert() local
/OK3568_Linux_fs/kernel/sound/firewire/motu/
H A Dmotu-transaction.c15 int snd_motu_transaction_read(struct snd_motu *motu, u32 offset, __be32 *reg, in snd_motu_transaction_read()
31 int snd_motu_transaction_write(struct snd_motu *motu, u32 offset, __be32 *reg, in snd_motu_transaction_write()
49 int generation, unsigned long long offset, in handle_message()
/OK3568_Linux_fs/kernel/arch/mips/netlogic/xlr/
H A Dplatform.c26 static unsigned int nlm_xlr_uart_in(struct uart_port *p, int offset) in nlm_xlr_uart_in()
44 static void nlm_xlr_uart_out(struct uart_port *p, int offset, int value) in nlm_xlr_uart_out()
233 unsigned int offset; in nlm_i2c_init() local
/OK3568_Linux_fs/u-boot/drivers/mtd/spi/
H A Dsf-uclass.c16 int spi_flash_read_dm(struct udevice *dev, u32 offset, size_t len, void *buf) in spi_flash_read_dm()
21 int spi_flash_write_dm(struct udevice *dev, u32 offset, size_t len, in spi_flash_write_dm()
27 int spi_flash_erase_dm(struct udevice *dev, u32 offset, size_t len) in spi_flash_erase_dm()
/OK3568_Linux_fs/kernel/drivers/char/xilinx_hwicap/
H A Dbuffer_icap.c102 u32 offset) in buffer_icap_get_bram()
175 u32 offset, u32 data) in buffer_icap_set_bram()
188 u32 offset, u32 count) in buffer_icap_device_read()
222 u32 offset, u32 count) in buffer_icap_device_write()
/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dtegra_gpio.c138 static int tegra_gpio_direction_input(struct udevice *dev, unsigned offset) in tegra_gpio_direction_input()
152 static int tegra_gpio_direction_output(struct udevice *dev, unsigned offset, in tegra_gpio_direction_output()
171 static int tegra_gpio_get_value(struct udevice *dev, unsigned offset) in tegra_gpio_get_value()
189 static int tegra_gpio_set_value(struct udevice *dev, unsigned offset, int value) in tegra_gpio_set_value()
225 static int tegra_gpio_get_function(struct udevice *dev, unsigned offset) in tegra_gpio_get_function()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dphy_shim.c99 void wlapi_bmac_write_shm(struct phy_shim_info *physhim, uint offset, u16 v) in wlapi_bmac_write_shm()
104 u16 wlapi_bmac_read_shm(struct phy_shim_info *physhim, uint offset) in wlapi_bmac_read_shm()
189 wlapi_bmac_write_template_ram(struct phy_shim_info *physhim, int offset, in wlapi_bmac_write_template_ram()
205 wlapi_copyfrom_objmem(struct phy_shim_info *physhim, uint offset, void *buf, in wlapi_copyfrom_objmem()
212 wlapi_copyto_objmem(struct phy_shim_info *physhim, uint offset, const void *buf, in wlapi_copyto_objmem()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dselftest_mocs.c128 uint32_t *offset) in read_regs()
156 uint32_t *offset) in read_mocs_table()
170 uint32_t *offset) in read_l3cc_table()
196 static bool mcr_range(struct drm_i915_private *i915, u32 offset) in mcr_range()
233 u32 offset; in check_mocs_engine() local
/OK3568_Linux_fs/kernel/drivers/nvmem/
H A Drockchip-efuse.c143 static int rockchip_rk1808_efuse_read(void *context, unsigned int offset, in rockchip_rk1808_efuse_read()
202 static int rockchip_rk3128_efuse_read(void *context, unsigned int offset, in rockchip_rk3128_efuse_read()
242 static int rockchip_rk3288_efuse_read(void *context, unsigned int offset, in rockchip_rk3288_efuse_read()
283 unsigned int offset, in rockchip_rk3288_efuse_secure_read()
328 static int rockchip_rk3328_efuse_read(void *context, unsigned int offset, in rockchip_rk3328_efuse_read()
383 static int rockchip_rk3368_efuse_read(void *context, unsigned int offset, in rockchip_rk3368_efuse_read()
428 static int rockchip_rk3399_efuse_read(void *context, unsigned int offset, in rockchip_rk3399_efuse_read()
/OK3568_Linux_fs/kernel/sound/soc/sof/
H A Dops.h223 u32 offset, u32 value) in snd_sof_dsp_write()
234 u32 offset, u64 value) in snd_sof_dsp_write64()
245 u32 offset) in snd_sof_dsp_read()
255 u32 offset) in snd_sof_dsp_read64()
266 u32 offset, void *dest, size_t bytes) in snd_sof_dsp_block_read()
272 u32 offset, void *src, size_t bytes) in snd_sof_dsp_block_write()
506 #define snd_sof_dsp_read_poll_timeout(sdev, bar, offset, val, cond, sleep_us, timeout_us) \ argument
/OK3568_Linux_fs/kernel/drivers/misc/mei/
H A Dhw-txe.c35 unsigned long offset) in mei_txe_reg_read()
48 unsigned long offset, u32 value) in mei_txe_reg_write()
64 unsigned long offset) in mei_txe_sec_reg_read_silent()
80 unsigned long offset) in mei_txe_sec_reg_read()
96 unsigned long offset, u32 value) in mei_txe_sec_reg_write_silent()
111 unsigned long offset, u32 value) in mei_txe_sec_reg_write()
125 unsigned long offset) in mei_txe_br_reg_read()
138 unsigned long offset, u32 value) in mei_txe_br_reg_write()
/OK3568_Linux_fs/kernel/drivers/staging/greybus/
H A Dgpio.c404 static int gb_gpio_request(struct gpio_chip *chip, unsigned int offset) in gb_gpio_request()
411 static void gb_gpio_free(struct gpio_chip *chip, unsigned int offset) in gb_gpio_free()
418 static int gb_gpio_get_direction(struct gpio_chip *chip, unsigned int offset) in gb_gpio_get_direction()
432 static int gb_gpio_direction_input(struct gpio_chip *chip, unsigned int offset) in gb_gpio_direction_input()
439 static int gb_gpio_direction_output(struct gpio_chip *chip, unsigned int offset, in gb_gpio_direction_output()
447 static int gb_gpio_get(struct gpio_chip *chip, unsigned int offset) in gb_gpio_get()
461 static void gb_gpio_set(struct gpio_chip *chip, unsigned int offset, int value) in gb_gpio_set()
468 static int gb_gpio_set_config(struct gpio_chip *chip, unsigned int offset, in gb_gpio_set_config()
/OK3568_Linux_fs/kernel/drivers/pinctrl/qcom/
H A Dpinctrl-ssbi-gpio.c245 unsigned int offset, in pm8xxx_pin_config_get()
314 unsigned int offset, in pm8xxx_pin_config_set()
451 unsigned offset) in pm8xxx_gpio_direction_input()
466 unsigned offset, in pm8xxx_gpio_direction_output()
485 static int pm8xxx_gpio_get(struct gpio_chip *chip, unsigned offset) in pm8xxx_gpio_get()
507 static void pm8xxx_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in pm8xxx_gpio_set()
542 unsigned offset, in pm8xxx_gpio_dbg_show_one()
681 unsigned int offset) in pm8xxx_child_offset_to_irq()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/v3d/
H A Dv3d_drv.h170 #define V3D_READ(offset) readl(v3d->hub_regs + offset) argument
171 #define V3D_WRITE(offset, val) writel(val, v3d->hub_regs + offset) argument
173 #define V3D_BRIDGE_READ(offset) readl(v3d->bridge_regs + offset) argument
174 #define V3D_BRIDGE_WRITE(offset, val) writel(val, v3d->bridge_regs + offset) argument
176 #define V3D_GCA_READ(offset) readl(v3d->gca_regs + offset) argument
177 #define V3D_GCA_WRITE(offset, val) writel(val, v3d->gca_regs + offset) argument
179 #define V3D_CORE_READ(core, offset) readl(v3d->core_regs[core] + offset) argument
180 #define V3D_CORE_WRITE(core, offset, val) writel(val, v3d->core_regs[core] + offset) argument
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-bmips/
H A Dioremap.h7 static inline int is_bmips_internal_registers(phys_addr_t offset) in is_bmips_internal_registers()
15 static inline void __iomem *plat_ioremap(phys_addr_t offset, unsigned long size, in plat_ioremap()

1...<<11121314151617181920>>...335