Lines Matching refs:port_addr
73 uint64_t port_addr;
75 port_addr = nlm_get_usb_regbase(node, port);
76 val = nlm_read_usb_reg(port_addr, USB_INT_EN);
79 nlm_write_usb_reg(port_addr, USB_INT_EN, val);
84 uint64_t port_addr;
88 port_addr = nlm_get_usb_regbase(node, port);
89 val = nlm_read_usb_reg(port_addr, USB_PHY_0);
91 nlm_write_usb_reg(port_addr, USB_PHY_0, val);
94 val = nlm_read_usb_reg(port_addr, USB_CTL_0);
97 nlm_write_usb_reg(port_addr, USB_CTL_0, val);