rst_regmap 26 drivers/iio/adc/npcm_adc.c struct regmap *rst_regmap; rst_regmap 109 drivers/iio/adc/npcm_adc.c if ((regtemp & NPCM_ADCCON_ADC_CONV) && info->rst_regmap) { rst_regmap 111 drivers/iio/adc/npcm_adc.c regmap_write(info->rst_regmap, NPCM7XX_IPSRST1_OFFSET, rst_regmap 114 drivers/iio/adc/npcm_adc.c regmap_write(info->rst_regmap, NPCM7XX_IPSRST1_OFFSET, rst_regmap 217 drivers/iio/adc/npcm_adc.c info->rst_regmap = syscon_regmap_lookup_by_compatible rst_regmap 219 drivers/iio/adc/npcm_adc.c if (IS_ERR(info->rst_regmap)) { rst_regmap 221 drivers/iio/adc/npcm_adc.c ret = PTR_ERR(info->rst_regmap); rst_regmap 23 drivers/spi/spi-npcm-pspi.c struct regmap *rst_regmap; rst_regmap 288 drivers/spi/spi-npcm-pspi.c regmap_write(priv->rst_regmap, NPCM7XX_IPSRST2_OFFSET, rst_regmap 290 drivers/spi/spi-npcm-pspi.c regmap_write(priv->rst_regmap, NPCM7XX_IPSRST2_OFFSET, 0x0); rst_regmap 393 drivers/spi/spi-npcm-pspi.c priv->rst_regmap = rst_regmap 395 drivers/spi/spi-npcm-pspi.c if (IS_ERR(priv->rst_regmap)) { rst_regmap 397 drivers/spi/spi-npcm-pspi.c return PTR_ERR(priv->rst_regmap); rst_regmap 66 drivers/usb/host/ehci-npcm7xx.c struct regmap *rst_regmap; rst_regmap 80 drivers/usb/host/ehci-npcm7xx.c rst_regmap = syscon_regmap_lookup_by_compatible("nuvoton,npcm750-rst"); rst_regmap 81 drivers/usb/host/ehci-npcm7xx.c if (IS_ERR(rst_regmap)) { rst_regmap 84 drivers/usb/host/ehci-npcm7xx.c return PTR_ERR(rst_regmap); rst_regmap 89 drivers/usb/host/ehci-npcm7xx.c regmap_update_bits(rst_regmap, IPSRST2_OFFSET, rst_regmap 91 drivers/usb/host/ehci-npcm7xx.c regmap_update_bits(rst_regmap, IPSRST3_OFFSET, rst_regmap 99 drivers/usb/host/ehci-npcm7xx.c regmap_update_bits(rst_regmap, IPSRST3_OFFSET, rst_regmap 108 drivers/usb/host/ehci-npcm7xx.c regmap_update_bits(rst_regmap, IPSRST2_OFFSET,