Searched refs:HC_CONTROL_PIO_MODE (Results 1 – 1 of 1) sorted by relevance
38 #define HC_CONTROL_PIO_MODE BIT(6) /* DMA/PIO Mode Selector */ macro763 reg_clear(HC_CONTROL, HC_CONTROL_PIO_MODE); in i3c_hci_init()764 if (mode_selector && (reg_read(HC_CONTROL) & HC_CONTROL_PIO_MODE)) { in i3c_hci_init()775 reg_set(HC_CONTROL, HC_CONTROL_PIO_MODE); in i3c_hci_init()776 if (mode_selector && !(reg_read(HC_CONTROL) & HC_CONTROL_PIO_MODE)) { in i3c_hci_init()