Searched refs:res_bits (Results 1 – 3 of 3) sorted by relevance
| /drivers/iio/adc/ |
| A D | npcm_adc.c | 24 u32 res_bits; member 71 .res_bits = 10, 77 .res_bits = 12, 180 *val2 = info->data->res_bits; in npcm_adc_read_raw()
|
| /drivers/ps3/ |
| A D | ps3av.c | 642 id = ps3av_resbit2id(info->res_50.res_bits, info->res_60.res_bits, in ps3av_hdmi_get_id() 643 info->res_vesa.res_bits); in ps3av_hdmi_get_id() 677 info->res_60.res_bits, info->res_60.native); in ps3av_monitor_info_dump() 679 info->res_50.res_bits, info->res_50.native); in ps3av_monitor_info_dump() 681 info->res_other.res_bits, info->res_other.native); in ps3av_monitor_info_dump() 683 info->res_vesa.res_bits, info->res_vesa.native); in ps3av_monitor_info_dump() 744 info->res_60.res_bits &= ~quirk->clear_60; in ps3av_fixup_monitor_info()
|
| /drivers/crypto/tegra/ |
| A D | tegra-se-aes.c | 211 unsigned int data_count, res_bits, i = 0, j; in tegra_aes_prep_cmd() local 217 res_bits = (rctx->len % AES_BLOCK_SIZE) * 8; in tegra_aes_prep_cmd() 223 if (!res_bits) in tegra_aes_prep_cmd() 235 SE_LAST_BLOCK_RES_BITS(res_bits); in tegra_aes_prep_cmd() 609 unsigned int data_count, res_bits, i = 0; in tegra_gmac_prep_cmd() local 620 if (!res_bits) in tegra_gmac_prep_cmd() 625 SE_LAST_BLOCK_RES_BITS(res_bits); in tegra_gmac_prep_cmd() 669 if (!res_bits) in tegra_gcm_crypt_prep_cmd() 679 SE_LAST_BLOCK_RES_BITS(res_bits); in tegra_gcm_crypt_prep_cmd() 1485 if (!res_bits && data_count) in tegra_cmac_prep_cmd() [all …]
|
Completed in 11 milliseconds