Home
last modified time | relevance | path

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

12345

/drivers/scsi/aic94xx/
Daic94xx_reg.c36 unsigned long offs, u8 val) in asd_write_byte()
47 unsigned long offs, u16 val) in asd_write_word()
58 unsigned long offs, u32 val) in asd_write_dword()
70 static u8 asd_read_byte(struct asd_ha_struct *asd_ha, unsigned long offs) in asd_read_byte()
83 unsigned long offs) in asd_read_word()
96 unsigned long offs) in asd_read_dword()
303 u32 offs, int count) in asd_read_reg_string()
322 u32 offs, int count) in asd_write_reg_string()
Daic94xx_reg.h119 u16 offs) in asd_ddbsite_read_byte()
145 u16 offs, u8 val) in asd_ddbsite_write_byte()
172 u16 offs) in asd_scbsite_read_byte()
198 u16 offs, u8 val) in asd_scbsite_write_byte()
225 u16 ddb_site_no, u16 offs, in asd_ddbsite_update_word()
246 u16 ddb_site_no, u16 offs, in asd_ddbsite_update_byte()
Daic94xx_sds.c40 u8 offs[3]; member
135 u32 offs, int size) in asd_read_ocm_seg()
148 struct asd_ocm_dir *dir, u32 offs) in asd_read_ocm_dir()
180 u32 offs, int size) in asd_write_ocm_seg()
195 u32 *offs, u32 *size) in asd_find_dir_entry()
220 u32 offs, size; in asd_get_bios_chim() local
393 __le32 offs; member
595 void *buffer, u32 offs, int size) in asd_read_flash_seg()
663 u32 *offs, u32 *size) in asd_find_flash_de()
873 u32 offs, size; in asd_process_ms() local
[all …]
/drivers/net/ethernet/altera/
Daltera_utils.c20 void tse_set_bit(void __iomem *ioaddr, size_t offs, u32 bit_mask) in tse_set_bit()
27 void tse_clear_bit(void __iomem *ioaddr, size_t offs, u32 bit_mask) in tse_clear_bit()
34 int tse_bit_is_set(void __iomem *ioaddr, size_t offs, u32 bit_mask) in tse_bit_is_set()
40 int tse_bit_is_clear(void __iomem *ioaddr, size_t offs, u32 bit_mask) in tse_bit_is_clear()
Daltera_sgdma.c421 uintptr_t offs = (uintptr_t)desc - (uintptr_t)priv->tx_dma_desc; in sgdma_txphysaddr() local
430 uintptr_t offs = (uintptr_t)desc - (uintptr_t)priv->rx_dma_desc; in sgdma_rxphysaddr() local
/drivers/mtd/nand/
Dnand_bbt.c172 struct nand_bbt_descr *td, int offs) in read_bbt()
270 int offs = 0; in read_abs_bbt() local
290 static int scan_read_data(struct mtd_info *mtd, uint8_t *buf, loff_t offs, in scan_read_data()
314 static int scan_read_oob(struct mtd_info *mtd, uint8_t *buf, loff_t offs, in scan_read_oob()
344 static int scan_read(struct mtd_info *mtd, uint8_t *buf, loff_t offs, in scan_read()
354 static int scan_write_bbt(struct mtd_info *mtd, loff_t offs, size_t len, in scan_write_bbt()
414 loff_t offs, uint8_t *buf, int numpages) in scan_block_fast()
560 loff_t offs = (loff_t)actblock << this->bbt_erase_shift; in search_bbt() local
624 int bits, startblock, dir, page, offs, numblocks, sft, sftmsk; in write_bbt() local
1148 static int nand_update_bbt(struct mtd_info *mtd, loff_t offs) in nand_update_bbt()
[all …]
/drivers/mtd/tests/
Dstresstest.c70 unsigned int offs; in rand_offs() local
77 static int rand_len(int offs) in rand_len()
89 int offs = rand_offs(); in do_read() local
105 int eb = rand_eb(), offs, err, len; in do_write() local
/drivers/gpio/
Dgpio-syscon.c70 unsigned int val, offs; in syscon_gpio_get() local
86 unsigned int offs; in syscon_gpio_set() local
101 unsigned int offs; in syscon_gpio_dir_in() local
119 unsigned int offs; in syscon_gpio_dir_out() local
148 unsigned int offs; in keystone_gpio_set() local
Dgpio-tb10x.c63 static inline u32 tb10x_reg_read(struct tb10x_gpio *gpio, unsigned int offs) in tb10x_reg_read()
68 static inline void tb10x_reg_write(struct tb10x_gpio *gpio, unsigned int offs, in tb10x_reg_write()
74 static inline void tb10x_set_bits(struct tb10x_gpio *gpio, unsigned int offs, in tb10x_set_bits()
Dgpio-rcar.c60 static inline u32 gpio_rcar_read(struct gpio_rcar_priv *p, int offs) in gpio_rcar_read()
65 static inline void gpio_rcar_write(struct gpio_rcar_priv *p, int offs, in gpio_rcar_write()
71 static void gpio_rcar_modify_bit(struct gpio_rcar_priv *p, int offs, in gpio_rcar_modify_bit()
/drivers/usb/dwc3/
Dio.h29 u32 offs = offset - DWC3_GLOBALS_REGS_START; in dwc3_readl() local
52 u32 offs = offset - DWC3_GLOBALS_REGS_START; in dwc3_writel() local
/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_init.c759 u32 offs = le32_to_cpu(directory->findex) + in qlcnic_get_table_desc() local
799 u32 offs, tab_size, data_size, idx; in qlcnic_validate_bootld() local
835 u32 offs, tab_size, data_size, idx; in qlcnic_validate_fw() local
887 u32 flags, file_chiprev, offs; in qlcnic_validate_product_offs() local
949 u32 offs, idx; in qlcnic_get_data_desc() local
969 u32 offs = QLCNIC_BOOTLD_START; in qlcnic_get_bootld_offs() local
984 u32 offs = QLCNIC_IMAGE_START; in qlcnic_get_fw_offs() local
/drivers/media/usb/pvrusb2/
Dpvrusb2-i2c-core.c406 u16 tcnt,bcnt,offs; in pvr2_i2c_xfer() local
454 u16 tcnt,bcnt,wcnt,offs; in pvr2_i2c_xfer() local
491 unsigned int idx,offs,cnt; in pvr2_i2c_xfer() local
Dpvrusb2-encoder.c41 unsigned int offs, in pvr2_encoder_write_words()
87 unsigned int offs, in pvr2_encoder_read_words()
Dpvrusb2-eeprom.c52 unsigned int offs; in pvr2_eeprom_fetch() local
/drivers/pinctrl/samsung/
Dpinctrl-exynos.h62 #define EXYNOS_PIN_BANK_EINTG(pins, reg, id, offs) \ argument
72 #define EXYNOS_PIN_BANK_EINTW(pins, reg, id, offs) \ argument
/drivers/scsi/mvsas/
Dmv_64xx.c214 u32 offs; in mvs_64xx_phy_disable() local
236 u32 offs; in mvs_64xx_phy_enable() local
513 u32 tmp, offs; in mvs_64xx_free_reg_set() local
538 u32 tmp, offs; in mvs_64xx_assign_reg_set() local
/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_init.c591 __le32 offs = cpu_to_le32(directory->findex) + in nx_get_table_desc() local
635 u32 offs; in netxen_nic_validate_bootld() local
670 u32 offs; in netxen_nic_validate_fw() local
723 __le32 flags, file_chiprev, offs; in netxen_nic_validate_product_offs() local
787 __le32 offs; in nx_get_data_desc() local
803 u32 offs = NETXEN_BOOTLD_START; in nx_get_bootld_offs() local
816 u32 offs = NETXEN_IMAGE_START; in nx_get_fw_offs() local
/drivers/mtd/
Dnftlcore.c136 int nftl_read_oob(struct mtd_info *mtd, loff_t offs, size_t len, in nftl_read_oob()
157 int nftl_write_oob(struct mtd_info *mtd, loff_t offs, size_t len, in nftl_write_oob()
180 static int nftl_write(struct mtd_info *mtd, loff_t offs, size_t len, in nftl_write()
Dinftlcore.c149 int inftl_read_oob(struct mtd_info *mtd, loff_t offs, size_t len, in inftl_read_oob()
169 int inftl_write_oob(struct mtd_info *mtd, loff_t offs, size_t len, in inftl_write_oob()
189 static int inftl_write(struct mtd_info *mtd, loff_t offs, size_t len, in inftl_write()
/drivers/memory/
Dtegra20-mc.c55 static inline u32 mc_readl(struct tegra20_mc *mc, u32 offs) in mc_readl()
67 static inline void mc_writel(struct tegra20_mc *mc, u32 val, u32 offs) in mc_writel()
/drivers/mtd/nand/brcmnand/
Dbrcmnand.c410 static inline u32 nand_readreg(struct brcmnand_controller *ctrl, u32 offs) in nand_readreg()
415 static inline void nand_writereg(struct brcmnand_controller *ctrl, u32 offs, in nand_writereg()
515 u16 offs = ctrl->reg_offsets[reg]; in brcmnand_read_reg() local
526 u16 offs = ctrl->reg_offsets[reg]; in brcmnand_write_reg() local
652 u16 offs = brcmnand_cs_offset(ctrl, host->cs, BRCMNAND_CS_ACC_CONTROL); in brcmnand_set_ecc_enabled() local
753 static inline void flash_dma_writel(struct brcmnand_controller *ctrl, u8 offs, in flash_dma_writel()
759 static inline u32 flash_dma_readl(struct brcmnand_controller *ctrl, u8 offs) in flash_dma_readl()
926 static inline u8 oob_reg_read(struct brcmnand_controller *ctrl, u32 offs) in oob_reg_read()
944 static inline void oob_reg_write(struct brcmnand_controller *ctrl, u32 offs, in oob_reg_write()
1254 int addr, offs; in brcmnand_read_byte() local
[all …]
/drivers/tee/
Dtee_shm.c446 void *tee_shm_get_va(struct tee_shm *shm, size_t offs) in tee_shm_get_va()
464 int tee_shm_get_pa(struct tee_shm *shm, size_t offs, phys_addr_t *pa) in tee_shm_get_pa()
/drivers/mtd/ubi/
Dgluebi.c174 int err = 0, lnum, offs, bytes_left; in gluebi_read() local
214 int err = 0, lnum, offs, bytes_left; in gluebi_write() local
/drivers/clocksource/
Ddw_apb_timer.c52 static unsigned long apbt_readl(struct dw_apb_timer *timer, unsigned long offs) in apbt_readl()
58 unsigned long offs) in apbt_writel()

12345