Searched refs:OHCI1394_HCControlSet (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/firewire/ |
H A 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()
|
H A D | ohci.h | 22 #define OHCI1394_HCControlSet 0x050 macro
|
H A D | ohci.c | 2212 reg_write(ohci, OHCI1394_HCControlSet, OHCI1394_HCControl_softReset); in software_reset() 2214 val = reg_read(ohci, OHCI1394_HCControlSet); in software_reset() 2242 if (!(reg_read(ohci, OHCI1394_HCControlSet) & in configure_1394a_enhancements() 2275 offset = OHCI1394_HCControlSet; in configure_1394a_enhancements() 2335 reg_write(ohci, OHCI1394_HCControlSet, in ohci_enable() 2342 lps = reg_read(ohci, OHCI1394_HCControlSet) & in ohci_enable() 2468 reg_write(ohci, OHCI1394_HCControlSet, in ohci_enable() 3804 if (reg_read(ohci, OHCI1394_HCControlSet) & OHCI1394_HCControl_LPS) { in pci_remove()
|
/kernel/linux/linux-6.6/drivers/firewire/ |
H A 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()
|
H A D | ohci.h | 22 #define OHCI1394_HCControlSet 0x050 macro
|
H A D | ohci.c | 2222 reg_write(ohci, OHCI1394_HCControlSet, OHCI1394_HCControl_softReset); in software_reset() 2224 val = reg_read(ohci, OHCI1394_HCControlSet); in software_reset() 2252 if (!(reg_read(ohci, OHCI1394_HCControlSet) & in configure_1394a_enhancements() 2285 offset = OHCI1394_HCControlSet; in configure_1394a_enhancements() 2345 reg_write(ohci, OHCI1394_HCControlSet, in ohci_enable() 2352 lps = reg_read(ohci, OHCI1394_HCControlSet) & in ohci_enable() 2476 reg_write(ohci, OHCI1394_HCControlSet, in ohci_enable() 3789 if (reg_read(ohci, OHCI1394_HCControlSet) & OHCI1394_HCControl_LPS) { in pci_remove()
|
Completed in 12 milliseconds