Searched refs:ADMHC_PS_CSC (Results 1 - 3 of 3) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/adm5120/files/drivers/usb/host/
H A Dadm5120-hub.c31 (value & ADMHC_PS_CSC) ? " CSC" : "", \
52 (value & ADMHC_PS_CSC) ? " CSC" : "", \
99 if (status & (ADMHC_PS_CSC | ADMHC_PS_PESC | ADMHC_PS_PSSC
192 change |= (t & ADMHC_PS_CSC) ? USB_PORT_STAT_C_CONNECTION : 0;
267 admhc_write_portstatus(ahcd, port, (ADMHC_PS_SPE | ADMHC_PS_CSC));
352 ret = admhc_port_write(ahcd, wIndex, ADMHC_PS_CSC);
H A Dadm5120.h339 #define ADMHC_PS_CSC (1 << 16) /* connect status change */ macro
H A Dadm5120-dbg.c232 (temp & ADMHC_PS_CSC) ? " CSC" : "", \

Completed in 79 milliseconds