Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/w1/masters/ !
Domap_hdq.c33 #define OMAP_HDQ_CTRL_STATUS_GO BIT(4) macro
158 hdq_reg_merge(hdq_data, OMAP_HDQ_CTRL_STATUS, OMAP_HDQ_CTRL_STATUS_GO, in hdq_write_byte()
159 OMAP_HDQ_CTRL_STATUS_DIR | OMAP_HDQ_CTRL_STATUS_GO); in hdq_write_byte()
181 OMAP_HDQ_CTRL_STATUS_GO, in hdq_write_byte()
256 OMAP_HDQ_CTRL_STATUS_INITIALIZATION | OMAP_HDQ_CTRL_STATUS_GO, in omap_hdq_break()
258 OMAP_HDQ_CTRL_STATUS_GO); in omap_hdq_break()
296 OMAP_HDQ_CTRL_STATUS_GO, OMAP_HDQ_FLAG_CLEAR, in omap_hdq_break()
326 OMAP_HDQ_CTRL_STATUS_DIR | OMAP_HDQ_CTRL_STATUS_GO, in hdq_read_byte()
327 OMAP_HDQ_CTRL_STATUS_DIR | OMAP_HDQ_CTRL_STATUS_GO); in hdq_read_byte()
371 u8 ctrl = OMAP_HDQ_CTRL_STATUS_SINGLE | OMAP_HDQ_CTRL_STATUS_GO | in omap_w1_triplet()