Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/char/mwave/
H A D3780i.c110 unsigned char ucValue) in dsp3780I_WriteGenCfg() argument
118 usDspBaseIO, uIndex, ucValue); in dsp3780I_WriteGenCfg()
135 OutByteDsp(DSP_ConfigData, ucValue); in dsp3780I_WriteGenCfg()
149 unsigned char ucValue;
161 ucValue = InByteDsp(DSP_ConfigData);
165 "3780i::dsp3780i_ReadGenCfg exit ucValue %x\n", ucValue);
168 return ucValue;
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dit6616.c323 u8 ucValue; member
1004 it6616_hdmi_write(regmap, tdata->ucAddr, tdata->ucValue); in it6616_hdim_write_table()
1006 it6616_hdmi_set(regmap, tdata->ucAddr, tdata->andmask, tdata->ucValue); in it6616_hdim_write_table()