Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/dsa/
Dlan9303-core.c1128 int portmask, portstate; in lan9303_port_stp_state_set() local
1136 portstate = LAN9303_SWE_PORT_STATE_DISABLED_PORT0; in lan9303_port_stp_state_set()
1140 portstate = LAN9303_SWE_PORT_STATE_BLOCKING_PORT0; in lan9303_port_stp_state_set()
1143 portstate = LAN9303_SWE_PORT_STATE_LEARNING_PORT0; in lan9303_port_stp_state_set()
1146 portstate = LAN9303_SWE_PORT_STATE_FORWARDING_PORT0; in lan9303_port_stp_state_set()
1149 portstate = LAN9303_SWE_PORT_STATE_DISABLED_PORT0; in lan9303_port_stp_state_set()
1155 portstate <<= (port * 2); in lan9303_port_stp_state_set()
1157 chip->swe_port_state = (chip->swe_port_state & ~portmask) | portstate; in lan9303_port_stp_state_set()
/Linux-v5.10/drivers/usb/musb/
Ddavinci.c126 #define portstate(stmt) stmt macro
315 portstate(musb->port1_status |= USB_PORT_STAT_POWER); in davinci_musb_interrupt()
321 portstate(musb->port1_status &= ~USB_PORT_STAT_POWER); in davinci_musb_interrupt()
Dam35x.c111 #define portstate(stmt) stmt macro
267 portstate(musb->port1_status |= USB_PORT_STAT_POWER); in am35x_musb_interrupt()
273 portstate(musb->port1_status &= ~USB_PORT_STAT_POWER); in am35x_musb_interrupt()
Dda8xx.c113 #define portstate(stmt) stmt macro
283 portstate(musb->port1_status |= USB_PORT_STAT_POWER); in da8xx_musb_interrupt()
297 portstate(musb->port1_status &= ~USB_PORT_STAT_POWER); in da8xx_musb_interrupt()
/Linux-v5.10/drivers/scsi/pm8001/
Dpm80xx_hwi.c3306 u8 portstate = (u8)(phyid_npip_portstate & 0x0000000F); in hw_event_sas_phy_up() local
3313 port->port_state = portstate; in hw_event_sas_phy_up()
3319 port_id, phy_id, link_rate, portstate, deviceType)); in hw_event_sas_phy_up()
3389 u8 portstate = (u8)(phyid_npip_portstate & 0x0000000F); in hw_event_sata_phy_up() local
3397 port_id, phy_id, link_rate, portstate)); in hw_event_sata_phy_up()
3399 port->port_state = portstate; in hw_event_sata_phy_up()
3435 u8 portstate = (u8)(phyid_npip_portstate & 0x0000000F); in hw_event_phy_down() local
3440 port->port_state = portstate; in hw_event_phy_down()
3443 switch (portstate) { in hw_event_phy_down()
3485 portstate)); in hw_event_phy_down()
[all …]
Dpm8001_hwi.c3421 u8 portstate = (u8)(npip_portstate & 0x0000000F); in hw_event_sas_phy_up() local
3427 port->port_state = portstate; in hw_event_sas_phy_up()
3500 u8 portstate = (u8)(npip_portstate & 0x0000000F); in hw_event_sata_phy_up() local
3508 port->port_state = portstate; in hw_event_sata_phy_up()
3543 u8 portstate = (u8)(npip_portstate & 0x0000000F); in hw_event_phy_down() local
3546 port->port_state = portstate; in hw_event_phy_down()
3551 switch (portstate) { in hw_event_phy_down()
3585 portstate)); in hw_event_phy_down()