Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/8250/
H A D8250_exar.c699 u16 lower_word; in cti_read_osc_freq() local
702 lower_word = exar_ee_read(priv, eeprom_offset); in cti_read_osc_freq()
704 if (lower_word == 0xFFFF) in cti_read_osc_freq()
711 return FIELD_PREP(CTI_EE_MASK_OSC_FREQ_LOWER, lower_word) | in cti_read_osc_freq()
/linux/drivers/soundwire/
H A Damd_manager.c146 static void amd_sdw_ctl_word_prep(u32 *lower_word, u32 *upper_word, struct sdw_msg *msg, in amd_sdw_ctl_word_prep() argument
169 *lower_word = lower_data; in amd_sdw_ctl_word_prep()