Home
last modified time | relevance | path

Searched refs:dac_val (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-6.6/drivers/iio/dac/
H A Dcio-dac.c72 unsigned int dac_val; in cio_dac_read_raw() local
77 err = regmap_read(priv->map, CIO_DAC_BASE + offset, &dac_val); in cio_dac_read_raw()
81 *val = dac_val; in cio_dac_read_raw()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dvesafb.c28 #define dac_val (0x3c9) macro
98 outb_p(red >> shift, dac_val); in vesa_setpalette()
99 outb_p(green >> shift, dac_val); in vesa_setpalette()
100 outb_p(blue >> shift, dac_val); in vesa_setpalette()
H A Dsm712.h24 #define dac_val (0x3c9) macro
H A Duvesafb.c945 outb_p(entries[i].red, dac_val); in uvesafb_setpalette()
946 outb_p(entries[i].green, dac_val); in uvesafb_setpalette()
947 outb_p(entries[i].blue, dac_val); in uvesafb_setpalette()
H A Dsm712fb.c867 smtc_mmiowb(red >> 10, dac_val); in sm712_setpalette()
868 smtc_mmiowb(green >> 10, dac_val); in sm712_setpalette()
869 smtc_mmiowb(blue >> 10, dac_val); in sm712_setpalette()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dvesafb.c29 #define dac_val (0x3c9) macro
101 outb_p(red >> shift, dac_val); in vesa_setpalette()
102 outb_p(green >> shift, dac_val); in vesa_setpalette()
103 outb_p(blue >> shift, dac_val); in vesa_setpalette()
H A Dsm712.h24 #define dac_val (0x3c9) macro
H A Duvesafb.c947 outb_p(entries[i].red, dac_val); in uvesafb_setpalette()
948 outb_p(entries[i].green, dac_val); in uvesafb_setpalette()
949 outb_p(entries[i].blue, dac_val); in uvesafb_setpalette()
H A Dsm712fb.c873 smtc_mmiowb(red >> 10, dac_val); in sm712_setpalette()
874 smtc_mmiowb(green >> 10, dac_val); in sm712_setpalette()
875 smtc_mmiowb(blue >> 10, dac_val); in sm712_setpalette()
/kernel/linux/linux-5.10/drivers/iio/dummy/
H A Diio_simple_dummy.h17 * @dac_val: cache for dac value
29 int dac_val; member
H A Diio_simple_dummy.c295 *val = st->dac_val; in iio_dummy_read_raw()
441 st->dac_val = val; in iio_dummy_write_raw()
540 st->dac_val = 0; in iio_dummy_init_device()
/kernel/linux/linux-6.6/drivers/iio/dummy/
H A Diio_simple_dummy.h17 * @dac_val: cache for dac value
29 int dac_val; member
H A Diio_simple_dummy.c295 *val = st->dac_val; in iio_dummy_read_raw()
441 st->dac_val = val; in iio_dummy_write_raw()
540 st->dac_val = 0; in iio_dummy_init_device()
/kernel/linux/linux-5.10/include/video/
H A Duvesafb.h99 #define dac_val (0x3c9) macro
/kernel/linux/linux-6.6/include/video/
H A Duvesafb.h99 #define dac_val (0x3c9) macro

Completed in 23 milliseconds