Searched refs:tle9104_get_register_bits (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/drivers/mfd/ |
| D | mfd_tle9104.c | 125 static uint8_t tle9104_get_register_bits(uint8_t value, uint8_t pos, uint8_t length) in tle9104_get_register_bits() function 342 diag[0].on = tle9104_get_register_bits(diag_out12_on, TLE9104_DIAGOUT12ON_DIAGCH1ON_POS, in tle9104_get_diagnostics_internal() 344 diag[1].on = tle9104_get_register_bits(diag_out12_on, TLE9104_DIAGOUT12ON_DIAGCH2ON_POS, in tle9104_get_diagnostics_internal() 346 diag[2].on = tle9104_get_register_bits(diag_out34_on, TLE9104_DIAGOUT34ON_DIAGCH3ON_POS, in tle9104_get_diagnostics_internal() 348 diag[3].on = tle9104_get_register_bits(diag_out34_on, TLE9104_DIAGOUT34ON_DIAGCH4ON_POS, in tle9104_get_diagnostics_internal() 350 diag[0].off = tle9104_get_register_bits(diag_off, TLE9104_DIAGOFF_DIAGCH1OFF_POS, in tle9104_get_diagnostics_internal() 352 diag[1].off = tle9104_get_register_bits(diag_off, TLE9104_DIAGOFF_DIAGCH2OFF_POS, in tle9104_get_diagnostics_internal() 354 diag[2].off = tle9104_get_register_bits(diag_off, TLE9104_DIAGOFF_DIAGCH3OFF_POS, in tle9104_get_diagnostics_internal() 356 diag[3].off = tle9104_get_register_bits(diag_off, TLE9104_DIAGOFF_DIAGCH4OFF_POS, in tle9104_get_diagnostics_internal()
|