Searched refs:OHCI1394_FairnessControl (Results 1 – 2 of 2) sorted by relevance
53 #define OHCI1394_FairnessControl 0x0DC macro
2500 reg_write(ohci, OHCI1394_FairnessControl, 0x3f); in ohci_enable()2501 ohci->pri_req_max = reg_read(ohci, OHCI1394_FairnessControl) & 0x3f; in ohci_enable()2502 reg_write(ohci, OHCI1394_FairnessControl, 0); in ohci_enable()2797 return (reg_read(ohci, OHCI1394_FairnessControl) & 0x3f) | in ohci_read_csr()2857 reg_write(ohci, OHCI1394_FairnessControl, value & 0x3f); in ohci_write_csr()
Completed in 12 milliseconds