Searched refs:bdc_writel (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/usb/gadget/udc/bdc/ |
| H A D | bdc_cmd.c | 24 bdc_writel(bdc->regs, BDC_CMDPAR0, param0); in bdc_issue_cmd() 25 bdc_writel(bdc->regs, BDC_CMDPAR1, param1); in bdc_issue_cmd() 26 bdc_writel(bdc->regs, BDC_CMDPAR2, param2); in bdc_issue_cmd() 31 bdc_writel(bdc->regs, BDC_CMDSC, cmd_sc | BDC_CMD_CWS | BDC_CMD_SRD); in bdc_issue_cmd()
|
| H A D | bdc_udc.c | 93 bdc_writel(bdc->regs, BDC_USPPMS, usppms); in bdc_uspc_connected() 285 bdc_writel(bdc->regs, BDC_USPC, clear_flags); in bdc_sr_uspc() 349 bdc_writel(bdc->regs, BDC_SRRINT(0), srr_int); in bdc_udc_interrupt() 499 bdc_writel(bdc->regs, BDC_USPC, uspc); in bdc_udc_wakeup() 569 bdc_writel(bdc->regs, BDC_BDCSC, temp); in bdc_udc_init()
|
| H A D | bdc.h | 463 static inline void bdc_writel(void __iomem *base, u32 offset, u32 value) in bdc_writel() function
|
| H A D | bdc_ep.c | 353 bdc_writel(bdc->regs, BDC_XSFNTF, epnum); in bdc_notify_xfr() 943 bdc_writel(bdc->regs, BDC_USPPM2, usb2_pm); in bdc_set_test_mode() 1191 bdc_writel(bdc->regs, BDC_USPPMS, usppms); in ep0_handle_feature_dev() 1211 bdc_writel(bdc->regs, BDC_USPPMS, usppms); in ep0_handle_feature_dev()
|