Home
last modified time | relevance | path

Searched defs:reg (Results 5376 – 5400 of 7067) sorted by relevance

1...<<211212213214215216217218219220>>...283

/openbmc/linux/drivers/pinctrl/intel/
H A Dpinctrl-cherryview.c581 void __iomem *reg = community->regs + offset; in chv_pctrl_writel() local
589 unsigned int reg) in chv_padreg()
607 void __iomem *reg = chv_padreg(pctrl, pin, offset); in chv_writel() local
/openbmc/linux/drivers/iio/imu/st_lsm6dsx/
H A Dst_lsm6dsx.h136 struct st_lsm6dsx_reg reg; member
156 struct st_lsm6dsx_reg reg; member
281 struct st_lsm6dsx_reg reg; member
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_phy.c89 u16 reg, u16 *val, bool lock) in ixgbe_read_i2c_combined_generic_int()
167 u16 reg, u16 val, bool lock) in ixgbe_write_i2c_combined_generic_int()
2775 u16 reg; in ixgbe_set_copper_phy_power() local
/openbmc/linux/drivers/iio/adc/
H A Dxilinx-ams.c467 u32 reg, value; in ams_init_device() local
556 u32 reg; in ams_read_vcc_reg() local
1183 unsigned int reg, ext_chan; in ams_get_ext_chan() local
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmac.c1122 u32 reg = MT_WF_PHY_RX_CTRL1(phy->mt76->band_idx); in mt7915_mac_cca_stats_reset() local
1209 u32 reg; in mt7915_mac_enable_nf() local
1231 u32 reg = is_mt7915(&dev->mt76) ? in mt7915_phy_get_nf() local
/openbmc/linux/drivers/net/ethernet/cadence/
H A Dmacb.h777 #define macb_readl(port, reg) (port)->macb_reg_readl((port), MACB_##reg) argument
778 #define macb_writel(port, reg, value) (port)->macb_reg_writel((port), MACB_##reg, (value)) argument
779 #define gem_readl(port, reg) (port)->macb_reg_readl((port), GEM_##reg) argument
780 #define gem_writel(port, reg, value) (port)->macb_reg_writel((port), GEM_##reg, (value)) argument
781 #define queue_readl(queue, reg) (queue)->bp->macb_reg_readl((queue)->bp, (queue)->reg) argument
782 #define queue_writel(queue, reg, value) (queue)->bp->macb_reg_writel((queue)->bp, (queue)->reg, (va… argument
783 #define gem_readl_n(port, reg, idx) (port)->macb_reg_readl((port), GEM_##reg + idx * 4) argument
784 #define gem_writel_n(port, reg, idx, value) (port)->macb_reg_writel((port), GEM_##reg + idx * 4, (v… argument
/openbmc/linux/drivers/mtd/nand/raw/
H A Dmarvell_nand.c518 u32 reg; in marvell_nfc_disable_int() local
527 u32 reg; in marvell_nfc_enable_int() local
536 u32 reg; in marvell_nfc_clear_int() local
848 u32 reg; in marvell_nfc_enable_dma() local
856 u32 reg; in marvell_nfc_disable_dma() local
/openbmc/linux/include/linux/
H A Datmel-ssc.h332 #define ssc_readl(base, reg) __raw_readl(base + SSC_##reg) argument
333 #define ssc_writel(base, reg, value) __raw_writel((value), base + SSC_##reg) argument
/openbmc/linux/drivers/edac/
H A Dcpc925_edac.c287 const unsigned int *reg, *reg_end; in get_total_mem() local
594 const u32 *reg = of_get_property(cpunode, "reg", NULL); in cpc925_cpu_mask_disabled() local
/openbmc/u-boot/drivers/net/
H A Dzynq_gem.c675 int devad, int reg) in zynq_gem_miiphy_read()
687 int reg, u16 value) in zynq_gem_miiphy_write()
/openbmc/u-boot/drivers/mtd/nand/spi/
H A Dcore.c48 static int spinand_read_reg_op(struct spinand_device *spinand, u8 reg, u8 *val) in spinand_read_reg_op()
62 static int spinand_write_reg_op(struct spinand_device *spinand, u8 reg, u8 val) in spinand_write_reg_op()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.c888 uint32_t reg; in xhci_submit_root() local
1196 uint32_t reg; in xhci_lowlevel_init() local
/openbmc/linux/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_dc.h352 unsigned int reg, u32 val) in atmel_hlcdc_layer_write_reg()
358 unsigned int reg) in atmel_hlcdc_layer_read_reg()
/openbmc/linux/drivers/media/i2c/
H A Dov13858.c1055 static int ov13858_read_reg(struct ov13858 *ov13858, u16 reg, u32 len, in ov13858_read_reg()
1091 static int ov13858_write_reg(struct ov13858 *ov13858, u16 reg, u32 len, in ov13858_write_reg()
H A Dov2740.c375 static int ov2740_read_reg(struct ov2740 *ov2740, u16 reg, u16 len, u32 *val) in ov2740_read_reg()
405 static int ov2740_write_reg(struct ov2740 *ov2740, u16 reg, u16 len, u32 val) in ov2740_write_reg()
H A Dhi847.c2201 static int hi847_read_reg(struct hi847 *hi847, u16 reg, u16 len, u32 *val) in hi847_read_reg()
2231 static int hi847_write_reg(struct hi847 *hi847, u16 reg, u16 len, u32 val) in hi847_write_reg()
/openbmc/linux/drivers/video/fbdev/
H A Ds3fb.c211 unsigned char reg; in s3fb_ddc_setscl() local
224 unsigned char reg; in s3fb_ddc_setsda() local
/openbmc/linux/sound/soc/codecs/
H A Dpcm512x.c123 static bool pcm512x_readable(struct device *dev, unsigned int reg) in pcm512x_readable()
202 static bool pcm512x_volatile(struct device *dev, unsigned int reg) in pcm512x_volatile()
/openbmc/linux/sound/mips/
H A Dhal2.c92 static inline u32 hal2_read(u32 *reg) in hal2_read()
97 static inline void hal2_write(u32 val, u32 *reg) in hal2_write()
/openbmc/linux/sound/soc/sunxi/
H A Dsun4i-spdif.c422 unsigned int reg; in sun4i_spdif_get_status() local
450 unsigned int reg; in sun4i_spdif_set_status() local
/openbmc/linux/drivers/memory/tegra/
H A Dtegra210-emc-core.c59 #define TRIM_REG(chan, rank, reg, byte) \ argument
74 #define CALC_TEMP(rank, reg, byte1, byte2, n) \ argument
/openbmc/linux/drivers/mmc/host/
H A Dcqhci.h298 static inline void cqhci_writel(struct cqhci_host *host, u32 val, int reg) in cqhci_writel()
306 static inline u32 cqhci_readl(struct cqhci_host *host, int reg) in cqhci_readl()
/openbmc/linux/drivers/spi/
H A Dspi-bcm2835.c203 static inline u32 bcm2835_rd(struct bcm2835_spi *bs, unsigned int reg) in bcm2835_rd()
208 static inline void bcm2835_wr(struct bcm2835_spi *bs, unsigned int reg, u32 val) in bcm2835_wr()
/openbmc/linux/drivers/media/pci/cx23885/
H A Dcx23885-core.c1402 u32 reg; in cx23885_start_dma() local
1535 u32 reg; in cx23885_stop_dma() local
/openbmc/linux/sound/soc/qcom/
H A Dlpass-platform.c578 unsigned int reg; in lpass_platform_pcmops_hw_free() local
934 unsigned int reg, val, mask; in lpass_dma_interrupt_handler() local

1...<<211212213214215216217218219220>>...283