Home
last modified time | relevance | path

Searched refs:hport (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Dmusb_otg.h334 uint8_t hport; member
355 uint8_t hport; member
H A Dmusb_otg.c616 MUSB2_WRITE_1(sc, MUSB2_REG_TXHUBPORT(0), td->hport); in musbotg_host_ctrl_setup_tx()
927 MUSB2_WRITE_1(sc, MUSB2_REG_RXHUBPORT(0), td->hport); in musbotg_host_ctrl_data_rx()
1224 MUSB2_WRITE_1(sc, MUSB2_REG_TXHUBPORT(0), td->hport); in musbotg_host_ctrl_data_tx()
1301 MUSB2_WRITE_1(sc, MUSB2_REG_RXHUBPORT(0), td->hport); in musbotg_host_ctrl_status_rx()
1378 td->dev_addr,td->haddr,td->hport, td->transfer_type); in musbotg_host_ctrl_status_tx()
1411 MUSB2_WRITE_1(sc, MUSB2_REG_TXHUBPORT(0), td->hport); in musbotg_host_ctrl_status_tx()
1744 td->hport); in musbotg_host_data_rx()
2086 td->hport); in musbotg_host_data_tx()
2382 td->hport = temp->hport; in musbotg_setup_standard_chain_sub()
2427 temp.hport = xfer->xroot->udev->hs_port_no; in musbotg_setup_standard_chain()
/freebsd/usr.bin/whois/
H A Dwhois.c272 gethostinfo(const char *host, const char *hport, int exit_on_noname) in gethostinfo() argument
282 error = getaddrinfo(host, hport, &hints, &res); in gethostinfo()