Searched refs:ch_reg (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/input/misc/ |
| A D | iqs269a.c | 506 struct iqs269_ch_reg *ch_reg; in iqs269_parse_chan() local 534 ch_reg = &iqs269->ch_reg[reg]; in iqs269_parse_chan() 538 ch_reg, sizeof(*ch_reg)); in iqs269_parse_chan() 543 &ch_reg->rx_enable); in iqs269_parse_chan() 551 &ch_reg->tx_enable); in iqs269_parse_chan() 668 &ch_reg->assoc_select); in iqs269_parse_chan() 683 ch_reg->assoc_weight = val; in iqs269_parse_chan() 704 u8 *hyst = &ch_reg->hyst; in iqs269_parse_chan() 1052 ch_reg = &iqs269->ch_reg[i]; in iqs269_dev_init() 1056 sizeof(*ch_reg) / 2, ch_reg, in iqs269_dev_init() [all …]
|
| /linux/drivers/dma/ |
| A D | tegra210-adma.c | 733 struct tegra_adma_chan_regs *ch_reg; in tegra_adma_runtime_suspend() local 743 ch_reg = &tdc->ch_regs; in tegra_adma_runtime_suspend() 744 ch_reg->cmd = tdma_ch_read(tdc, ADMA_CH_CMD); in tegra_adma_runtime_suspend() 746 if (!ch_reg->cmd) in tegra_adma_runtime_suspend() 748 ch_reg->tc = tdma_ch_read(tdc, ADMA_CH_TC); in tegra_adma_runtime_suspend() 751 ch_reg->ctrl = tdma_ch_read(tdc, ADMA_CH_CTRL); in tegra_adma_runtime_suspend() 765 struct tegra_adma_chan_regs *ch_reg; in tegra_adma_runtime_resume() local 781 ch_reg = &tdc->ch_regs; in tegra_adma_runtime_resume() 783 if (!ch_reg->cmd) in tegra_adma_runtime_resume() 785 tdma_ch_write(tdc, ADMA_CH_TC, ch_reg->tc); in tegra_adma_runtime_resume() [all …]
|
| /linux/sound/soc/dwc/ |
| A D | dwc-i2s.c | 212 u32 ch_reg; in dw_i2s_config() local 218 for (ch_reg = 0; ch_reg < (config->chan_nr / 2); ch_reg++) { in dw_i2s_config() 220 i2s_write_reg(dev->i2s_base, TCR(ch_reg), in dw_i2s_config() 222 i2s_write_reg(dev->i2s_base, TFCR(ch_reg), in dw_i2s_config() 224 i2s_write_reg(dev->i2s_base, TER(ch_reg), 1); in dw_i2s_config() 226 i2s_write_reg(dev->i2s_base, RCR(ch_reg), in dw_i2s_config() 228 i2s_write_reg(dev->i2s_base, RFCR(ch_reg), in dw_i2s_config() 230 i2s_write_reg(dev->i2s_base, RER(ch_reg), 1); in dw_i2s_config()
|
| /linux/sound/soc/intel/keembay/ |
| A D | kmb_platform.c | 553 u32 ch_reg; in kmb_i2s_config() local 557 for (ch_reg = 0; ch_reg < config->chan_nr / 2; ch_reg++) { in kmb_i2s_config() 560 kmb_i2s->i2s_base + TCR(ch_reg)); in kmb_i2s_config() 563 kmb_i2s->i2s_base + TFCR(ch_reg)); in kmb_i2s_config() 565 writel(1, kmb_i2s->i2s_base + TER(ch_reg)); in kmb_i2s_config() 568 kmb_i2s->i2s_base + RCR(ch_reg)); in kmb_i2s_config() 571 kmb_i2s->i2s_base + RFCR(ch_reg)); in kmb_i2s_config() 573 writel(1, kmb_i2s->i2s_base + RER(ch_reg)); in kmb_i2s_config()
|
| /linux/sound/soc/amd/ |
| A D | acp-pcm-dma.c | 361 u32 val, ch_reg, imr_reg, res_reg; in acp_dma_cap_channel_enable() local 365 ch_reg = mmACP_I2SMICSP_RER1; in acp_dma_cap_channel_enable() 371 ch_reg = mmACP_I2SMICSP_RER0; in acp_dma_cap_channel_enable() 379 acp_reg_write(0x0, acp_mmio, ch_reg); in acp_dma_cap_channel_enable() 387 acp_reg_write(0x1, acp_mmio, ch_reg); in acp_dma_cap_channel_enable() 393 u32 val, ch_reg, imr_reg; in acp_dma_cap_channel_disable() local 398 ch_reg = mmACP_I2SMICSP_RER1; in acp_dma_cap_channel_disable() 403 ch_reg = mmACP_I2SMICSP_RER0; in acp_dma_cap_channel_disable() 410 acp_reg_write(0x0, acp_mmio, ch_reg); in acp_dma_cap_channel_disable()
|
| /linux/drivers/net/ethernet/chelsio/cxgb3/ |
| A D | cxgb3_ioctl.h | 52 struct ch_reg { struct
|
| A D | cxgb3_main.c | 2297 struct ch_reg edata; in cxgb_siocdevprivate() 2330 struct ch_reg edata; in cxgb_siocdevprivate() 2332 memset(&edata, 0, sizeof(struct ch_reg)); in cxgb_siocdevprivate()
|
Completed in 21 milliseconds