Home
last modified time | relevance | path

Searched refs:W1_MATCH_ROM (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/w1/
H A Dw1-uclass.c20 #define W1_MATCH_ROM 0x55 macro
149 ops->write_byte(bus, W1_MATCH_ROM); in w1_reset_select()
/openbmc/linux/include/linux/
H A Dw1.h45 #define W1_MATCH_ROM 0x55 macro
/openbmc/linux/drivers/w1/slaves/
H A Dw1_ds2405.c185 cmd[0] = W1_MATCH_ROM; in output_store()
H A Dw1_therm.c1073 u8 match[9] = { W1_MATCH_ROM, }; in reset_select_slave()
2159 w1_write_8(sl->master, W1_MATCH_ROM); in w1_seq_show()
/openbmc/linux/drivers/w1/
H A Dw1_io.c395 u8 match[9] = {W1_MATCH_ROM, }; in w1_reset_select_slave()
/openbmc/linux/Documentation/w1/
H A Dw1-generic.rst40 is selected using either W1_SKIP_ROM or W1_MATCH_ROM command.