Home
last modified time | relevance | path

Searched refs:sh_dac_output (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/video/backlight/
H A Dhp680_bl.c47 sh_dac_output(255-(u8)intensity, DAC_LCD_BRIGHTNESS); in hp680bl_send_intensity()
49 sh_dac_output(255-(u8)intensity, DAC_LCD_BRIGHTNESS); in hp680bl_send_intensity()
55 sh_dac_output(255-(u8)intensity, DAC_LCD_BRIGHTNESS); in hp680bl_send_intensity()
/openbmc/linux/arch/sh/boards/mach-hp6xx/
H A Dsetup.c87 sh_dac_output(0, pdata->channel); in dac_audio_stop()
149 sh_dac_output(0, DAC_SPEAKER_VOLUME); in hp6xx_setup()
/openbmc/linux/arch/sh/include/cpu-sh3/cpu/
H A Ddac.h36 static __inline__ void sh_dac_output(u8 value, int channel) in sh_dac_output() function
/openbmc/linux/sound/sh/
H A Dsh_dac_audio.c271 sh_dac_output(*chip->buffer_begin, chip->pdata->channel); in sh_dac_audio_timer()