Searched refs:ds1620_out (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/char/ |
D | ds1620.c | 146 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()
|