Home
last modified time | relevance | path

Searched refs:portstate (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/usb/musb/
Ddavinci.c144 #define portstate(stmt) stmt macro
335 portstate(musb->port1_status |= USB_PORT_STAT_POWER); in davinci_musb_interrupt()
342 portstate(musb->port1_status &= ~USB_PORT_STAT_POWER); in davinci_musb_interrupt()
Dda8xx.c177 #define portstate(stmt) stmt macro
351 portstate(musb->port1_status |= USB_PORT_STAT_POWER); in da8xx_musb_interrupt()
358 portstate(musb->port1_status &= ~USB_PORT_STAT_POWER); in da8xx_musb_interrupt()
Dam35x.c128 #define portstate(stmt) stmt macro
288 portstate(musb->port1_status |= USB_PORT_STAT_POWER); in am35x_musb_interrupt()
295 portstate(musb->port1_status &= ~USB_PORT_STAT_POWER); in am35x_musb_interrupt()
/linux-4.4.14/drivers/scsi/pm8001/
Dpm80xx_hwi.c2903 u8 portstate = (u8)(phyid_npip_portstate & 0x0000000F); in hw_event_sas_phy_up() local
2910 port->port_state = portstate; in hw_event_sas_phy_up()
2916 port_id, phy_id, link_rate, portstate, deviceType)); in hw_event_sas_phy_up()
2986 u8 portstate = (u8)(phyid_npip_portstate & 0x0000000F); in hw_event_sata_phy_up() local
2994 port_id, phy_id, link_rate, portstate)); in hw_event_sata_phy_up()
2996 port->port_state = portstate; in hw_event_sata_phy_up()
3032 u8 portstate = (u8)(phyid_npip_portstate & 0x0000000F); in hw_event_phy_down() local
3036 port->port_state = portstate; in hw_event_phy_down()
3040 switch (portstate) { in hw_event_phy_down()
3082 portstate)); in hw_event_phy_down()
Dpm8001_hwi.c3369 u8 portstate = (u8)(npip_portstate & 0x0000000F); in hw_event_sas_phy_up() local
3375 port->port_state = portstate; in hw_event_sas_phy_up()
3448 u8 portstate = (u8)(npip_portstate & 0x0000000F); in hw_event_sata_phy_up() local
3456 port->port_state = portstate; in hw_event_sata_phy_up()
3491 u8 portstate = (u8)(npip_portstate & 0x0000000F); in hw_event_phy_down() local
3494 port->port_state = portstate; in hw_event_phy_down()
3499 switch (portstate) { in hw_event_phy_down()
3533 portstate)); in hw_event_phy_down()