Home
last modified time | relevance | path

Searched defs:offset (Results 2726 – 2750 of 7689) sorted by relevance

1...<<101102103104105106107108109110>>...308

/openbmc/linux/drivers/infiniband/sw/rdmavt/
H A Dmmap.c71 unsigned long offset = vma->vm_pgoff << PAGE_SHIFT; in rvt_mmap() local
/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ierb.c42 static void enetc_ierb_write(struct enetc_ierb *ierb, u32 offset, u32 val) in enetc_ierb_write()
/openbmc/linux/include/uapi/linux/
H A Datm_zatm.h30 int offset,next_off; /* alignment optimizations: offset */ member
/openbmc/pldm/libpldmresponder/
H A Dplatform_state_sensor.hpp162 for (std::size_t offset{0}; in getStateSensorReadingsHandler() local
/openbmc/linux/include/linux/ssb/
H A Dssb.h575 static inline u8 ssb_read8(struct ssb_device *dev, u16 offset) in ssb_read8()
579 static inline u16 ssb_read16(struct ssb_device *dev, u16 offset) in ssb_read16()
583 static inline u32 ssb_read32(struct ssb_device *dev, u16 offset) in ssb_read32()
587 static inline void ssb_write8(struct ssb_device *dev, u16 offset, u8 value) in ssb_write8()
591 static inline void ssb_write16(struct ssb_device *dev, u16 offset, u16 value) in ssb_write16()
595 static inline void ssb_write32(struct ssb_device *dev, u16 offset, u32 value) in ssb_write32()
601 size_t count, u16 offset, u8 reg_width) in ssb_block_read()
607 size_t count, u16 offset, u8 reg_width) in ssb_block_write()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu.c98 int rvu_poll_reg(struct rvu *rvu, u64 block, u64 offset, u64 mask, bool zero) in rvu_poll_reg()
609 int nvecs, offset, max_msix; in rvu_setup_msix_resources() local
1791 u16 nvecs, vec, offset; in rvu_set_msix_offset() local
1816 u16 nvecs, vec, offset; in rvu_clear_msix_offset() local
2121 int offset, err, id, devid; in __rvu_mbox_handler() local
2217 int offset, id, devid; in __rvu_mbox_up_handler() local
2855 int offset; in rvu_afvf_msix_vectors_num_ok() local
2870 int ret, offset, pf_vec_start; in rvu_register_interrupts() local
H A Dcgx.c120 void cgx_write(struct cgx *cgx, u64 lmac, u64 offset, u64 val) in cgx_write()
126 u64 cgx_read(struct cgx *cgx, u64 lmac, u64 offset) in cgx_read()
176 void cgx_lmac_write(int cgx_id, int lmac_id, u64 offset, u64 val) in cgx_lmac_write()
186 u64 cgx_lmac_read(int cgx_id, int lmac_id, u64 offset) in cgx_lmac_read()
1365 u64 event, offset, clear_bit; in cgx_fwi_event_handler() local
1629 u64 offset, ena_bit; in cgx_configure_interrupt() local
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-at91.c283 unsigned offset) in at91_pin_dbg_show()
932 unsigned offset) in at91_gpio_request_enable()
964 unsigned offset) in at91_gpio_disable_free()
1423 static int at91_gpio_get_direction(struct gpio_chip *chip, unsigned offset) in at91_gpio_get_direction()
1437 static int at91_gpio_direction_input(struct gpio_chip *chip, unsigned offset) in at91_gpio_direction_input()
1447 static int at91_gpio_get(struct gpio_chip *chip, unsigned offset) in at91_gpio_get()
1458 static void at91_gpio_set(struct gpio_chip *chip, unsigned offset, in at91_gpio_set()
1483 static int at91_gpio_direction_output(struct gpio_chip *chip, unsigned offset, in at91_gpio_direction_output()
/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c288 unsigned int offset; in __read_delay() local
496 u8 request, uint offset, void *buffer, int ret) in drm_dp_dump_access()
521 unsigned int offset, void *buffer, size_t size) in drm_dp_dpcd_access()
597 int drm_dp_dpcd_probe(struct drm_dp_aux *aux, unsigned int offset) in drm_dp_dpcd_probe()
648 ssize_t drm_dp_dpcd_read(struct drm_dp_aux *aux, unsigned int offset, in drm_dp_dpcd_read()
696 ssize_t drm_dp_dpcd_write(struct drm_dp_aux *aux, unsigned int offset, in drm_dp_dpcd_write()
2339 unsigned int offset = is_branch ? DP_BRANCH_OUI : DP_SINK_OUI; in drm_dp_read_desc() local
2508 int offset; in drm_dp_read_lttpr_regs() local
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-msm.c149 #define msm_host_readl(msm_host, host, offset) \ argument
152 #define msm_host_writel(msm_host, val, host, offset) \ argument
265 const struct sdhci_msm_offset *offset; member
294 const struct sdhci_msm_offset *offset; member
317 u32 offset) in sdhci_msm_mci_variant_readl_relaxed()
326 u32 offset) in sdhci_msm_v5_variant_readl_relaxed()
332 struct sdhci_host *host, u32 offset) in sdhci_msm_mci_variant_writel_relaxed()
341 struct sdhci_host *host, u32 offset) in sdhci_msm_v5_variant_writel_relaxed()
/openbmc/qemu/hw/vfio/
H A Dpci-quirks.c195 uint32_t offset; member
548 uint32_t offset; member
619 uint8_t offset = quirk->offset & (PCI_CONFIG_SPACE_SIZE - 1); in vfio_nvidia_3d0_quirk_read() local
645 uint8_t offset = quirk->offset & (PCI_CONFIG_SPACE_SIZE - 1); in vfio_nvidia_3d0_quirk_write() local
1062 hwaddr offset = data & 0xfff; in vfio_rtl8168_quirk_address_write() local
1100 hwaddr offset = rtl->addr & 0xfff; in vfio_rtl8168_quirk_data_read() local
/openbmc/qemu/hw/acpi/
H A Dnvdimm.c469 uint32_t offset; /* the offset in the namespace label data area. */ member
486 uint32_t offset; /* the offset in the namespace label data area. */ member
495 uint32_t offset; /* the offset into FIT buffer. */ member
673 uint32_t offset, uint32_t length, in nvdimm_rw_label_data_check()
938 Aml *whilectx, *offset; in nvdimm_build_common_dsm() local
1154 Aml *method, *pkg, *buf, *buf_size, *offset, *call_result; in nvdimm_build_fit() local
/openbmc/linux/fs/fuse/
H A Ddev.c654 unsigned offset; member
895 unsigned offset, unsigned count) in fuse_ref_page()
929 unsigned offset, unsigned count, int zeroing) in fuse_copy_page()
986 unsigned int offset = ap->descs[i].offset; in fuse_copy_pages() local
1572 unsigned int offset; in fuse_notify_store() local
1671 unsigned int offset; in fuse_retrieve() local
/openbmc/linux/drivers/pinctrl/actions/
H A Dpinctrl-s700.c38 #define _GPIOA(offset) (offset) argument
39 #define _GPIOB(offset) (32 + (offset)) argument
40 #define _GPIOC(offset) (64 + (offset)) argument
41 #define _GPIOD(offset) (96 + (offset)) argument
42 #define _GPIOE(offset) (128 + (offset)) argument
46 #define _PIN(offset) (NUM_GPIOS + (offset)) argument
/openbmc/linux/drivers/firewire/
H A Dnet.c116 u16 offset; member
276 unsigned offset, unsigned len) in fwnet_frag_overlap()
290 struct fwnet_partial_datagram *pd, unsigned offset, unsigned len) in fwnet_frag_new()
704 unsigned long long offset, void *payload, size_t length, in fwnet_receive_packet()
756 unsigned long offset; in fwnet_receive_broadcast() local
1109 unsigned long offset; in fwnet_broadcast_start() local
/openbmc/linux/drivers/ntb/hw/mscc/
H A Dntb_hw_switchtec.c354 size_t offset = 0; in switchtec_ntb_direct_get_addr() local
389 int offset; in switchtec_ntb_lut_get_addr() local
694 unsigned long offset; in switchtec_ntb_peer_db_addr() local
799 unsigned long offset; in switchtec_ntb_peer_spad_addr() local
1002 size_t size, offset; in crosslink_setup_mws() local
1126 int offset; in switchtec_ntb_init_crosslink() local
/openbmc/u-boot/drivers/phy/marvell/
H A Dcomphy_mux.c84 u32 lane, value, offset, mask; in comphy_mux_reg_write() local
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/acr/
H A Dtu102.c46 u32 offset = 0; in tu102_acr_wpr_build() local
/openbmc/linux/drivers/pinctrl/mediatek/
H A Dpinctrl-mt2701.c26 unsigned short offset; member
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_dma.c72 nv50_dma_push(struct nouveau_channel *chan, u64 offset, u32 length, in nv50_dma_push()
/openbmc/u-boot/drivers/misc/
H A Daltera_sysid.c60 int offset, void *buf, int size) in altera_sysid_read()
/openbmc/linux/drivers/media/platform/verisilicon/
H A Dhantro_g1_h264_dec.c211 size_t offset = 0; in set_buffers() local
/openbmc/linux/drivers/accel/ivpu/
H A Divpu_fw_log.c29 static int fw_log_ptr(struct ivpu_device *vdev, struct ivpu_bo *bo, u32 *offset, in fw_log_ptr()
/openbmc/u-boot/drivers/pinctrl/meson/
H A Dpinctrl-meson-axg.h17 unsigned int offset; member
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dserdes.c47 void fsl_setup_serdes(u32 offset, char proto, u32 rfcks, char vdd) in fsl_setup_serdes()

1...<<101102103104105106107108109110>>...308