Searched refs:ctl (Results 76 - 100 of 541) sorted by relevance

1234567891011>>

/linux-master/sound/pci/oxygen/
H A Dxonar.h30 int xonar_gpio_bit_switch_get(struct snd_kcontrol *ctl,
32 int xonar_gpio_bit_switch_put(struct snd_kcontrol *ctl,
/linux-master/arch/alpha/kernel/
H A Dsys_marvel.c74 volatile unsigned long *ctl;
97 ctl = &io7->csrs->PO7_LSI_CTL[irq & 0xff].csr; /* assume LSI */
99 ctl = &io7->csrs->PO7_MSI_CTL[((irq - 0x80) >> 5) & 0x0f].csr;
102 return ctl;
108 volatile unsigned long *ctl;
112 ctl = io7_get_irq_ctl(irq, &io7);
113 if (!ctl || !io7) {
120 *ctl |= 1UL << 24;
122 *ctl;
129 volatile unsigned long *ctl;
73 volatile unsigned long *ctl; local
107 volatile unsigned long *ctl; local
128 volatile unsigned long *ctl; local
[all...]
/linux-master/arch/x86/kernel/
H A Daperture_64.c301 u32 ctl; local
328 ctl = read_pci_config(bus, slot, 3, AMD64_GARTAPERTURECTL);
329 aper_enabled = ctl & GARTEN;
330 aper_order = (ctl >> 1) & 7;
384 ctl = read_pci_config(bus, slot, 3, AMD64_GARTAPERTURECTL);
385 ctl &= ~GARTEN;
386 write_pci_config(bus, slot, 3, AMD64_GARTAPERTURECTL, ctl);
419 u32 ctl; local
433 ctl = read_pci_config(bus, slot, 3,
442 ctl
546 u32 ctl = aper_order << 1; local
[all...]
/linux-master/drivers/clocksource/
H A Dtimer-owl.c43 u32 ctl = readl(base + OWL_Tx_CTL); local
46 ctl &= ~OWL_Tx_CTL_PD;
49 ctl |= OWL_Tx_CTL_EN;
51 ctl &= ~OWL_Tx_CTL_EN;
53 writel(ctl, base + OWL_Tx_CTL);
/linux-master/drivers/ata/
H A Dpata_mpiix.c159 int cmd, ctl, irq; local
179 ctl = 0x3F6;
183 ctl = 0x376;
188 ctl_addr = devm_ioport_map(&dev->dev, ctl, 1);
192 ata_port_desc(ap, "cmd 0x%x ctl 0x%x", cmd, ctl);
H A Dpata_buddha.c203 unsigned long ctl = 0; local
208 ctl = BUDDHA_CONTROL;
231 if (ctl) {
232 ap->ioaddr.altstatus_addr = base + ctl;
233 ap->ioaddr.ctl_addr = base + ctl;
238 ata_port_desc(ap, "cmd 0x%lx ctl 0x%lx", board,
239 ctl ? board + buddha_bases[i] + ctl : 0);
H A Dpata_ixp4xx_cf.c33 void __iomem *ctl; member in struct:ixp4xx_pata
202 ioaddr->altstatus_addr = ixpp->ctl + 0x06;
203 ioaddr->ctl_addr = ixpp->ctl + 0x06;
230 ata_port_desc(ap, "cmd 0x%lx ctl 0x%lx", raw_cmd, raw_ctl);
235 struct resource *cmd, *ctl; local
272 ixpp->ctl = devm_platform_get_and_ioremap_resource(pdev, 1, &ctl);
273 if (IS_ERR(ixpp->ctl))
274 return PTR_ERR(ixpp->ctl);
282 ixp4xx_setup_port(ixpp->host->ports[0], ixpp, cmd->start, ctl
[all...]
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder_phys_vid.c411 struct dpu_hw_ctl *ctl; local
415 ctl = phys_enc->hw_ctl;
431 * For single flush cases (dual-ctl or pp-split), skip setting the
432 * flush bit for the slave intf, since both intfs use same ctl
439 ctl->ops.update_pending_flush_intf(ctl, phys_enc->hw_intf->idx);
440 if (ctl->ops.update_pending_flush_merge_3d && phys_enc->hw_pp->merge_3d)
441 ctl->ops.update_pending_flush_merge_3d(ctl, phys_enc->hw_pp->merge_3d->idx);
443 if (ctl
515 struct dpu_hw_ctl *ctl; local
[all...]
H A Ddpu_encoder.c1195 "no ctl block assigned at idx: %d\n", i);
1551 struct dpu_hw_ctl *ctl; local
1560 ctl = phys->hw_ctl;
1561 if (!ctl->ops.trigger_flush) {
1568 if (extra_flush_bits && ctl->ops.update_pending_flush)
1569 ctl->ops.update_pending_flush(ctl, extra_flush_bits);
1571 ctl->ops.trigger_flush(ctl);
1573 if (ctl
1606 struct dpu_hw_ctl *ctl; local
1645 struct dpu_hw_ctl *ctl; local
1679 struct dpu_hw_ctl *ctl; local
1730 struct dpu_hw_ctl *ctl; local
1873 dpu_encoder_dsc_pipe_cfg(struct dpu_hw_ctl *ctl, struct dpu_hw_dsc *hw_dsc, struct dpu_hw_pingpong *hw_pp, struct drm_dsc_config *dsc, u32 common_mode, u32 initial_lines) argument
1904 struct dpu_hw_ctl *ctl = enc_master->hw_ctl; local
2044 struct dpu_hw_ctl *ctl = phys_enc->hw_ctl; local
2068 dpu_encoder_dsc_pipe_clr(struct dpu_hw_ctl *ctl, struct dpu_hw_dsc *hw_dsc, struct dpu_hw_pingpong *hw_pp) argument
2089 struct dpu_hw_ctl *ctl = enc_master->hw_ctl; local
2105 struct dpu_hw_ctl *ctl = phys_enc->hw_ctl; local
[all...]
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dleds.c24 u16 ctl; local
26 ctl = b43_read16(dev, B43_MMIO_GPIO_CONTROL);
28 ctl &= ~(1 << led_index);
30 ctl |= (1 << led_index);
31 b43_write16(dev, B43_MMIO_GPIO_CONTROL, ctl);
37 u16 ctl; local
39 ctl = b43_read16(dev, B43_MMIO_GPIO_CONTROL);
41 ctl |= (1 << led_index);
43 ctl &= ~(1 << led_index);
44 b43_write16(dev, B43_MMIO_GPIO_CONTROL, ctl);
[all...]
H A Dlo.h28 struct b43_loctl ctl; member in struct:b43_lo_calib
/linux-master/drivers/ntb/hw/mscc/
H A Dntb_hw_switchtec.c99 struct ntb_ctrl_regs __iomem *ctl,
126 iowrite32(op, &ctl->partition_op);
130 iowrite32(NTB_CTRL_PART_OP_RESET, &ctl->partition_op);
134 ps = ioread32(&ctl->partition_status) & 0xFFFF;
147 ioread32(&ctl->partition_status));
223 struct ntb_ctrl_regs __iomem *ctl = sndev->mmio_peer_ctrl; local
227 ctl_val = ioread32(&ctl->bar_entry[bar].ctl);
229 iowrite32(ctl_val, &ctl->bar_entry[bar].ctl);
98 switchtec_ntb_part_op(struct switchtec_ntb *sndev, struct ntb_ctrl_regs __iomem *ctl, u32 op, int wait_status) argument
237 struct ntb_ctrl_regs __iomem *ctl = sndev->mmio_peer_ctrl; local
247 struct ntb_ctrl_regs __iomem *ctl = sndev->mmio_peer_ctrl; local
264 struct ntb_ctrl_regs __iomem *ctl = sndev->mmio_peer_ctrl; local
274 struct ntb_ctrl_regs __iomem *ctl = sndev->mmio_peer_ctrl; local
911 config_rsvd_lut_win(struct switchtec_ntb *sndev, struct ntb_ctrl_regs __iomem *ctl, int lut_idx, int partition, u64 addr) argument
1000 struct ntb_ctrl_regs __iomem *ctl = sndev->mmio_self_ctrl; local
[all...]
/linux-master/drivers/net/ethernet/micrel/
H A Dks8842.c424 struct ks8842_tx_dma_ctl *ctl = &adapter->dma_tx; local
425 u8 *buf = ctl->buf;
427 if (ctl->adesc) {
433 sg_dma_len(&ctl->sg) = skb->len + sizeof(u32);
444 sg_dma_address(&ctl->sg), 0, sg_dma_len(&ctl->sg),
448 if (sg_dma_len(&ctl->sg) % 4)
449 sg_dma_len(&ctl->sg) += 4 - sg_dma_len(&ctl->sg) % 4;
451 ctl
545 struct ks8842_rx_dma_ctl *ctl = &adapter->dma_rx; local
596 struct ks8842_rx_dma_ctl *ctl = &adapter->dma_rx; local
847 struct ks8842_tx_dma_ctl *ctl = &adapter->dma_tx; local
[all...]
/linux-master/sound/aoa/fabrics/
H A Dlayout.c899 struct snd_kcontrol *ctl; local
913 ctl = snd_ctl_new1(&master_ctl, codec->gpio);
914 ldev->master_ctrl = ctl;
915 aoa_snd_ctl_add(ctl);
921 ctl = snd_ctl_new1(&speakers_ctl, codec->gpio);
922 ldev->speaker_ctrl = ctl;
923 aoa_snd_ctl_add(ctl);
928 ctl = snd_ctl_new1(&headphone_ctl, codec->gpio);
929 ldev->headphone_ctrl = ctl;
930 aoa_snd_ctl_add(ctl);
[all...]
/linux-master/drivers/mmc/host/
H A Dsdhci_f_sdh30.c75 u32 ctl; local
83 ctl = sdhci_readl(host, F_SDH30_ESD_CONTROL);
84 ctl |= F_SDH30_CMD_DAT_DELAY;
85 sdhci_writel(host, ctl, F_SDH30_ESD_CONTROL);
90 ctl = sdhci_readl(host, F_SDH30_TEST);
91 ctl |= F_SDH30_FORCE_CARD_INSERT;
92 sdhci_writel(host, ctl, F_SDH30_TEST);
/linux-master/drivers/media/pci/ttpci/
H A Dbudget.c654 const struct stv6110x_devctl *ctl; local
668 ctl = dvb_attach(stv6110x_attach,
673 if (ctl) {
674 tt1600_stv090x_config.tuner_init = ctl->tuner_init;
675 tt1600_stv090x_config.tuner_sleep = ctl->tuner_sleep;
676 tt1600_stv090x_config.tuner_set_mode = ctl->tuner_set_mode;
677 tt1600_stv090x_config.tuner_set_frequency = ctl->tuner_set_frequency;
678 tt1600_stv090x_config.tuner_get_frequency = ctl->tuner_get_frequency;
679 tt1600_stv090x_config.tuner_set_bandwidth = ctl->tuner_set_bandwidth;
680 tt1600_stv090x_config.tuner_get_bandwidth = ctl
710 const struct stv6110x_devctl *ctl; local
[all...]
/linux-master/include/linux/firmware/cirrus/
H A Dcs_dsp.h202 int (*control_add)(struct cs_dsp_coeff_ctl *ctl);
203 void (*control_remove)(struct cs_dsp_coeff_ctl *ctl);
238 int cs_dsp_coeff_write_acked_control(struct cs_dsp_coeff_ctl *ctl, unsigned int event_id);
239 int cs_dsp_coeff_write_ctrl(struct cs_dsp_coeff_ctl *ctl, unsigned int off,
241 int cs_dsp_coeff_lock_and_write_ctrl(struct cs_dsp_coeff_ctl *ctl, unsigned int off,
243 int cs_dsp_coeff_read_ctrl(struct cs_dsp_coeff_ctl *ctl, unsigned int off,
245 int cs_dsp_coeff_lock_and_read_ctrl(struct cs_dsp_coeff_ctl *ctl, unsigned int off,
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dar9003_wow.c71 u32 ctl[13] = {0}; local
80 ctl[0] = (KAL_FRAME_LEN | (MAX_RATE_POWER << 16));
81 ctl[1] = 0;
82 ctl[4] = 0;
83 ctl[7] = (ah->txchainmask) << 2;
84 ctl[2] = 0xf << 16; /* tx_tries 0 */
87 ctl[3] = 0x1b; /* CCK_1M */
89 ctl[3] = 0xb; /* OFDM_6M */
92 REG_WRITE(ah, (AR_WOW_KA_DESC_WORD2 + i * 4), ctl[i]);
/linux-master/arch/s390/appldata/
H A Dappldata_base.c49 static int appldata_timer_handler(struct ctl_table *ctl, int write,
51 static int appldata_interval_handler(struct ctl_table *ctl, int write,
202 appldata_timer_handler(struct ctl_table *ctl, int write, argument
208 .procname = ctl->procname,
235 appldata_interval_handler(struct ctl_table *ctl, int write, argument
241 .procname = ctl->procname,
265 appldata_generic_handler(struct ctl_table *ctl, int write, argument
283 if (&tmp_ops->ctl_table[0] == ctl) {
291 ops = ctl->data;
/linux-master/drivers/ras/amd/atl/
H A Ddehash.c73 hash_ctl_64k = FIELD_GET(DF3_HASH_CTL_64K, ctx->map.ctl);
74 hash_ctl_2M = FIELD_GET(DF3_HASH_CTL_2M, ctx->map.ctl);
75 hash_ctl_1G = FIELD_GET(DF3_HASH_CTL_1G, ctx->map.ctl);
133 hash_ctl_2M = FIELD_GET(DF3_HASH_CTL_2M, ctx->map.ctl);
134 hash_ctl_1G = FIELD_GET(DF3_HASH_CTL_1G, ctx->map.ctl);
177 hash_ctl_64k = FIELD_GET(DF4_HASH_CTL_64K, ctx->map.ctl);
178 hash_ctl_2M = FIELD_GET(DF4_HASH_CTL_2M, ctx->map.ctl);
179 hash_ctl_1G = FIELD_GET(DF4_HASH_CTL_1G, ctx->map.ctl);
253 hash_ctl_64k = FIELD_GET(DF4_HASH_CTL_64K, ctx->map.ctl);
254 hash_ctl_2M = FIELD_GET(DF4_HASH_CTL_2M, ctx->map.ctl);
[all...]
/linux-master/drivers/tty/serial/
H A Dbcm63xx_uart.c199 static void bcm_uart_break_ctl(struct uart_port *port, int ctl) argument
207 if (ctl)
468 unsigned int ctl, baud, quot, ier; local
483 ctl = bcm_uart_readl(port, UART_CTL_REG);
484 ctl &= ~UART_CTL_BITSPERSYM_MASK;
488 ctl |= (0 << UART_CTL_BITSPERSYM_SHIFT);
491 ctl |= (1 << UART_CTL_BITSPERSYM_SHIFT);
494 ctl |= (2 << UART_CTL_BITSPERSYM_SHIFT);
497 ctl |= (3 << UART_CTL_BITSPERSYM_SHIFT);
501 ctl
[all...]
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3cdev.h60 int (*ctl)(struct t3cdev *dev, unsigned int req, void *data); member in struct:t3cdev
/linux-master/arch/mips/include/asm/mach-lantiq/xway/
H A Dxway_dma.h22 u32 ctl; member in struct:ltq_dma_desc
/linux-master/arch/mips/include/asm/mach-rc32434/
H A Drb.h45 u32 ctl; member in struct:dev_reg
/linux-master/drivers/i2c/busses/
H A Di2c-icy.c63 static void icy_pcf_setpcf(void *data, int ctl, int val) argument
67 u8 __iomem *address = ctl ? i2c->reg_s1 : i2c->reg_s0;
72 static int icy_pcf_getpcf(void *data, int ctl) argument
76 u8 __iomem *address = ctl ? i2c->reg_s1 : i2c->reg_s0;

Completed in 404 milliseconds

1234567891011>>