Searched refs:OHCI1394_HCControlSet (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/firewire/ |
D | init_ohci1394_dma.c | 89 reg_write(ohci, OHCI1394_HCControlSet, OHCI1394_HCControl_softReset); in init_ohci1394_soft_reset() 92 if (!(reg_read(ohci, OHCI1394_HCControlSet) in init_ohci1394_soft_reset() 120 reg_write(ohci, OHCI1394_HCControlSet, in init_ohci1394_initialize() 153 reg_write(ohci, OHCI1394_HCControlSet, OHCI1394_HCControl_linkEnable); in init_ohci1394_initialize() 212 reg_write(ohci, OHCI1394_HCControlSet, OHCI1394_HCControl_LPS); in init_ohci1394_reset_and_init_dma()
|
D | ohci.h | 22 #define OHCI1394_HCControlSet 0x050 macro
|
D | ohci.c | 2168 reg_write(ohci, OHCI1394_HCControlSet, OHCI1394_HCControl_softReset); in software_reset() 2170 val = reg_read(ohci, OHCI1394_HCControlSet); in software_reset() 2198 if (!(reg_read(ohci, OHCI1394_HCControlSet) & in configure_1394a_enhancements() 2231 offset = OHCI1394_HCControlSet; in configure_1394a_enhancements() 2291 reg_write(ohci, OHCI1394_HCControlSet, in ohci_enable() 2298 lps = reg_read(ohci, OHCI1394_HCControlSet) & in ohci_enable() 2424 reg_write(ohci, OHCI1394_HCControlSet, in ohci_enable() 3757 if (reg_read(ohci, OHCI1394_HCControlSet) & OHCI1394_HCControl_LPS) { in pci_remove()
|