Home
last modified time | relevance | path

Searched defs:offs (Results 1 – 25 of 143) sorted by relevance

123456

/drivers/scsi/aic94xx/
Daic94xx_reg.c18 unsigned long offs, u8 val) in asd_write_byte()
29 unsigned long offs, u16 val) in asd_write_word()
40 unsigned long offs, u32 val) in asd_write_dword()
52 static u8 asd_read_byte(struct asd_ha_struct *asd_ha, unsigned long offs) in asd_read_byte()
65 unsigned long offs) in asd_read_word()
78 unsigned long offs) in asd_read_dword()
285 u32 offs, int count) in asd_read_reg_string()
304 u32 offs, int count) in asd_write_reg_string()
Daic94xx_reg.h101 u16 offs) in asd_ddbsite_read_byte()
127 u16 offs, u8 val) in asd_ddbsite_write_byte()
154 u16 offs) in asd_scbsite_read_byte()
180 u16 offs, u8 val) in asd_scbsite_write_byte()
207 u16 ddb_site_no, u16 offs, in asd_ddbsite_update_word()
228 u16 ddb_site_no, u16 offs, in asd_ddbsite_update_byte()
Daic94xx_sds.c22 u8 offs[3]; member
117 u32 offs, int size) in asd_read_ocm_seg()
130 struct asd_ocm_dir *dir, u32 offs) in asd_read_ocm_dir()
162 u32 offs, int size) in asd_write_ocm_seg()
177 u32 *offs, u32 *size) in asd_find_dir_entry()
202 u32 offs, size; in asd_get_bios_chim() local
375 __le32 offs; member
577 void *buffer, u32 offs, int size) in asd_read_flash_seg()
645 u32 *offs, u32 *size) in asd_find_flash_de()
855 u32 offs, size; in asd_process_ms() local
[all …]
/drivers/net/ethernet/altera/
Daltera_utils.c9 void tse_set_bit(void __iomem *ioaddr, size_t offs, u32 bit_mask) in tse_set_bit()
16 void tse_clear_bit(void __iomem *ioaddr, size_t offs, u32 bit_mask) in tse_clear_bit()
23 int tse_bit_is_set(void __iomem *ioaddr, size_t offs, u32 bit_mask) in tse_bit_is_set()
29 int tse_bit_is_clear(void __iomem *ioaddr, size_t offs, u32 bit_mask) in tse_bit_is_clear()
/drivers/gpio/
Dgpio-syscon.c61 unsigned int val, offs; in syscon_gpio_get() local
77 unsigned int offs; in syscon_gpio_set() local
92 unsigned int offs; in syscon_gpio_dir_in() local
110 unsigned int offs; in syscon_gpio_dir_out() local
138 unsigned int offs; in rockchip_gpio_set() local
166 unsigned int offs; in keystone_gpio_set() local
Dgpio-tb10x.c48 static inline u32 tb10x_reg_read(struct tb10x_gpio *gpio, unsigned int offs) in tb10x_reg_read()
53 static inline void tb10x_reg_write(struct tb10x_gpio *gpio, unsigned int offs, in tb10x_reg_write()
59 static inline void tb10x_set_bits(struct tb10x_gpio *gpio, unsigned int offs, in tb10x_set_bits()
Dgpio-rcar.c64 static inline u32 gpio_rcar_read(struct gpio_rcar_priv *p, int offs) in gpio_rcar_read()
69 static inline void gpio_rcar_write(struct gpio_rcar_priv *p, int offs, in gpio_rcar_write()
75 static void gpio_rcar_modify_bit(struct gpio_rcar_priv *p, int offs, in gpio_rcar_modify_bit()
/drivers/pinctrl/samsung/
Dpinctrl-exynos.h60 #define EXYNOS_PIN_BANK_EINTG(pins, reg, id, offs) \ argument
70 #define EXYNOS_PIN_BANK_EINTW(pins, reg, id, offs) \ argument
80 #define EXYNOS5433_PIN_BANK_EINTG(pins, reg, id, offs) \ argument
90 #define EXYNOS5433_PIN_BANK_EINTW(pins, reg, id, offs) \ argument
100 #define EXYNOS5433_PIN_BANK_EINTW_EXT(pins, reg, id, offs, pctl_idx) \ argument
/drivers/mtd/nand/raw/
Dnand_bbt.c167 struct nand_bbt_descr *td, int offs) in read_bbt()
267 int offs = 0; in read_abs_bbt() local
287 static int scan_read_data(struct nand_chip *this, uint8_t *buf, loff_t offs, in scan_read_data()
312 static int scan_read_oob(struct nand_chip *this, uint8_t *buf, loff_t offs, in scan_read_oob()
343 static int scan_read(struct nand_chip *this, uint8_t *buf, loff_t offs, in scan_read()
353 static int scan_write_bbt(struct nand_chip *this, loff_t offs, size_t len, in scan_write_bbt()
415 loff_t offs, uint8_t *buf) in scan_block_fast()
561 loff_t offs = (loff_t)actblock << this->bbt_erase_shift; in search_bbt() local
720 int bits, page, offs, numblocks, sft, sftmsk; in write_bbt() local
1041 static int nand_update_bbt(struct nand_chip *this, loff_t offs) in nand_update_bbt()
[all …]
/drivers/mtd/tests/
Dstresstest.c58 unsigned int offs; in rand_offs() local
65 static int rand_len(int offs) in rand_len()
77 int offs = rand_offs(); in do_read() local
93 int eb = rand_eb(), offs, err, len; in do_write() local
/drivers/gpu/drm/amd/amdkfd/
Dkfd_topology.c213 #define sysfs_show_gen_prop(buffer, offs, fmt, ...) \ argument
216 #define sysfs_show_32bit_prop(buffer, offs, name, value) \ argument
218 #define sysfs_show_64bit_prop(buffer, offs, name, value) \ argument
220 #define sysfs_show_32bit_val(buffer, offs, value) \ argument
222 #define sysfs_show_str_val(buffer, offs, value) \ argument
228 int offs = 0; in sysprops_show() local
267 int offs = 0; in iolink_show() local
307 int offs = 0; in mem_show() local
339 int offs = 0; in kfd_cache_show() local
391 int offs = 0; in perf_show() local
[all …]
/drivers/clocksource/
Ddw_apb_timer.c49 static inline u32 apbt_readl(struct dw_apb_timer *timer, unsigned long offs) in apbt_readl()
55 unsigned long offs) in apbt_writel()
60 static inline u32 apbt_readl_relaxed(struct dw_apb_timer *timer, unsigned long offs) in apbt_readl_relaxed()
66 unsigned long offs) in apbt_writel_relaxed()
/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_init.c754 u32 offs = le32_to_cpu(directory->findex) + in qlcnic_get_table_desc() local
794 u32 offs, tab_size, data_size, idx; in qlcnic_validate_bootld() local
830 u32 offs, tab_size, data_size, idx; in qlcnic_validate_fw() local
882 u32 flags, file_chiprev, offs; in qlcnic_validate_product_offs() local
944 u32 offs, idx; in qlcnic_get_data_desc() local
964 u32 offs = QLCNIC_BOOTLD_START; in qlcnic_get_bootld_offs() local
979 u32 offs = QLCNIC_IMAGE_START; in qlcnic_get_fw_offs() local
/drivers/mtd/nand/
Dbbt.c80 unsigned int offs = (entry * bits_per_block) % BITS_PER_LONG; in nanddev_bbt_get_block_status() local
113 unsigned int offs = (entry * bits_per_block) % BITS_PER_LONG; in nanddev_bbt_set_block_status() local
/drivers/spi/
Dspi-mem.c451 u64 offs, size_t len, void *buf) in spi_mem_no_dirmap_read()
471 u64 offs, size_t len, const void *buf) in spi_mem_no_dirmap_write()
649 u64 offs, size_t len, void *buf) in spi_mem_dirmap_read()
695 u64 offs, size_t len, const void *buf) in spi_mem_dirmap_write()
Dspi-rpc-if.c21 u64 *offs, size_t *len) in rpcif_spi_mem_prepare()
79 u64 offs, size_t len, void *buf) in rpcif_spi_mem_dirmap_read()
/drivers/media/usb/pvrusb2/
Dpvrusb2-i2c-core.c385 u16 tcnt,bcnt,offs; in pvr2_i2c_xfer() local
432 u16 tcnt,bcnt,wcnt,offs; in pvr2_i2c_xfer() local
468 unsigned int idx,offs,cnt; in pvr2_i2c_xfer() local
Dpvrusb2-encoder.c27 unsigned int offs, in pvr2_encoder_write_words()
73 unsigned int offs, in pvr2_encoder_read_words()
/drivers/scsi/mvsas/
Dmv_64xx.c199 u32 offs; in mvs_64xx_phy_disable() local
221 u32 offs; in mvs_64xx_phy_enable() local
498 u32 tmp, offs; in mvs_64xx_free_reg_set() local
523 u32 tmp, offs; in mvs_64xx_assign_reg_set() local
/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_init.c575 __le32 offs = cpu_to_le32(directory->findex) + in nx_get_table_desc() local
619 u32 offs; in netxen_nic_validate_bootld() local
654 u32 offs; in netxen_nic_validate_fw() local
707 __le32 flags, file_chiprev, offs; in netxen_nic_validate_product_offs() local
771 __le32 offs; in nx_get_data_desc() local
787 u32 offs = NETXEN_BOOTLD_START; in nx_get_bootld_offs() local
800 u32 offs = NETXEN_IMAGE_START; in nx_get_fw_offs() local
/drivers/mtd/
Dnftlcore.c123 int nftl_read_oob(struct mtd_info *mtd, loff_t offs, size_t len, in nftl_read_oob()
144 int nftl_write_oob(struct mtd_info *mtd, loff_t offs, size_t len, in nftl_write_oob()
167 static int nftl_write(struct mtd_info *mtd, loff_t offs, size_t len, in nftl_write()
Dinftlcore.c136 int inftl_read_oob(struct mtd_info *mtd, loff_t offs, size_t len, in inftl_read_oob()
156 int inftl_write_oob(struct mtd_info *mtd, loff_t offs, size_t len, in inftl_write_oob()
176 static int inftl_write(struct mtd_info *mtd, loff_t offs, size_t len, in inftl_write()
/drivers/tee/
Dtee_shm.c375 void *tee_shm_get_va(struct tee_shm *shm, size_t offs) in tee_shm_get_va()
393 int tee_shm_get_pa(struct tee_shm *shm, size_t offs, phys_addr_t *pa) in tee_shm_get_pa()
/drivers/mtd/nand/raw/brcmnand/
Dbrcmnand.c629 static inline u32 nand_readreg(struct brcmnand_controller *ctrl, u32 offs) in nand_readreg()
636 static inline void nand_writereg(struct brcmnand_controller *ctrl, u32 offs, in nand_writereg()
784 u16 offs = ctrl->reg_offsets[reg]; in brcmnand_read_reg() local
795 u16 offs = ctrl->reg_offsets[reg]; in brcmnand_write_reg() local
831 u16 offs = ctrl->edu_offsets[reg]; in edu_writel() local
839 u16 offs = ctrl->edu_offsets[reg]; in edu_readl() local
983 u16 offs = brcmnand_cs_offset(ctrl, host->cs, BRCMNAND_CS_ACC_CONTROL); in brcmnand_set_ecc_enabled() local
1132 u16 offs = ctrl->flash_dma_offsets[dma_reg]; in flash_dma_writel() local
1140 u16 offs = ctrl->flash_dma_offsets[dma_reg]; in flash_dma_readl() local
1394 static inline u8 oob_reg_read(struct brcmnand_controller *ctrl, u32 offs) in oob_reg_read()
[all …]
/drivers/mtd/ubi/
Dgluebi.c156 int err = 0, lnum, offs, bytes_left; in gluebi_read() local
196 int err = 0, lnum, offs, bytes_left; in gluebi_write() local

123456