Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/w1/masters/
Domap_hdq.c34 #define OMAP_HDQ_CTRL_STATUS_GO BIT(4) macro
192 hdq_reg_merge(hdq_data, OMAP_HDQ_CTRL_STATUS, OMAP_HDQ_CTRL_STATUS_GO, in hdq_write_byte()
193 OMAP_HDQ_CTRL_STATUS_DIR | OMAP_HDQ_CTRL_STATUS_GO); in hdq_write_byte()
214 OMAP_HDQ_CTRL_STATUS_GO, in hdq_write_byte()
326 OMAP_HDQ_CTRL_STATUS_INITIALIZATION | OMAP_HDQ_CTRL_STATUS_GO, in omap_hdq_break()
328 OMAP_HDQ_CTRL_STATUS_GO); in omap_hdq_break()
365 OMAP_HDQ_CTRL_STATUS_GO, OMAP_HDQ_FLAG_CLEAR, in omap_hdq_break()
397 OMAP_HDQ_CTRL_STATUS_DIR | OMAP_HDQ_CTRL_STATUS_GO, in hdq_read_byte()
398 OMAP_HDQ_CTRL_STATUS_DIR | OMAP_HDQ_CTRL_STATUS_GO); in hdq_read_byte()
511 u8 ctrl = OMAP_HDQ_CTRL_STATUS_SINGLE | OMAP_HDQ_CTRL_STATUS_GO | in omap_w1_triplet()