Home
last modified time | relevance | path

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

/linux/drivers/i3c/master/mipi-i3c-hci/
H A Dcore.c39 #define HC_CONTROL_PIO_MODE BIT(6) /* DMA/PIO Mode Selector */ macro
668 reg_clear(HC_CONTROL, HC_CONTROL_PIO_MODE); in i3c_hci_set_io_mode()
670 reg_set(HC_CONTROL, HC_CONTROL_PIO_MODE); in i3c_hci_set_io_mode()
675 pio_mode = reg_read(HC_CONTROL) & HC_CONTROL_PIO_MODE; in i3c_hci_set_io_mode()