Home
last modified time | relevance | path

Searched defs:offset (Results 151 – 175 of 7564) sorted by relevance

12345678910>>...303

/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dtables_phy_ht.c606 u32 b43_httab_read(struct b43_wldev *dev, u32 offset) in b43_httab_read()
637 void b43_httab_read_bulk(struct b43_wldev *dev, u32 offset, in b43_httab_read_bulk()
672 void b43_httab_write(struct b43_wldev *dev, u32 offset, u32 value) in b43_httab_write()
702 void b43_httab_write_few(struct b43_wldev *dev, u32 offset, size_t num, ...) in b43_httab_write_few()
747 void b43_httab_write_bulk(struct b43_wldev *dev, u32 offset, in b43_httab_write_bulk()
791 #define httab_upload(dev, offset, data) do { \ argument
/openbmc/linux/arch/m68k/include/asm/
H A Dmac_psc.h222 static inline void psc_write_byte(int offset, __u8 data) in psc_write_byte()
227 static inline void psc_write_word(int offset, __u16 data) in psc_write_word()
232 static inline void psc_write_long(int offset, __u32 data) in psc_write_long()
237 static inline u8 psc_read_byte(int offset) in psc_read_byte()
242 static inline u16 psc_read_word(int offset) in psc_read_word()
247 static inline u32 psc_read_long(int offset) in psc_read_long()
/openbmc/linux/drivers/gpio/
H A Dgpio-pl061.c63 static int pl061_get_direction(struct gpio_chip *gc, unsigned offset) in pl061_get_direction()
73 static int pl061_direction_input(struct gpio_chip *gc, unsigned offset) in pl061_direction_input()
88 static int pl061_direction_output(struct gpio_chip *gc, unsigned offset, in pl061_direction_output()
111 static int pl061_get_value(struct gpio_chip *gc, unsigned offset) in pl061_get_value()
118 static void pl061_set_value(struct gpio_chip *gc, unsigned offset, int value) in pl061_set_value()
129 int offset = irqd_to_hwirq(d); in pl061_irq_type() local
216 int offset; in pl061_irq_handler() local
372 int offset; in pl061_suspend() local
393 int offset; in pl061_resume() local
H A Dgpio-tps68470.c29 static int tps68470_gpio_get(struct gpio_chip *gc, unsigned int offset) in tps68470_gpio_get()
51 unsigned int offset) in tps68470_gpio_get_direction()
73 static void tps68470_gpio_set(struct gpio_chip *gc, unsigned int offset, in tps68470_gpio_set()
88 static int tps68470_gpio_output(struct gpio_chip *gc, unsigned int offset, in tps68470_gpio_output()
106 static int tps68470_gpio_input(struct gpio_chip *gc, unsigned int offset) in tps68470_gpio_input()
H A Dgpio-regmap.c49 unsigned int base, unsigned int offset, in gpio_regmap_simple_xlate()
61 static int gpio_regmap_get(struct gpio_chip *chip, unsigned int offset) in gpio_regmap_get()
84 static void gpio_regmap_set(struct gpio_chip *chip, unsigned int offset, in gpio_regmap_set()
99 unsigned int offset, int val) in gpio_regmap_set_with_clear()
114 unsigned int offset) in gpio_regmap_get_direction()
150 unsigned int offset, bool output) in gpio_regmap_set_direction()
179 unsigned int offset) in gpio_regmap_direction_input()
185 unsigned int offset, int value) in gpio_regmap_direction_output()
H A Dgpio-moxtet.c34 static int moxtet_gpio_get_value(struct gpio_chip *gc, unsigned int offset) in moxtet_gpio_get_value()
55 static void moxtet_gpio_set_value(struct gpio_chip *gc, unsigned int offset, in moxtet_gpio_set_value()
75 static int moxtet_gpio_get_direction(struct gpio_chip *gc, unsigned int offset) in moxtet_gpio_get_direction()
89 unsigned int offset) in moxtet_gpio_direction_input()
102 unsigned int offset, int val) in moxtet_gpio_direction_output()
H A Dgpio-ts4900.c32 unsigned int offset) in ts4900_gpio_get_direction()
46 unsigned int offset) in ts4900_gpio_direction_input()
58 unsigned int offset, int value) in ts4900_gpio_direction_output()
88 static int ts4900_gpio_get(struct gpio_chip *chip, unsigned int offset) in ts4900_gpio_get()
98 static void ts4900_gpio_set(struct gpio_chip *chip, unsigned int offset, in ts4900_gpio_set()
H A Dgpio-xra1403.c45 static unsigned int to_reg(unsigned int reg, unsigned int offset) in to_reg()
50 static int xra1403_direction_input(struct gpio_chip *chip, unsigned int offset) in xra1403_direction_input()
58 static int xra1403_direction_output(struct gpio_chip *chip, unsigned int offset, in xra1403_direction_output()
75 static int xra1403_get_direction(struct gpio_chip *chip, unsigned int offset) in xra1403_get_direction()
91 static int xra1403_get(struct gpio_chip *chip, unsigned int offset) in xra1403_get()
104 static void xra1403_set(struct gpio_chip *chip, unsigned int offset, int value) in xra1403_set()
/openbmc/linux/drivers/ssb/
H A Dsdio.c167 u32 ssb_sdio_scan_read32(struct ssb_bus *bus, u16 offset) in ssb_sdio_scan_read32()
229 static u8 ssb_sdio_read8(struct ssb_device *dev, u16 offset) in ssb_sdio_read8()
251 static u16 ssb_sdio_read16(struct ssb_device *dev, u16 offset) in ssb_sdio_read16()
273 static u32 ssb_sdio_read32(struct ssb_device *dev, u16 offset) in ssb_sdio_read32()
298 size_t count, u16 offset, u8 reg_width) in ssb_sdio_block_read()
343 static void ssb_sdio_write8(struct ssb_device *dev, u16 offset, u8 val) in ssb_sdio_write8()
362 static void ssb_sdio_write16(struct ssb_device *dev, u16 offset, u16 val) in ssb_sdio_write16()
381 static void ssb_sdio_write32(struct ssb_device *dev, u16 offset, u32 val) in ssb_sdio_write32()
405 size_t count, u16 offset, u8 reg_width) in ssb_sdio_block_write()
/openbmc/qemu/hw/usb/
H A Dchipidea.c23 static uint64_t chipidea_read(void *opaque, hwaddr offset, in chipidea_read()
29 static void chipidea_write(void *opaque, hwaddr offset, in chipidea_write()
51 static uint64_t chipidea_dc_read(void *opaque, hwaddr offset, in chipidea_dc_read()
70 static void chipidea_dc_write(void *opaque, hwaddr offset, in chipidea_dc_write()
101 hwaddr offset; in chipidea_init() member
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Ditem.h12 unsigned short offset; /* bytes in container */ member
47 unsigned int offset = __mlxsw_item_offset(item, index, sizeof(u8)); in __mlxsw_item_get8() local
62 unsigned int offset = __mlxsw_item_offset(item, index, in __mlxsw_item_set8() local
81 unsigned int offset = __mlxsw_item_offset(item, index, sizeof(u16)); in __mlxsw_item_get16() local
96 unsigned int offset = __mlxsw_item_offset(item, index, in __mlxsw_item_set16() local
115 unsigned int offset = __mlxsw_item_offset(item, index, sizeof(u32)); in __mlxsw_item_get32() local
130 unsigned int offset = __mlxsw_item_offset(item, index, in __mlxsw_item_set32() local
149 unsigned int offset = __mlxsw_item_offset(item, index, sizeof(u64)); in __mlxsw_item_get64() local
164 unsigned int offset = __mlxsw_item_offset(item, index, sizeof(u64)); in __mlxsw_item_set64() local
182 unsigned int offset = __mlxsw_item_offset(item, index, sizeof(char)); in __mlxsw_item_memcpy_from() local
[all …]
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_nvm.c22 ice_aq_read_nvm(struct ice_hw *hw, u16 module_typeid, u32 offset, u16 length, in ice_aq_read_nvm()
66 ice_read_flat_nvm(struct ice_hw *hw, u32 offset, u32 *length, u8 *data, in ice_read_flat_nvm()
125 ice_aq_update_nvm(struct ice_hw *hw, u16 module_typeid, u32 offset, in ice_aq_update_nvm()
188 static int ice_read_sr_word_aq(struct ice_hw *hw, u16 offset, u16 *data) in ice_read_sr_word_aq()
252 u32 offset, size; in ice_get_flash_bank_offset() local
322 u32 offset, u8 *data, u32 length) in ice_read_flash_module()
356 ice_read_nvm_module(struct ice_hw *hw, enum ice_bank_select bank, u32 offset, u16 *data) in ice_read_nvm_module()
380 ice_read_nvm_sr_copy(struct ice_hw *hw, enum ice_bank_select bank, u32 offset, u16 *data) in ice_read_nvm_sr_copy()
395 ice_read_netlist_module(struct ice_hw *hw, enum ice_bank_select bank, u32 offset, u16 *data) in ice_read_netlist_module()
416 int ice_read_sr_word(struct ice_hw *hw, u16 offset, u16 *data) in ice_read_sr_word()
[all …]
/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dradio.c99 u16 b43legacy_radio_read16(struct b43legacy_wldev *dev, u16 offset) in b43legacy_radio_read16()
126 void b43legacy_radio_write16(struct b43legacy_wldev *dev, u16 offset, u16 val) in b43legacy_radio_write16()
139 u16 offset = 0x0400; in b43legacy_set_all_gains() local
174 u16 offset = 0x0400; in b43legacy_set_original_gains() local
317 void b43legacy_nrssi_hw_write(struct b43legacy_wldev *dev, u16 offset, s16 val) in b43legacy_nrssi_hw_write()
324 s16 b43legacy_nrssi_hw_read(struct b43legacy_wldev *dev, u16 offset) in b43legacy_nrssi_hw_read()
905 u8 id, u16 offset, u16 value) in _stack_save()
919 u8 id, u16 offset) in _stack_restore()
937 #define phy_stacksave(offset) \ argument
942 #define phy_stackrestore(offset) \ argument
[all …]
/openbmc/u-boot/arch/arm/mach-tegra/
H A Divc.c73 ulong offset) in tegra_ivc_invalidate_counter()
81 ulong offset) in tegra_ivc_flush_counter()
182 ulong offset; in tegra_ivc_check_read() local
211 ulong offset; in tegra_ivc_check_write() local
256 ulong offset; in tegra_ivc_read_advance() local
300 ulong offset; in tegra_ivc_write_advance() local
353 ulong offset; in tegra_ivc_channel_notified() local
474 ulong offset; in tegra_ivc_channel_reset() local
/openbmc/u-boot/drivers/core/
H A Dregmap.c93 int offset = ofnode_to_offset(node); in init_range() local
249 int regmap_raw_read_range(struct regmap *map, uint range_num, uint offset, in regmap_raw_read_range()
292 int regmap_raw_read(struct regmap *map, uint offset, void *valp, size_t val_len) in regmap_raw_read()
297 int regmap_read(struct regmap *map, uint offset, uint *valp) in regmap_read()
358 int regmap_raw_write_range(struct regmap *map, uint range_num, uint offset, in regmap_raw_write_range()
401 int regmap_raw_write(struct regmap *map, uint offset, const void *val, in regmap_raw_write()
407 int regmap_write(struct regmap *map, uint offset, uint val) in regmap_write()
412 int regmap_update_bits(struct regmap *map, uint offset, uint mask, uint val) in regmap_update_bits()
/openbmc/linux/arch/sparc/lib/
H A Dmemset.S30 #define STORE(source, base, offset, n) \ argument
42 #define STORE_LAST(source, base, offset, n) \ argument
49 #define ZERO_BIG_BLOCK(base, offset, source) \ argument
59 #define ZERO_LAST_BLOCKS(base, offset, source) \ argument
H A Dmemcpy.S20 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
34 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
44 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
52 #define MOVE_LASTALIGNCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
58 #define MOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
/openbmc/linux/fs/ecryptfs/
H A Dread_write.c28 loff_t offset, size_t size) in ecryptfs_write_lower()
62 loff_t offset; in ecryptfs_write_lower_page_segment() local
93 int ecryptfs_write(struct inode *ecryptfs_inode, char *data, loff_t offset, in ecryptfs_write()
219 int ecryptfs_read_lower(char *data, loff_t offset, size_t size, in ecryptfs_read_lower()
252 loff_t offset; in ecryptfs_read_lower_page_segment() local
/openbmc/u-boot/drivers/mtd/spi/
H A Dsf-uclass.c15 int spi_flash_read_dm(struct udevice *dev, u32 offset, size_t len, void *buf) in spi_flash_read_dm()
20 int spi_flash_write_dm(struct udevice *dev, u32 offset, size_t len, in spi_flash_write_dm()
26 int spi_flash_erase_dm(struct udevice *dev, u32 offset, size_t len) in spi_flash_erase_dm()
31 int spi_flash_ctrl_wlock_dm(struct udevice *dev, u32 offset, size_t len) in spi_flash_ctrl_wlock_dm()
36 int spi_flash_ctrl_wunlock_dm(struct udevice *dev, u32 offset, size_t len) in spi_flash_ctrl_wunlock_dm()
/openbmc/u-boot/fs/cramfs/
H A Dcramfs.c101 static char *cramfs_uncompress_link (unsigned long begin, unsigned long offset) in cramfs_uncompress_link()
116 static unsigned long cramfs_resolve (unsigned long begin, unsigned long offset, in cramfs_resolve()
207 static int cramfs_uncompress (unsigned long begin, unsigned long offset, in cramfs_uncompress()
239 unsigned long offset; in cramfs_load() local
256 static int cramfs_list_inode (struct part_info *info, unsigned long offset) in cramfs_list_inode()
300 unsigned long offset, size; in cramfs_ls() local
/openbmc/linux/arch/powerpc/platforms/pasemi/
H A Dpci.c28 static inline int pa_pxp_offset_valid(u8 bus, u8 devfn, int offset) in pa_pxp_offset_valid()
41 u8 bus, u8 devfn, int offset) in pa_pxp_cfg_addr()
59 int offset, int len, u32 *val) in workaround_5945()
157 int offset, int len, u32 *val) in pa_pxp_read_config()
196 int offset, int len, u32 val) in pa_pxp_write_config()
285 void __iomem *__init pasemi_pci_getcfgaddr(struct pci_dev *dev, int offset) in pasemi_pci_getcfgaddr()
/openbmc/u-boot/board/cavium/thunderx/
H A Datf.c18 ssize_t atf_read_mmc(uintptr_t offset, void *buffer, size_t size) in atf_read_mmc()
31 ssize_t atf_read_nor(uintptr_t offset, void *buffer, size_t size) in atf_read_nor()
66 ssize_t atf_erase_nor(uintptr_t offset, size_t size) in atf_erase_nor()
78 ssize_t atf_write_nor(uintptr_t offset, const void *buffer, size_t size) in atf_write_nor()
92 ssize_t atf_write_mmc(uintptr_t offset, const void *buffer, size_t size) in atf_write_mmc()
229 size_t size, offset; in do_atf() local
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dbgmac-platform.c36 static u32 platform_bgmac_read(struct bgmac *bgmac, u16 offset) in platform_bgmac_read()
41 static void platform_bgmac_write(struct bgmac *bgmac, u16 offset, u32 value) in platform_bgmac_write()
46 static u32 platform_bgmac_idm_read(struct bgmac *bgmac, u16 offset) in platform_bgmac_idm_read()
51 static void platform_bgmac_idm_write(struct bgmac *bgmac, u16 offset, u32 value) in platform_bgmac_idm_write()
96 static void platform_bgmac_cco_ctl_maskset(struct bgmac *bgmac, u32 offset, in platform_bgmac_cco_ctl_maskset()
111 static void platform_bgmac_cmn_maskset32(struct bgmac *bgmac, u16 offset, in platform_bgmac_cmn_maskset32()
/openbmc/phosphor-ipmi-flash/tools/
H A Dio.cpp16 bool DevMemDevice::read(const std::size_t offset, const std::size_t length, in read()
54 bool DevMemDevice::write(const std::size_t offset, const std::size_t length, in write()
109 bool PpcMemDevice::read(const std::size_t offset, const std::size_t length, in read()
133 bool PpcMemDevice::write(const std::size_t offset, const std::size_t length, in write()
/openbmc/linux/crypto/async_tx/
H A Dasync_xor.c100 do_sync_xor_offs(struct page *dest, unsigned int offset, in do_sync_xor_offs()
141 dma_xor_aligned_offsets(struct dma_device *device, unsigned int offset, in dma_xor_aligned_offsets()
182 async_xor_offs(struct page *dest, unsigned int offset, in async_xor_offs()
273 async_xor(struct page *dest, struct page **src_list, unsigned int offset, in async_xor()
281 static int page_is_zero(struct page *p, unsigned int offset, size_t len) in page_is_zero()
315 async_xor_val_offs(struct page *dest, unsigned int offset, in async_xor_val_offs()
409 async_xor_val(struct page *dest, struct page **src_list, unsigned int offset, in async_xor_val()

12345678910>>...303