Home
last modified time | relevance | path

Searched refs:gpocon (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/spi/ !
Dspi-lantiq-ssc.c393 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()
/linux-6.12.1/drivers/iio/adc/ !
Dad7192.c214 u8 gpocon; member
676 FIELD_GET(AD7192_GPOCON_BPDSW, st->gpocon)); in ad7192_show_bridge_switch()
701 st->gpocon |= AD7192_GPOCON_BPDSW; in ad7192_set()
703 st->gpocon &= ~AD7192_GPOCON_BPDSW; in ad7192_set()
705 ad_sd_write_reg(&st->sd, AD7192_REG_GPOCON, 1, st->gpocon); in ad7192_set()