Home
last modified time | relevance | path

Searched refs:RH_PS_CCS (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-hub.c35 (value & RH_PS_CCS) ? " CCS" : "" \
506 any_connected |= (status & RH_PS_CCS); in ohci_hub_status_data()
588 if (!(status & RH_PS_CCS)) in ohci_start_port_reset()
655 if (!(temp & RH_PS_CCS)) in root_port_reset()
708 temp = RH_PS_CCS; in ohci_hub_control()
H A Disp116x-hcd.c990 if (!(tmp & RH_PS_CCS)) { in root_port_reset()
1069 tmp = RH_PS_CCS; in isp116x_hub_control()
1385 isp116x_write_reg32(isp116x, HCRHPORT1, RH_PS_CCS); in isp116x_start()
1386 isp116x_write_reg32(isp116x, HCRHPORT2, RH_PS_CCS); in isp116x_start()
H A Dohci.h299 #define RH_PS_CCS 0x00000001 /* current connect status */ macro
H A Disp116x.h91 #define RH_PS_CCS (1 << 0) /* current connect status */ macro
H A Dohci-dbg.c186 (temp & RH_PS_CCS) ? " CCS" : "" \
H A Disp1362-hcd.c1529 if (!(status & RH_PS_CCS)) in isp1362_hub_status_data()
1627 tmp = RH_PS_CCS; in isp1362_hub_control()
1703 if (!(tmp & RH_PS_CCS)) in isp1362_hub_control()
H A Disp1362.h307 #define RH_PS_CCS 0x00000001 /* current connect status */ macro
H A Du132-hcd.c2657 if (RH_PS_CCS & portstat) { in u132_roothub_portreset()
2717 temp = RH_PS_CCS; in u132_roothub_clearportfeature()
2795 if (!(u132->hc_roothub_portstatus[i] & RH_PS_CCS)) in u132_hub_status_data()
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.c349 (temp & RH_PS_CCS) ? " CCS" : "" in ohci_dump_roothub()
874 ((temp & RH_PS_CCS) == 0)) { in rh_check_port_status()
955 WR_RH_PORTSTAT (RH_PS_CCS ); OK (0); in ohci_submit_rh_msg()
978 if (RD_RH_PORTSTAT & RH_PS_CCS) in ohci_submit_rh_msg()
984 if (RD_RH_PORTSTAT & RH_PS_CCS) in ohci_submit_rh_msg()
H A Dau1x00_usb_ohci.h293 #define RH_PS_CCS 0x00000001 /* current connect status */ macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci.h309 #define RH_PS_CCS 0x00000001 /* current connect status */ macro
H A Dohci-hcd.c487 (temp & RH_PS_CCS) ? " CCS" : "" in ohci_dump_roothub()
1237 ((temp & RH_PS_CCS) == 0)) { in rh_check_port_status()
1323 case (RH_PORT_ENABLE): WR_RH_PORTSTAT(RH_PS_CCS); OK(0); in ohci_submit_rh_msg()
1339 if (RD_RH_PORTSTAT & RH_PS_CCS) in ohci_submit_rh_msg()
1346 if (RD_RH_PORTSTAT & RH_PS_CCS) in ohci_submit_rh_msg()
H A Dr8a66597.h583 #define RH_PS_CCS 0x00000001 /* current connect status */ macro