I have a question about how to control TUSB7320.
TUSB7320 is a XHCI standard device.
MAX_PORTS field in the Host Controller Structural Parameters 1 Register of TUSB7320 outputs the information that the number of ports is 4. However, TUSB7320 has only 2 ports physically.
I would like to know if it is safe to create a device driver to control TUSB7320 based on the number of ports output to the register of the TUSB7320 (4 ports).