Searched refs:chan_addr (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/edac/ |
| H A D | amd64_edac.c | 2297 u64 chan_addr; in f1x_match_to_this_node() local 2335 chan_addr = f1x_get_norm_dct_addr(pvt, range, sys_addr, in f1x_match_to_this_node() 2340 chan_addr = ((chan_addr >> (12 + hweight8(intlv_en))) << 12) | in f1x_match_to_this_node() 2341 (chan_addr & 0xfff); in f1x_match_to_this_node() 2351 chan_addr = ((chan_addr >> 10) << 9) | in f1x_match_to_this_node() 2352 (chan_addr & 0x1ff); in f1x_match_to_this_node() 2355 chan_addr = ((chan_addr >> 7) << 6) | in f1x_match_to_this_node() 2356 (chan_addr & 0x3f); in f1x_match_to_this_node() 2359 chan_addr = ((chan_addr >> 13) << 12) | in f1x_match_to_this_node() 2360 (chan_addr & 0xfff); in f1x_match_to_this_node() [all …]
|
| /linux/drivers/iio/adc/ |
| H A D | ad7292.c | 120 unsigned int chan_addr) in ad7292_single_conversion() argument 138 st->d8[0] = chan_addr; in ad7292_single_conversion()
|
| /linux/drivers/dma/ |
| H A D | tegra210-adma.c | 166 void __iomem *chan_addr; member 224 writel(val, tdc->chan_addr + reg); in tdma_ch_write() 229 return readl(tdc->chan_addr + reg); in tdma_ch_read() 425 if (readx_poll_timeout_atomic(readl, tdc->chan_addr + ADMA_CH_STATUS, in tegra_adma_stop() 1119 tdc->chan_addr = tdma->ch_base_addr + (cdata->ch_reg_size * i); in tegra_adma_probe()
|
| H A D | tegra20-apb-dma.c | 185 void __iomem *chan_addr; member 238 writel(val, tdc->chan_addr + reg); in tdc_write() 243 return readl(tdc->chan_addr + reg); in tdc_read() 1486 tdc->chan_addr = tdma->base_addr + in tegra_dma_probe()
|
| /linux/drivers/iio/accel/ |
| H A D | adxl380.c | 981 unsigned long chan_addr, in adxl380_write_calibbias_value() argument 992 ret = regmap_write(st->regmap, ADXL380_X_DSM_OFFSET_REG + chan_addr, calibbias); in adxl380_write_calibbias_value() 1000 unsigned long chan_addr, in adxl380_read_calibbias_value() argument 1008 ret = regmap_read(st->regmap, ADXL380_X_DSM_OFFSET_REG + chan_addr, ®_val); in adxl380_read_calibbias_value()
|