Home
last modified time | relevance | path

Searched refs:port_status (Results 1 – 6 of 6) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dehci-hub.c548 u32 port_status; in set_owner() local
559 port_status = ehci_readl(ehci, in set_owner()
566 port_status ^= PORT_OWNER; in set_owner()
568 ehci_writel(ehci, port_status, in set_owner()
583 int port_status in check_reset_complete() argument
585 if (!(port_status & PORT_CONNECT)) in check_reset_complete()
586 return port_status; in check_reset_complete()
589 if (!(port_status & PORT_PE)) { in check_reset_complete()
602 port_status |= PORT_OWNER; in check_reset_complete()
603 port_status &= ~PORT_RWC_BITS; in check_reset_complete()
[all …]
A Dehci-hcd.c322 &ehci->regs->port_status[port]); in ehci_turn_off_all_ports()
794 pstatus0 = ehci_readl(ehci, &ehci->regs->port_status[0]); in ehci_irq_handler()
820 &ehci->regs->port_status[i]); in ehci_irq_handler()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/
A Dehci_def.h129 u32 port_status[0]; /* up to N_PORTS */ member
/bsp/renesas/libraries/HAL_Drivers/
A Ddrv_eth.c295 gmac_link_status_t port_status; in phy_linkchange() local
307 res = R_GMAC_GetLinkStatus(&g_ether0_ctrl, port, &port_status); in phy_linkchange()
/bsp/loongson/ls2kdev/drivers/ata/
A Dahci.h185 int (*port_status)(struct rt_device *dev, int port); member
A Ddwc_ahsata.c528 u32 port_status; in ahci_port_start() local
533 port_status = readl(&port_mmio->ssts); in ahci_port_start()
534 debug("Port %d status: %x\n", port, port_status); in ahci_port_start()
536 if ((port_status & 0xf) != 0x03) in ahci_port_start()

Completed in 23 milliseconds