Searched refs:conf1 (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/iio/light/
H A Disl29125.c53 u8 conf1; member in struct:isl29125_data
97 data->conf1 | isl29125_regs[si].mode);
121 i2c_smbus_write_byte_data(data->client, ISL29125_CONF1, data->conf1);
145 if (data->conf1 & ISL29125_MODE_RANGE)
165 data->conf1 |= ISL29125_MODE_RANGE;
167 data->conf1 &= ~ISL29125_MODE_RANGE;
171 data->conf1);
224 data->conf1 |= ISL29125_MODE_RGB;
226 data->conf1);
233 data->conf1
[all...]
/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-i2s-audio.c44 u8 conf1 = 0; local
75 conf1 = HDMI_AUD_CONF1_WIDTH_16;
79 conf1 = HDMI_AUD_CONF1_WIDTH_24;
85 conf1 |= HDMI_AUD_CONF1_MODE_I2S;
88 conf1 |= HDMI_AUD_CONF1_MODE_RIGHT_J;
91 conf1 |= HDMI_AUD_CONF1_MODE_LEFT_J;
94 conf1 |= HDMI_AUD_CONF1_MODE_BURST_1;
97 conf1 |= HDMI_AUD_CONF1_MODE_BURST_2;
111 hdmi_write(audio, conf1, HDMI_AUD_CONF1);
H A Ddw-hdmi-ahb-audio.c79 u8 conf1; member in struct:dw_hdmi_channel_conf
406 u8 threshold, conf0, conf1, ca; local
434 conf1 = default_hdmi_channel_config[runtime->channels - 2].conf1;
439 writeb_relaxed(conf1, dw->data.base + HDMI_AHB_DMA_CONF1);
H A Ddw-hdmi-gp-audio.c38 u8 conf1; member in struct:dw_hdmi_channel_conf
/linux-master/drivers/hwmon/
H A Dadm1031.c77 u8 conf1; member in struct:adm1031_data
166 data->conf1 = adm1031_read_value(client, ADM1031_REG_CONF1);
256 (*(data)->chan_select_table)[FAN_CHAN_FROM_REG((data)->conf1)][idx % 2]
344 old_fan_mode = data->conf1;
348 ret = get_fan_auto_nearest(data, nr, val, data->conf1);
354 data->conf1 = FAN_CHAN_TO_REG(reg, data->conf1);
355 if ((data->conf1 & ADM1031_CONF1_AUTO_MODE) ^
357 if (data->conf1 & ADM1031_CONF1_AUTO_MODE) {
375 data->conf1
[all...]
H A Demc2103.c126 u8 conf1; local
128 if (read_u8_from_i2c(client, REG_FAN_CONF1, &conf1) < 0)
131 data->fan_multiplier = 1 << ((conf1 & 0x60) >> 5);
132 data->fan_rpm_control = (conf1 & 0x80) != 0;
/linux-master/drivers/atm/
H A Dlanai.c285 u32 conf1, conf2; /* CONFIG[12] registers */ member in struct:lanai_dev
292 /* TODO - look at race conditions with maintence of conf1/conf2 */
494 reg_write(lanai, lanai->conf1, Config1_Reg);
506 if (unlikely((lanai->conf1 & CONFIG1_POWERDOWN) != 0))
872 #define set_config1(x) do { lanai->conf1 = x; conf1_write(lanai); \
874 #define clock_h() set_config1(lanai->conf1 | CONFIG1_PROMCLK)
875 #define clock_l() set_config1(lanai->conf1 &~ CONFIG1_PROMCLK)
876 #define data_h() set_config1(lanai->conf1 | CONFIG1_PROMDATA)
877 #define data_l() set_config1(lanai->conf1 &~ CONFIG1_PROMDATA)
890 tmp = (lanai->conf1
[all...]
/linux-master/arch/x86/events/amd/
H A Diommu.c28 /* iommu pmu conf1 masks */
29 #define GET_DEVID_MASK(x) ((x)->conf1 & 0xFFFFULL)
30 #define GET_DOMID_MASK(x) (((x)->conf1 >> 16) & 0xFFFFULL)
31 #define GET_PASID_MASK(x) (((x)->conf1 >> 32) & 0xFFFFFULL)
227 hwc->conf1 = event->attr.config1;
/linux-master/drivers/tty/serial/
H A Desp32_uart.c395 u32 conf0, conf1; local
414 conf1 = esp32_uart_read(port, UART_CONF1_REG);
415 conf1 &= ~rx_flow_en;
444 conf1 |= rx_flow_en;
447 esp32_uart_write(port, UART_CONF1_REG, conf1);
/linux-master/drivers/gpu/drm/mcde/
H A Dmcde_display.c345 u32 conf1; local
355 conf1 = MCDE_OVL0CONF;
363 conf1 = MCDE_OVL1CONF;
371 conf1 = MCDE_OVL2CONF;
379 conf1 = MCDE_OVL3CONF;
387 conf1 = MCDE_OVL4CONF;
395 conf1 = MCDE_OVL5CONF;
408 writel(val, mcde->regs + conf1);
/linux-master/drivers/media/rc/
H A Dene_ir.c575 u8 conf1 = ene_read_reg(dev, ENE_CIRCFG); local
578 dev->saved_conf1 = conf1;
592 conf1 &= ~ENE_CIRCFG_RX_EN;
595 conf1 |= ENE_CIRCFG_TX_EN | ENE_CIRCFG_TX_IRQ;
596 ene_write_reg(dev, ENE_CIRCFG, conf1);
/linux-master/drivers/pci/
H A Dquirks.c1814 u32 conf1, conf5, class; local
1821 pci_read_config_dword(pdev, 0x40, &conf1);
1824 conf1 &= ~0x00CFF302; /* Clear bit 1, 8, 9, 12-19, 22, 23 */
1832 conf1 |= 0x0002A100; /* Set 8, 13, 15, 17 */
1845 conf1 |= 0x00C2A1B3; /* Set 0, 1, 4, 5, 7, 8, 13, 15, 17, 22, 23 */
1850 conf1 |= 0x00C00000; /* Set 22, 23 */
1854 pci_write_config_dword(pdev, 0x40, conf1);
/linux-master/include/linux/
H A Dperf_event.h198 u64 conf1; member in struct:hw_perf_event::__anon300::__anon306

Completed in 182 milliseconds