| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | fit.c | 89 int *offset, int *size) in fdt_image_get_offset_size() 128 ulong *load, int *offset, int *size) in fit_image_get_param() 221 int offset, size = 0; in fit_image_fixup_alloc() local 302 int offset, size; in fit_image_load_one() local 343 int offset, size; in fit_image_get_bootables_size() local 413 int offset, size; in fit_image_init_resource() local
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | sf.c | 169 static const char *spi_flash_update_block(struct spi_flash *flash, u32 offset, in spi_flash_update_block() 211 static int spi_flash_update(struct spi_flash *flash, u32 offset, in spi_flash_update() 268 loff_t offset, len, maxsize; in do_spi_flash_read_write() local 323 loff_t offset, len, maxsize; in do_spi_flash_erase() local 440 ulong offset, uint8_t *vbuf) in spi_flash_test() 505 unsigned long offset; in do_spi_flash_test() local
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_aops.c | 76 xfs_off_t offset, in __xfs_setfilesize() 101 xfs_off_t offset, in xfs_setfilesize() 149 xfs_off_t offset = ioend->io_offset; in xfs_end_ioend() local 280 loff_t offset) in xfs_imap_valid() 321 loff_t offset) in xfs_convert_blocks() 351 loff_t offset) in xfs_map_blocks()
|
| H A D | xfs_iomap.c | 111 loff_t offset, in xfs_iomap_end_fsb() 364 loff_t offset, in xfs_iomap_prealloc_size() 502 xfs_off_t offset, in xfs_iomap_write_unwritten() 729 loff_t offset, in xfs_direct_write_iomap_begin() 856 loff_t offset, in xfs_buffered_write_iomap_begin() 1079 loff_t offset, in xfs_buffered_write_iomap_end() 1146 loff_t offset, in xfs_read_iomap_begin() 1188 loff_t offset, in xfs_seek_iomap_begin() 1274 loff_t offset, in xfs_xattr_iomap_begin()
|
| /OK3568_Linux_fs/external/recovery/update_engine/ |
| H A D | rkbootloader.c | 144 static int writeMisc_mtd(char *buf, int offset, int size) in writeMisc_mtd() 188 static int readMisc_mtd(char *buf, int offset, int size) in readMisc_mtd() 215 static int writeMisc_block(char *buf, int offset, int size) in writeMisc_block() 235 static int readMisc_block(char *buf, int offset, int size) in readMisc_block() 259 static int writeMisc(char *buf, int offset, int size) in writeMisc() 268 static int readMisc(char *buf, int offset, int size) in readMisc()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/halmac/halmac_88xx/halmac_8822b/ |
| H A D | halmac_sdio_8822b.c | 241 reg_r8_sdio_8822b(struct halmac_adapter *adapter, u32 offset) in reg_r8_sdio_8822b() 270 reg_w8_sdio_8822b(struct halmac_adapter *adapter, u32 offset, u8 value) in reg_w8_sdio_8822b() 296 reg_r16_sdio_8822b(struct halmac_adapter *adapter, u32 offset) in reg_r16_sdio_8822b() 336 reg_w16_sdio_8822b(struct halmac_adapter *adapter, u32 offset, u16 value) in reg_w16_sdio_8822b() 373 reg_r32_sdio_8822b(struct halmac_adapter *adapter, u32 offset) in reg_r32_sdio_8822b() 413 reg_w32_sdio_8822b(struct halmac_adapter *adapter, u32 offset, u32 value) in reg_w32_sdio_8822b()
|
| /OK3568_Linux_fs/kernel/drivers/net/ipa/ |
| H A D | ipa_main.c | 276 u32 offset; in ipa_idle_indication_cfg() local 430 ipa_resource_config_common(struct ipa *ipa, u32 offset, in ipa_resource_config_common() 447 u32 offset = IPA_REG_SRC_RSRC_GRP_01_RSRC_TYPE_N_OFFSET(resource->type); in ipa_resource_config_src_01() local 456 u32 offset = IPA_REG_SRC_RSRC_GRP_23_RSRC_TYPE_N_OFFSET(resource->type); in ipa_resource_config_src_23() local 465 u32 offset = IPA_REG_DST_RSRC_GRP_01_RSRC_TYPE_N_OFFSET(resource->type); in ipa_resource_config_dst_01() local 474 u32 offset = IPA_REG_DST_RSRC_GRP_23_RSRC_TYPE_N_OFFSET(resource->type); in ipa_resource_config_dst_23() local
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-max3191x.c | 96 static int max3191x_get_direction(struct gpio_chip *gpio, unsigned int offset) in max3191x_get_direction() 101 static int max3191x_direction_input(struct gpio_chip *gpio, unsigned int offset) in max3191x_direction_input() 107 unsigned int offset, int value) in max3191x_direction_output() 112 static void max3191x_set(struct gpio_chip *gpio, unsigned int offset, int value) in max3191x_set() 207 static int max3191x_get(struct gpio_chip *gpio, unsigned int offset) in max3191x_get() 266 static int max3191x_set_config(struct gpio_chip *gpio, unsigned int offset, in max3191x_set_config()
|
| H A D | gpio-pcie-idio-24.c | 142 unsigned int offset) in idio_24_gpio_get_direction() 164 unsigned int offset) in idio_24_gpio_direction_input() 186 unsigned int offset, int value) in idio_24_gpio_direction_output() 208 static int idio_24_gpio_get(struct gpio_chip *chip, unsigned int offset) in idio_24_gpio_get() 246 unsigned long offset; in idio_24_gpio_get_multiple() local 279 static void idio_24_gpio_set(struct gpio_chip *chip, unsigned int offset, in idio_24_gpio_set() 324 unsigned long offset; in idio_24_gpio_set_multiple() local
|
| H A D | gpio-adnp.c | 36 static int adnp_read(struct adnp *adnp, unsigned offset, uint8_t *value) in adnp_read() 51 static int adnp_write(struct adnp *adnp, unsigned offset, uint8_t value) in adnp_write() 65 static int adnp_gpio_get(struct gpio_chip *chip, unsigned offset) in adnp_gpio_get() 80 static void __adnp_gpio_set(struct adnp *adnp, unsigned offset, int value) in __adnp_gpio_set() 99 static void adnp_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in adnp_gpio_set() 108 static int adnp_gpio_direction_input(struct gpio_chip *chip, unsigned offset) in adnp_gpio_direction_input() 144 static int adnp_gpio_direction_output(struct gpio_chip *chip, unsigned offset, in adnp_gpio_direction_output()
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/vt8500/ |
| H A D | pinctrl-wmt.c | 137 unsigned offset) in wmt_pmx_gpio_disable_free() 147 unsigned offset, in wmt_pmx_gpio_set_direction() 480 static int wmt_gpio_get_direction(struct gpio_chip *chip, unsigned offset) in wmt_gpio_get_direction() 495 static int wmt_gpio_get_value(struct gpio_chip *chip, unsigned offset) in wmt_gpio_get_value() 510 static void wmt_gpio_set_value(struct gpio_chip *chip, unsigned offset, in wmt_gpio_set_value() 529 static int wmt_gpio_direction_input(struct gpio_chip *chip, unsigned offset) in wmt_gpio_direction_input() 534 static int wmt_gpio_direction_output(struct gpio_chip *chip, unsigned offset, in wmt_gpio_direction_output()
|
| /OK3568_Linux_fs/kernel/drivers/pwm/ |
| H A D | pwm-pca9685.c | 128 static int pca9685_pwm_gpio_request(struct gpio_chip *gpio, unsigned int offset) in pca9685_pwm_gpio_request() 138 static int pca9685_pwm_gpio_get(struct gpio_chip *gpio, unsigned int offset) in pca9685_pwm_gpio_get() 149 static void pca9685_pwm_gpio_set(struct gpio_chip *gpio, unsigned int offset, in pca9685_pwm_gpio_set() 164 static void pca9685_pwm_gpio_free(struct gpio_chip *gpio, unsigned int offset) in pca9685_pwm_gpio_free() 174 unsigned int offset) in pca9685_pwm_gpio_get_direction() 181 unsigned int offset) in pca9685_pwm_gpio_direction_input() 187 unsigned int offset, int value) in pca9685_pwm_gpio_direction_output()
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/pmbus/ |
| H A D | ucd9000.c | 179 unsigned int offset) in ucd9000_gpio_read_config() 191 static int ucd9000_gpio_get(struct gpio_chip *gc, unsigned int offset) in ucd9000_gpio_get() 203 static void ucd9000_gpio_set(struct gpio_chip *gc, unsigned int offset, in ucd9000_gpio_set() 247 unsigned int offset) in ucd9000_gpio_get_direction() 260 unsigned int offset, bool direction_out, in ucd9000_gpio_set_direction() 306 unsigned int offset) in ucd9000_gpio_direction_input() 312 unsigned int offset, int val) in ucd9000_gpio_direction_output()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | mxs_gpio.c | 58 uint32_t offset = PINCTRL_DIN(bank); in gpio_get_value() local 68 uint32_t offset = PINCTRL_DOUT(bank); in gpio_set_value() local 81 uint32_t offset = PINCTRL_DOE(bank); in gpio_direction_input() local 93 uint32_t offset = PINCTRL_DOE(bank); in gpio_direction_output() local
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
| H A D | fdt.c | 30 int fdt_fixup_phy_connection(void *blob, int offset, phy_interface_t phyc) in fdt_fixup_phy_connection() 139 int offset, err; in fdt_fixup_gic() local 201 int err, offset, len; in _fdt_fixup_msi_node() local 280 int offset, len, err; in _fdt_fixup_pci_msi() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bochs/ |
| H A D | bochs_hw.c | 20 int offset = ioport - 0x3c0 + 0x400; in bochs_vga_writeb() local 32 int offset = 0x500 + (reg << 1); in bochs_dispi_read() local 44 int offset = 0x500 + (reg << 1); in bochs_dispi_write() local 279 unsigned long offset; in bochs_hw_setbase() local
|
| /OK3568_Linux_fs/kernel/drivers/soc/tegra/fuse/ |
| H A D | fuse-tegra.c | 82 static int tegra_fuse_read(void *priv, unsigned int offset, void *value, in tegra_fuse_read() 265 unsigned int offset = fuse->soc->info->spare + spare * 4; in tegra_fuse_read_spare() local 270 u32 __init tegra_fuse_read_early(unsigned int offset) in tegra_fuse_read_early() 275 int tegra_fuse_readl(unsigned long offset, u32 *value) in tegra_fuse_readl()
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/b53/ |
| H A D | b53_serdes.c | 20 static void b53_serdes_write_blk(struct b53_device *dev, u8 offset, u16 block, in b53_serdes_write_blk() 27 static u16 b53_serdes_read_blk(struct b53_device *dev, u8 offset, u16 block) in b53_serdes_read_blk() 50 u8 offset, u16 block, u16 value) in b53_serdes_write() 57 u8 offset, u16 block) in b53_serdes_read()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | r8a66597-udc.h | 122 static inline u16 r8a66597_read(struct r8a66597 *r8a66597, unsigned long offset) in r8a66597_read() 128 unsigned long offset, in r8a66597_read_fifo() 174 unsigned long offset) in r8a66597_write() 180 u16 val, u16 pat, unsigned long offset) in r8a66597_mdfy() 189 #define r8a66597_bclr(r8a66597, val, offset) \ argument 191 #define r8a66597_bset(r8a66597, val, offset) \ argument 258 unsigned long offset) in r8a66597_sudmac_read() 264 unsigned long offset) in r8a66597_sudmac_write()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt76x0/ |
| H A D | phy.c | 21 mt76x0_rf_csr_wr(struct mt76x02_dev *dev, u32 offset, u8 value) in mt76x0_rf_csr_wr() 59 static int mt76x0_rf_csr_rr(struct mt76x02_dev *dev, u32 offset) in mt76x0_rf_csr_rr() 103 mt76x0_rf_wr(struct mt76x02_dev *dev, u32 offset, u8 val) in mt76x0_rf_wr() 119 static int mt76x0_rf_rr(struct mt76x02_dev *dev, u32 offset) in mt76x0_rf_rr() 141 mt76x0_rf_rmw(struct mt76x02_dev *dev, u32 offset, u8 mask, u8 val) in mt76x0_rf_rmw() 156 mt76x0_rf_set(struct mt76x02_dev *dev, u32 offset, u8 val) in mt76x0_rf_set() 162 mt76x0_rf_clear(struct mt76x02_dev *dev, u32 offset, u8 mask) in mt76x0_rf_clear() 748 int offset; in mt76x0_phy_get_delta_power() local
|
| /OK3568_Linux_fs/kernel/arch/mips/vr41xx/common/ |
| H A D | icu.c | 89 #define icu1_read(offset) readw(icu1_base + (offset)) argument 90 #define icu1_write(offset, value) writew((value), icu1_base + (offset)) argument 92 #define icu2_read(offset) readw(icu2_base + (offset)) argument 93 #define icu2_write(offset, value) writew((value), icu2_base + (offset)) argument 98 static inline uint16_t icu1_set(uint8_t offset, uint16_t set) in icu1_set() 109 static inline uint16_t icu1_clear(uint8_t offset, uint16_t clear) in icu1_clear() 120 static inline uint16_t icu2_set(uint8_t offset, uint16_t set) in icu2_set() 131 static inline uint16_t icu2_clear(uint8_t offset, uint16_t clear) in icu2_clear()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpaa2-eth-debugfs.c | 14 static int dpaa2_dbg_cpu_show(struct seq_file *file, void *offset) in dpaa2_dbg_cpu_show() 59 static int dpaa2_dbg_fqs_show(struct seq_file *file, void *offset) in dpaa2_dbg_fqs_show() 94 static int dpaa2_dbg_ch_show(struct seq_file *file, void *offset) in dpaa2_dbg_ch_show()
|
| /OK3568_Linux_fs/kernel/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; in lzo1x_decompress_safe() local
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-loongson2ef/cs5536/ |
| H A D | cs5536.h | 30 #define SB_MSR_REG(offset) (CS5536_SB_MSR_BASE | (offset)) argument 31 #define GLIU_MSR_REG(offset) (CS5536_GLIU_MSR_BASE | (offset)) argument 32 #define ILLEGAL_MSR_REG(offset) (CS5536_ILLEGAL_MSR_BASE | (offset)) argument 33 #define USB_MSR_REG(offset) (CS5536_USB_MSR_BASE | (offset)) argument 34 #define IDE_MSR_REG(offset) (CS5536_IDE_MSR_BASE | (offset)) argument 35 #define DIVIL_MSR_REG(offset) (CS5536_DIVIL_MSR_BASE | (offset)) argument 36 #define ACC_MSR_REG(offset) (CS5536_ACC_MSR_BASE | (offset)) argument 37 #define UNUSED_MSR_REG(offset) (CS5536_UNUSED_MSR_BASE | (offset)) argument 38 #define GLCP_MSR_REG(offset) (CS5536_GLCP_MSR_BASE | (offset)) argument
|