Symbol: hw_write_otgsc
drivers/usb/chipidea/core.c
556
hw_write_otgsc(ci, OTGSC_IDIS, OTGSC_IDIS);
drivers/usb/chipidea/core.c
568
hw_write_otgsc(ci, OTGSC_BSVIS, OTGSC_BSVIS);
drivers/usb/chipidea/core.c
655
hw_write_otgsc(ci, OTGSC_IDIE, OTGSC_IDIE);
drivers/usb/chipidea/core.c
985
hw_write_otgsc(ci, OTGSC_INT_EN_BITS | OTGSC_INT_STATUS_BITS,
drivers/usb/chipidea/otg.c
268
hw_write_otgsc(ci, OTGSC_INT_EN_BITS | OTGSC_INT_STATUS_BITS,
drivers/usb/chipidea/otg.h
12
void hw_write_otgsc(struct ci_hdrc *ci, u32 mask, u32 data);
drivers/usb/chipidea/otg_fsm.c
346
hw_write_otgsc(ci, OTGSC_HABA, 0);
drivers/usb/chipidea/otg_fsm.c
480
hw_write_otgsc(ci, OTGSC_DPIE, 0);
drivers/usb/chipidea/otg_fsm.c
546
hw_write_otgsc(ci, OTGSC_HADP, OTGSC_HADP);
drivers/usb/chipidea/otg_fsm.c
617
hw_write_otgsc(ci, OTGSC_DPIS, OTGSC_DPIS);
drivers/usb/chipidea/otg_fsm.c
618
hw_write_otgsc(ci, OTGSC_DPIE, OTGSC_DPIE);
drivers/usb/chipidea/otg_fsm.c
751
hw_write_otgsc(ci, OTGSC_DPIS, OTGSC_DPIS);
drivers/usb/chipidea/otg_fsm.c
755
hw_write_otgsc(ci, OTGSC_IDIS, OTGSC_IDIS);
drivers/usb/chipidea/otg_fsm.c
762
hw_write_otgsc(ci, OTGSC_BSVIS, OTGSC_BSVIS);
drivers/usb/chipidea/otg_fsm.c
774
hw_write_otgsc(ci, OTGSC_AVVIS, OTGSC_AVVIS);
drivers/usb/chipidea/otg_fsm.c
834
hw_write_otgsc(ci, OTGSC_AVVIE, OTGSC_AVVIE);
drivers/usb/chipidea/otg_fsm.c
842
hw_write_otgsc(ci, OTGSC_BSVIE, OTGSC_BSVIE);
drivers/usb/chipidea/udc.c
2357
hw_write_otgsc(ci, OTGSC_BSVIS | OTGSC_BSVIE,
drivers/usb/chipidea/udc.c
2370
hw_write_otgsc(ci, OTGSC_BSVIE | OTGSC_BSVIS, OTGSC_BSVIS);
drivers/usb/chipidea/udc.c
2399
hw_write_otgsc(ci, OTGSC_BSVIS | OTGSC_BSVIE,