| /linux/drivers/gpu/drm/bridge/synopsys/ |
| H A D | dw-hdmi-i2s-audio.c | 44 u8 conf1 = 0; in dw_hdmi_i2s_hw_params() local 75 conf1 = HDMI_AUD_CONF1_WIDTH_16; in dw_hdmi_i2s_hw_params() 79 conf1 = HDMI_AUD_CONF1_WIDTH_24; in dw_hdmi_i2s_hw_params() 85 conf1 |= HDMI_AUD_CONF1_MODE_I2S; in dw_hdmi_i2s_hw_params() 88 conf1 |= HDMI_AUD_CONF1_MODE_RIGHT_J; in dw_hdmi_i2s_hw_params() 91 conf1 |= HDMI_AUD_CONF1_MODE_LEFT_J; in dw_hdmi_i2s_hw_params() 94 conf1 |= HDMI_AUD_CONF1_MODE_BURST_1; in dw_hdmi_i2s_hw_params() 97 conf1 |= HDMI_AUD_CONF1_MODE_BURST_2; in dw_hdmi_i2s_hw_params() 111 hdmi_write(audio, conf1, HDMI_AUD_CONF1); in dw_hdmi_i2s_hw_params()
|
| H A D | dw-hdmi-ahb-audio.c | 80 u8 conf1; member 428 u8 threshold, conf0, conf1, ca; in dw_hdmi_prepare() local 456 conf1 = default_hdmi_channel_config[runtime->channels - 2].conf1; in dw_hdmi_prepare() 461 writeb_relaxed(conf1, dw->data.base + HDMI_AHB_DMA_CONF1); in dw_hdmi_prepare()
|
| /linux/drivers/hwmon/ |
| H A D | adm1031.c | 77 u8 conf1; member 166 data->conf1 = adm1031_read_value(client, ADM1031_REG_CONF1); in adm1031_update_device() 256 (*(data)->chan_select_table)[FAN_CHAN_FROM_REG((data)->conf1)][idx % 2] 344 old_fan_mode = data->conf1; in fan_auto_channel_store() 348 ret = get_fan_auto_nearest(data, nr, val, data->conf1); in fan_auto_channel_store() 354 data->conf1 = FAN_CHAN_TO_REG(reg, data->conf1); in fan_auto_channel_store() 355 if ((data->conf1 & ADM1031_CONF1_AUTO_MODE) ^ in fan_auto_channel_store() 357 if (data->conf1 & ADM1031_CONF1_AUTO_MODE) { in fan_auto_channel_store() 375 data->conf1 = FAN_CHAN_TO_REG(reg, data->conf1); in fan_auto_channel_store() 376 adm1031_write_value(client, ADM1031_REG_CONF1, data->conf1); in fan_auto_channel_store() [all …]
|
| /linux/drivers/atm/ |
| H A D | lanai.c | 285 u32 conf1, conf2; /* CONFIG[12] registers */ member 494 reg_write(lanai, lanai->conf1, Config1_Reg); in conf1_write() 506 if (unlikely((lanai->conf1 & CONFIG1_POWERDOWN) != 0)) in conf2_write_if_powerup() 872 #define set_config1(x) do { lanai->conf1 = x; conf1_write(lanai); \ in eeprom_read() 874 #define clock_h() set_config1(lanai->conf1 | CONFIG1_PROMCLK) in eeprom_read() 875 #define clock_l() set_config1(lanai->conf1 &~ CONFIG1_PROMCLK) in eeprom_read() 876 #define data_h() set_config1(lanai->conf1 | CONFIG1_PROMDATA) in eeprom_read() 877 #define data_l() set_config1(lanai->conf1 &~ CONFIG1_PROMDATA) in eeprom_read() 890 tmp = (lanai->conf1 & ~CONFIG1_PROMDATA) | in eeprom_read() 892 if (lanai->conf1 != tmp) { in eeprom_read() [all …]
|
| /linux/drivers/tty/serial/ |
| H A D | esp32_uart.c | 395 u32 conf0, conf1; in esp32_uart_set_termios() local 414 conf1 = esp32_uart_read(port, UART_CONF1_REG); in esp32_uart_set_termios() 415 conf1 &= ~rx_flow_en; in esp32_uart_set_termios() 444 conf1 |= rx_flow_en; in esp32_uart_set_termios() 447 esp32_uart_write(port, UART_CONF1_REG, conf1); in esp32_uart_set_termios()
|
| /linux/drivers/media/rc/ |
| H A D | ene_ir.c | 572 u8 conf1 = ene_read_reg(dev, ENE_CIRCFG); in ene_tx_enable() local 575 dev->saved_conf1 = conf1; in ene_tx_enable() 589 conf1 &= ~ENE_CIRCFG_RX_EN; in ene_tx_enable() 592 conf1 |= ENE_CIRCFG_TX_EN | ENE_CIRCFG_TX_IRQ; in ene_tx_enable() 593 ene_write_reg(dev, ENE_CIRCFG, conf1); in ene_tx_enable()
|
| /linux/arch/arm/boot/dts/gemini/ |
| H A D | gemini-nas4220b.dts | 113 conf1 {
|
| H A D | gemini-sq201.dts | 188 conf1 {
|
| H A D | gemini-sl93512r.dts | 192 conf1 {
|
| H A D | gemini-dlink-dns-313.dts | 242 conf1 {
|
| H A D | gemini-dlink-dir-685.dts | 416 conf1 {
|
| /linux/drivers/pci/ |
| H A D | quirks.c | 1827 u32 conf1, conf5, class; in quirk_jmicron_ata() local 1834 pci_read_config_dword(pdev, 0x40, &conf1); in quirk_jmicron_ata() 1837 conf1 &= ~0x00CFF302; /* Clear bit 1, 8, 9, 12-19, 22, 23 */ in quirk_jmicron_ata() 1845 conf1 |= 0x0002A100; /* Set 8, 13, 15, 17 */ in quirk_jmicron_ata() 1858 conf1 |= 0x00C2A1B3; /* Set 0, 1, 4, 5, 7, 8, 13, 15, 17, 22, 23 */ in quirk_jmicron_ata() 1863 conf1 |= 0x00C00000; /* Set 22, 23 */ in quirk_jmicron_ata() 1867 pci_write_config_dword(pdev, 0x40, conf1); in quirk_jmicron_ata()
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 4950 conf1 [X86] Force use of PCI Configuration Access
|