Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/musb/
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()
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()
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.1.27/drivers/scsi/pm8001/
Dpm80xx_hwi.c2851 u8 portstate = (u8)(phyid_npip_portstate & 0x0000000F); in hw_event_sas_phy_up() local
2858 port->port_state = portstate; in hw_event_sas_phy_up()
2863 port_id, phy_id, link_rate, portstate, deviceType)); in hw_event_sas_phy_up()
2933 u8 portstate = (u8)(phyid_npip_portstate & 0x0000000F); in hw_event_sata_phy_up() local
2941 port_id, phy_id, link_rate, portstate)); in hw_event_sata_phy_up()
2943 port->port_state = portstate; in hw_event_sata_phy_up()
2979 u8 portstate = (u8)(phyid_npip_portstate & 0x0000000F); in hw_event_phy_down() local
2983 port->port_state = portstate; in hw_event_phy_down()
2988 switch (portstate) { in hw_event_phy_down()
3022 portstate)); in hw_event_phy_down()
Dpm8001_hwi.c3364 u8 portstate = (u8)(npip_portstate & 0x0000000F); in hw_event_sas_phy_up() local
3370 port->port_state = portstate; in hw_event_sas_phy_up()
3443 u8 portstate = (u8)(npip_portstate & 0x0000000F); in hw_event_sata_phy_up() local
3451 port->port_state = portstate; in hw_event_sata_phy_up()
3486 u8 portstate = (u8)(npip_portstate & 0x0000000F); in hw_event_phy_down() local
3489 port->port_state = portstate; in hw_event_phy_down()
3494 switch (portstate) { in hw_event_phy_down()
3528 portstate)); in hw_event_phy_down()