Searched refs:gpocon (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/adc/ |
H A D | ad7192.c | 187 u8 gpocon; member 445 return sprintf(buf, "%d\n", !!(st->gpocon & AD7192_GPOCON_BPDSW)); in ad7192_show_bridge_switch() 470 st->gpocon |= AD7192_GPOCON_BPDSW; in ad7192_set() 472 st->gpocon &= ~AD7192_GPOCON_BPDSW; in ad7192_set() 474 ad_sd_write_reg(&st->sd, AD7192_REG_GPOCON, 1, st->gpocon); in ad7192_set()
|
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-lantiq-ssc.c | 392 u32 gpocon; in lantiq_ssc_setup() local 407 gpocon = 1 << ((cs - spi->base_cs) + LTQ_SPI_GPOCON_ISCSBN_S); in lantiq_ssc_setup() 411 gpocon |= 1 << (cs - spi->base_cs); in lantiq_ssc_setup() 413 lantiq_ssc_maskl(spi, 0, gpocon, LTQ_SPI_GPOCON); in lantiq_ssc_setup()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-lantiq-ssc.c | 393 u32 gpocon; in lantiq_ssc_setup() local 408 gpocon = 1 << ((cs - spi->base_cs) + LTQ_SPI_GPOCON_ISCSBN_S); in lantiq_ssc_setup() 412 gpocon |= 1 << (cs - spi->base_cs); in lantiq_ssc_setup() 414 lantiq_ssc_maskl(spi, 0, gpocon, LTQ_SPI_GPOCON); in lantiq_ssc_setup()
|
/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A D | ad7192.c | 188 u8 gpocon; member 486 return sysfs_emit(buf, "%d\n", !!(st->gpocon & AD7192_GPOCON_BPDSW)); in ad7192_show_bridge_switch() 511 st->gpocon |= AD7192_GPOCON_BPDSW; in ad7192_set() 513 st->gpocon &= ~AD7192_GPOCON_BPDSW; in ad7192_set() 515 ad_sd_write_reg(&st->sd, AD7192_REG_GPOCON, 1, st->gpocon); in ad7192_set()
|
Completed in 7 milliseconds