Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/pci/ddbridge/
Dddbridge-mci.c31 ddblwritel(link, MCI_CONTROL_RESET, MCI_CONTROL); in mci_reset()
32 ddblwritel(link, 0, MCI_CONTROL + 4); /* 1= no internal init */ in mci_reset()
34 ddblwritel(link, 0, MCI_CONTROL); in mci_reset()
37 status = ddblreadl(link, MCI_CONTROL); in mci_reset()
69 val = ddblreadl(link, MCI_CONTROL); in _mci_cmd_unlocked()
76 ddblwritel(link, val, MCI_CONTROL); in _mci_cmd_unlocked()
Dddbridge-mci.h26 #define MCI_CONTROL (0x500) macro