Lines Matching +full:8 +full:th
157 ds1620_send_bits(8, cmd); in ds1620_out()
181 ds1620_send_bits(8, cmd); in ds1620_in()
202 ds1620_out(THERM_WRITE_CONFIG, 8, CFG_CPU); in ds1620_write_state()
295 i = ds1620_in(THERM_READ_CONFIG, 8) & 0xe3; in ds1620_ioctl()
336 struct therm th; in ds1620_proc_therm_show() local
339 ds1620_read_state(&th); in ds1620_proc_therm_show()
343 th.hi >> 1, th.hi & 1 ? 5 : 0, in ds1620_proc_therm_show()
344 th.lo >> 1, th.lo & 1 ? 5 : 0, in ds1620_proc_therm_show()
368 struct therm th, th_start; in ds1620_init() local
374 ds1620_out(THERM_WRITE_CONFIG, 8, CFG_CPU); in ds1620_init()
382 ds1620_read_state(&th); in ds1620_init()
389 ds1620_write_state(&th); in ds1620_init()
400 ds1620_read_state(&th); in ds1620_init()
405 th.hi >> 1, th.hi & 1 ? 5 : 0, in ds1620_init()
406 th.lo >> 1, th.lo & 1 ? 5 : 0, in ds1620_init()