Lines Matching refs:m66592_bset
60 m66592_bset(m66592, (1 << pipenum), reg); in enable_pipe_irq()
78 m66592_bset(m66592, M66592_CTRE, M66592_INTENB0); in m66592_usb_connect()
79 m66592_bset(m66592, M66592_WDST | M66592_RDST | M66592_CMPL, in m66592_usb_connect()
81 m66592_bset(m66592, M66592_BEMPE | M66592_BRDYE, M66592_INTENB0); in m66592_usb_connect()
83 m66592_bset(m66592, M66592_DPRPU, M66592_SYSCFG); in m66592_usb_connect()
173 m66592_bset(m66592, M66592_SQCLR, M66592_DCPCTR); in control_reg_sqclr()
176 m66592_bset(m66592, M66592_SQCLR, offset); in control_reg_sqclr()
226 m66592_bset(m66592, mbw, ep->fifosel); in pipe_change()
323 m66592_bset(m66592, mbw, ep->fifosel); in pipe_initialize()
494 m66592_bset(m66592, M66592_CCPL, M66592_DCPCTR); in control_end()
507 m66592_bset(m66592, M66592_BVAL, ep->fifoctr); in start_ep0_write()
546 m66592_bset(m66592, M66592_TRCLR, ep->fifosel); in start_packet_read()
548 m66592_bset(m66592, M66592_TRENB, ep->fifosel); in start_packet_read()
600 m66592_bset(m66592, M66592_HSE, M66592_SYSCFG); /* High spd */ in init_controller()
603 m66592_bset(m66592, M66592_USBE, M66592_SYSCFG); in init_controller()
606 m66592_bset(m66592, 0x8000, M66592_DVSTCTR); in init_controller()
607 m66592_bset(m66592, 0x1000, M66592_TESTMODE); in init_controller()
610 m66592_bset(m66592, M66592_INTL, M66592_INTENB1); in init_controller()
614 m66592_bset(m66592, endian, M66592_CFBCFG); in init_controller()
615 m66592_bset(m66592, endian, M66592_D0FBCFG); in init_controller()
656 m66592_bset(m66592, in init_controller()
659 m66592_bset(m66592, M66592_HSE, M66592_SYSCFG); /* High spd */ in init_controller()
664 m66592_bset(m66592, M66592_USBE, M66592_SYSCFG); in init_controller()
666 m66592_bset(m66592, M66592_XCKE, M66592_SYSCFG); in init_controller()
670 m66592_bset(m66592, M66592_RCKE | M66592_PLLC, M66592_SYSCFG); in init_controller()
674 m66592_bset(m66592, M66592_SCKE, M66592_SYSCFG); in init_controller()
676 m66592_bset(m66592, irq_sense & M66592_INTL, M66592_INTENB1); in init_controller()
703 m66592_bset(m66592, M66592_XCKE, M66592_SYSCFG); in m66592_start_xclock()
753 m66592_bset(m66592, M66592_ISEL, ep->fifosel); in irq_ep0_write()
776 m66592_bset(m66592, M66592_BVAL, ep->fifoctr); in irq_ep0_write()
825 m66592_bset(m66592, M66592_BVAL, ep->fifoctr); in irq_packet_write()
1058 m66592_bset(m66592, in set_feature()
1278 m66592_bset(m66592, M66592_RCKE | M66592_PLLC, M66592_SYSCFG); in m66592_timer()
1280 m66592_bset(m66592, M66592_SCKE, M66592_SYSCFG); in m66592_timer()
1475 m66592_bset(m66592, M66592_VBSE | M66592_URST, M66592_INTENB0); in m66592_udc_start()
1516 m66592_bset(m66592, M66592_DPRPU, M66592_SYSCFG); in m66592_pullup()