Home
last modified time | relevance | path

Searched refs:ds1620_out (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/char/
H A Dds1620.c146 static void ds1620_out(int cmd, int bits, int value) in ds1620_out() function
202 ds1620_out(THERM_WRITE_CONFIG, 8, CFG_CPU); in ds1620_write_state()
203 ds1620_out(THERM_WRITE_TL, 9, therm->lo); in ds1620_write_state()
204 ds1620_out(THERM_WRITE_TH, 9, therm->hi); in ds1620_write_state()
205 ds1620_out(THERM_START_CONVERT, 0, 0); in ds1620_write_state()
373 ds1620_out(THERM_RESET, 0, 0); in ds1620_init()
374 ds1620_out(THERM_WRITE_CONFIG, 8, CFG_CPU); in ds1620_init()
375 ds1620_out(THERM_START_CONVERT, 0, 0); in ds1620_init()
/kernel/linux/linux-6.6/drivers/char/
H A Dds1620.c146 static void ds1620_out(int cmd, int bits, int value) in ds1620_out() function
202 ds1620_out(THERM_WRITE_CONFIG, 8, CFG_CPU); in ds1620_write_state()
203 ds1620_out(THERM_WRITE_TL, 9, therm->lo); in ds1620_write_state()
204 ds1620_out(THERM_WRITE_TH, 9, therm->hi); in ds1620_write_state()
205 ds1620_out(THERM_START_CONVERT, 0, 0); in ds1620_write_state()
373 ds1620_out(THERM_RESET, 0, 0); in ds1620_init()
374 ds1620_out(THERM_WRITE_CONFIG, 8, CFG_CPU); in ds1620_init()
375 ds1620_out(THERM_START_CONVERT, 0, 0); in ds1620_init()

Completed in 2 milliseconds