Home
last modified time | relevance | path

Searched defs:offset (Results 576 – 600 of 8351) sorted by relevance

1...<<21222324252627282930>>...335

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/halmac/halmac_88xx/halmac_8822c/
H A Dhalmac_sdio_8822c.c286 reg_r8_sdio_8822c(struct halmac_adapter *adapter, u32 offset) in reg_r8_sdio_8822c()
331 reg_w8_sdio_8822c(struct halmac_adapter *adapter, u32 offset, u8 value) in reg_w8_sdio_8822c()
365 reg_r16_sdio_8822c(struct halmac_adapter *adapter, u32 offset) in reg_r16_sdio_8822c()
417 reg_w16_sdio_8822c(struct halmac_adapter *adapter, u32 offset, u16 value) in reg_w16_sdio_8822c()
465 reg_r32_sdio_8822c(struct halmac_adapter *adapter, u32 offset) in reg_r32_sdio_8822c()
523 reg_w32_sdio_8822c(struct halmac_adapter *adapter, u32 offset, u32 value) in reg_w32_sdio_8822c()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dfile.c183 ext4_extending_io(struct inode *inode, loff_t offset, size_t len) in ext4_extending_io()
286 static ssize_t ext4_handle_inode_extension(struct inode *inode, loff_t offset, in ext4_handle_inode_extension()
430 loff_t offset; in ext4_dio_write_checks() local
479 loff_t offset = iocb->ki_pos; in ext4_dio_write_iter() local
626 loff_t offset; in ext4_dax_write_iter() local
888 loff_t ext4_llseek(struct file *file, loff_t offset, int whence) in ext4_llseek()
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Ddcr.h28 #define SDRAM0_READ(offset) ({\ argument
31 #define SDRAM0_WRITE(offset, data) ({\ argument
181 #define SDR0_READ(offset) ({\ argument
184 #define SDR0_WRITE(offset, data) ({\ argument
199 #define CPR0_READ(offset) ({\ argument
202 #define CPR0_WRITE(offset, data) ({\ argument
/OK3568_Linux_fs/kernel/drivers/pinctrl/aspeed/
H A Dpinctrl-aspeed.c41 struct seq_file *s, unsigned int offset) in aspeed_pinctrl_pin_dbg_show()
377 unsigned int offset) in aspeed_gpio_request_enable()
474 static inline bool pin_in_config_range(unsigned int offset, in pin_in_config_range()
482 unsigned int offset, in find_pinconf_config()
528 int aspeed_pin_config_get(struct pinctrl_dev *pctldev, unsigned int offset, in aspeed_pin_config_get()
569 int aspeed_pin_config_set(struct pinctrl_dev *pctldev, unsigned int offset, in aspeed_pin_config_set()
/OK3568_Linux_fs/kernel/fs/xfs/scrub/
H A Dcommon.c120 xfs_fileoff_t offset, in __xchk_fblock_process_error()
150 xfs_fileoff_t offset, in xchk_fblock_process_error()
161 xfs_fileoff_t offset, in xchk_fblock_xref_process_error()
262 xfs_fileoff_t offset) in xchk_fblock_set_corrupt()
273 xfs_fileoff_t offset) in xchk_fblock_xref_set_corrupt()
297 xfs_fileoff_t offset) in xchk_fblock_set_warning()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsmc91111.c169 static inline word SMC_inw(struct eth_device *dev, dword offset) in SMC_inw()
177 static inline void SMC_outw(struct eth_device *dev, word value, dword offset) in SMC_outw()
183 static inline byte SMC_inb(struct eth_device *dev, dword offset) in SMC_inb()
191 static inline void SMC_outb(struct eth_device *dev, byte value, dword offset) in SMC_outb()
204 static inline void SMC_insw(struct eth_device *dev, dword offset, in SMC_insw()
216 static inline void SMC_outsw(struct eth_device *dev, dword offset, in SMC_outsw()
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-f7188x.c257 static int f7188x_gpio_get_direction(struct gpio_chip *chip, unsigned offset) in f7188x_gpio_get_direction()
279 static int f7188x_gpio_direction_in(struct gpio_chip *chip, unsigned offset) in f7188x_gpio_direction_in()
300 static int f7188x_gpio_get(struct gpio_chip *chip, unsigned offset) in f7188x_gpio_get()
325 unsigned offset, int value) in f7188x_gpio_direction_out()
353 static void f7188x_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in f7188x_gpio_set()
375 static int f7188x_gpio_set_config(struct gpio_chip *chip, unsigned offset, in f7188x_gpio_set_config()
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dibmphp_hpc.c325 static u8 isa_ctrl_read(struct controller *ctlr_ptr, u8 offset) in isa_ctrl_read()
340 static void isa_ctrl_write(struct controller *ctlr_ptr, u8 offset, u8 data) in isa_ctrl_write()
350 static u8 pci_ctrl_read(struct controller *ctrl, u8 offset) in pci_ctrl_read()
359 static u8 pci_ctrl_write(struct controller *ctrl, u8 offset, u8 data) in pci_ctrl_write()
370 static u8 ctrl_read(struct controller *ctlr, void __iomem *base, u8 offset) in ctrl_read()
390 static u8 ctrl_write(struct controller *ctlr, void __iomem *base, u8 offset, u8 data) in ctrl_write()
/OK3568_Linux_fs/kernel/include/linux/bcma/
H A Dbcma_driver_pcie2.h151 #define pcie2_read16(pcie2, offset) bcma_read16((pcie2)->core, offset) argument
152 #define pcie2_read32(pcie2, offset) bcma_read32((pcie2)->core, offset) argument
153 #define pcie2_write16(pcie2, offset, val) bcma_write16((pcie2)->core, offset, val) argument
154 #define pcie2_write32(pcie2, offset, val) bcma_write32((pcie2)->core, offset, val) argument
156 #define pcie2_set32(pcie2, offset, set) bcma_set32((pcie2)->core, offset, set) argument
157 #define pcie2_mask32(pcie2, offset, mask) bcma_mask32((pcie2)->core, offset, mask) argument
/OK3568_Linux_fs/kernel/drivers/usb/musb/
H A Dsunxi.c397 static u32 sunxi_musb_ep_offset(u8 epnum, u16 offset) in sunxi_musb_ep_offset()
405 static u32 sunxi_musb_busctl_offset(u8 epnum, u16 offset) in sunxi_musb_busctl_offset()
410 static u8 sunxi_musb_readb(void __iomem *addr, u32 offset) in sunxi_musb_readb()
471 static void sunxi_musb_writeb(void __iomem *addr, unsigned offset, u8 data) in sunxi_musb_writeb()
523 static u16 sunxi_musb_readw(void __iomem *addr, u32 offset) in sunxi_musb_readw()
560 static void sunxi_musb_writew(void __iomem *addr, unsigned offset, u16 data) in sunxi_musb_writew()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Drtw_efuse.h62 #define IS_MASKED_MP(ic, txt, offset) (EFUSE_IsAddressMasked_MP_##ic##txt(offset)) argument
63 #define IS_MASKED_TC(ic, txt, offset) (EFUSE_IsAddressMasked_TC_##ic##txt(offset)) argument
66 #define GET_MASK_ARRAY_MP(ic, txt, offset) (EFUSE_GetMaskArray_MP_##ic##txt(offset)) argument
67 #define GET_MASK_ARRAY_TC(ic, txt, offset) (EFUSE_GetMaskArray_TC_##ic##txt(offset)) argument
70 #define IS_MASKED(ic, txt, offset) ( IS_MASKED_MP(ic,txt, offset) ) argument
86 u8 offset; member
/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Dti-ads7950.c406 static void ti_ads7950_set(struct gpio_chip *chip, unsigned int offset, in ti_ads7950_set()
424 static int ti_ads7950_get(struct gpio_chip *chip, unsigned int offset) in ti_ads7950_get()
460 unsigned int offset) in ti_ads7950_get_direction()
468 static int _ti_ads7950_set_direction(struct gpio_chip *chip, int offset, in _ti_ads7950_set_direction()
494 unsigned int offset) in ti_ads7950_direction_input()
500 unsigned int offset, int value) in ti_ads7950_direction_output()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/
H A Dhal_halmac.c36 static u8 _halmac_sdio_cmd52_read(void *p, u32 offset) in _halmac_sdio_cmd52_read()
53 static void _halmac_sdio_cmd52_write(void *p, u32 offset, u8 val) in _halmac_sdio_cmd52_write()
65 static u8 _halmac_sdio_reg_read_8(void *p, u32 offset) in _halmac_sdio_reg_read_8()
93 static u16 _halmac_sdio_reg_read_16(void *p, u32 offset) in _halmac_sdio_reg_read_16()
121 static u32 _halmac_sdio_reg_read_32(void *p, u32 offset) in _halmac_sdio_reg_read_32()
149 static void _halmac_sdio_reg_write_8(void *p, u32 offset, u8 val) in _halmac_sdio_reg_write_8()
169 static void _halmac_sdio_reg_write_16(void *p, u32 offset, u16 val) in _halmac_sdio_reg_write_16()
190 static void _halmac_sdio_reg_write_32(void *p, u32 offset, u32 val) in _halmac_sdio_reg_write_32()
213 static u8 _halmac_reg_read_8(void *p, u32 offset) in _halmac_reg_read_8()
225 static u16 _halmac_reg_read_16(void *p, u32 offset) in _halmac_reg_read_16()
[all …]
/OK3568_Linux_fs/kernel/block/partitions/
H A Dibm.c144 loff_t offset, size; in find_vol1_partitions() local
204 loff_t offset, geo_size, size; in find_lnx1_partitions() local
249 loff_t offset, size; in find_cms1_partitions() local
296 loff_t i_size, offset, size; in ibm_partition() local
/OK3568_Linux_fs/u-boot/tools/dtoc/
H A Dfdt.py40 def __init__(self, node, offset, name, bytes): argument
177 def __init__(self, fdt, parent, offset, name, path): argument
384 def GetStructOffset(self, offset): argument
395 def Node(self, fdt, parent, offset, name, path): argument
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_shared/host/
H A Dtag.c31 int offset, in sh_css_create_tag_descr()
54 int offset; in sh_css_encode_tag_descr() local
/OK3568_Linux_fs/kernel/arch/sparc/lib/
H A Dblockops.S15 #define BLAST_BLOCK(buf, offset) \ argument
28 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
/OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/
H A Dcvmx-pip-defs.h54 #define CVMX_PIP_ALT_SKIP_CFGX(offset) (CVMX_ADD_IO_SEG(0x00011800A0002A00ull) + ((offset) & 3) * 8) argument
57 #define CVMX_PIP_BSEL_EXT_CFGX(offset) (CVMX_ADD_IO_SEG(0x00011800A0002800ull) + ((offset) & 3) * 1… argument
58 #define CVMX_PIP_BSEL_EXT_POSX(offset) (CVMX_ADD_IO_SEG(0x00011800A0002808ull) + ((offset) & 3) * 1… argument
59 #define CVMX_PIP_BSEL_TBL_ENTX(offset) (CVMX_ADD_IO_SEG(0x00011800A0003000ull) + ((offset) & 511) *… argument
61 #define CVMX_PIP_CRC_CTLX(offset) (CVMX_ADD_IO_SEG(0x00011800A0000040ull) + ((offset) & 1) * 8) argument
62 #define CVMX_PIP_CRC_IVX(offset) (CVMX_ADD_IO_SEG(0x00011800A0000050ull) + ((offset) & 1) * 8) argument
63 #define CVMX_PIP_DEC_IPSECX(offset) (CVMX_ADD_IO_SEG(0x00011800A0000080ull) + ((offset) & 3) * 8) argument
66 #define CVMX_PIP_FRM_LEN_CHKX(offset) (CVMX_ADD_IO_SEG(0x00011800A0000180ull) + ((offset) & 1) * 8) argument
73 #define CVMX_PIP_PRI_TBLX(offset) (CVMX_ADD_IO_SEG(0x00011800A0004000ull) + ((offset) & 255) * 8) argument
74 #define CVMX_PIP_PRT_CFGBX(offset) (CVMX_ADD_IO_SEG(0x00011800A0008000ull) + ((offset) & 63) * 8) argument
[all …]
H A Dcvmx-led-defs.h39 #define CVMX_LED_PRT_STATUSX(offset) (CVMX_ADD_IO_SEG(0x0001180000001A80ull) + ((offset) & 7) * 8) argument
40 #define CVMX_LED_UDD_CNTX(offset) (CVMX_ADD_IO_SEG(0x0001180000001A20ull) + ((offset) & 1) * 8) argument
41 #define CVMX_LED_UDD_DATX(offset) (CVMX_ADD_IO_SEG(0x0001180000001A38ull) + ((offset) & 1) * 8) argument
42 #define CVMX_LED_UDD_DAT_CLRX(offset) (CVMX_ADD_IO_SEG(0x0001180000001AC8ull) + ((offset) & 1) * 16) argument
43 #define CVMX_LED_UDD_DAT_SETX(offset) (CVMX_ADD_IO_SEG(0x0001180000001AC0ull) + ((offset) & 1) * 16) argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Ddce3_1_afmt.c170 void dce3_2_hdmi_update_acr(struct drm_encoder *encoder, long offset, in dce3_2_hdmi_update_acr()
202 void dce3_2_set_audio_packet(struct drm_encoder *encoder, u32 offset) in dce3_2_set_audio_packet()
223 void dce3_2_set_mute(struct drm_encoder *encoder, u32 offset, bool mute) in dce3_2_set_mute()
/OK3568_Linux_fs/kernel/drivers/soc/fsl/qe/
H A Dqe_common.c168 void cpm_muram_free(s32 offset) in cpm_muram_free()
201 s32 cpm_muram_alloc_fixed(unsigned long offset, unsigned long size) in cpm_muram_alloc_fixed()
220 void __iomem *cpm_muram_addr(unsigned long offset) in cpm_muram_addr()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A Dnv50.c56 nv50_instobj_wr32_slow(struct nvkm_memory *memory, u64 offset, u32 data) in nv50_instobj_wr32_slow()
75 nv50_instobj_rd32_slow(struct nvkm_memory *memory, u64 offset) in nv50_instobj_rd32_slow()
102 nv50_instobj_wr32(struct nvkm_memory *memory, u64 offset, u32 data) in nv50_instobj_wr32()
108 nv50_instobj_rd32(struct nvkm_memory *memory, u64 offset) in nv50_instobj_rd32()
183 nv50_instobj_map(struct nvkm_memory *memory, u64 offset, struct nvkm_vmm *vmm, in nv50_instobj_map()
/OK3568_Linux_fs/kernel/drivers/staging/media/omap4iss/
H A Diss.h166 u32 offset) in iss_reg_read()
180 u32 offset, u32 value) in iss_reg_write()
194 u32 offset, u32 clr) in iss_reg_clr()
210 u32 offset, u32 set) in iss_reg_set()
229 u32 offset, u32 clr, u32 set) in iss_reg_update()
/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Dmtd_blk.c34 loff_t offset, in mtd_blk_map_table_init()
101 loff_t offset = *off; in get_mtd_blk_map_address() local
171 static __maybe_unused int mtd_map_read(struct mtd_info *mtd, loff_t offset, in mtd_map_read()
220 static __maybe_unused int mtd_map_write(struct mtd_info *mtd, loff_t offset, in mtd_map_write()
304 static __maybe_unused int mtd_map_erase(struct mtd_info *mtd, loff_t offset, in mtd_map_erase()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dnand_util.c265 int nand_get_lock_status(struct mtd_info *mtd, loff_t offset) in nand_get_lock_status()
409 static int check_skip_len(struct mtd_info *mtd, loff_t offset, size_t length, in check_skip_len()
572 int nand_write_skip_bad(struct mtd_info *mtd, loff_t offset, size_t *length, in nand_write_skip_bad()
706 int nand_read_skip_bad(struct mtd_info *mtd, loff_t offset, size_t *length, in nand_read_skip_bad()
811 int nand_torture(struct mtd_info *mtd, loff_t offset) in nand_torture()

1...<<21222324252627282930>>...335