Symbol: portstate
drivers/net/dsa/lan9303-core.c
1165
int portmask, portstate;
drivers/net/dsa/lan9303-core.c
1173
portstate = LAN9303_SWE_PORT_STATE_DISABLED_PORT0;
drivers/net/dsa/lan9303-core.c
1177
portstate = LAN9303_SWE_PORT_STATE_BLOCKING_PORT0;
drivers/net/dsa/lan9303-core.c
1180
portstate = LAN9303_SWE_PORT_STATE_LEARNING_PORT0;
drivers/net/dsa/lan9303-core.c
1183
portstate = LAN9303_SWE_PORT_STATE_FORWARDING_PORT0;
drivers/net/dsa/lan9303-core.c
1186
portstate = LAN9303_SWE_PORT_STATE_DISABLED_PORT0;
drivers/net/dsa/lan9303-core.c
1192
portstate <<= (port * 2);
drivers/net/dsa/lan9303-core.c
1194
chip->swe_port_state = (chip->swe_port_state & ~portmask) | portstate;
drivers/scsi/pm8001/pm8001_hwi.c
3117
u8 portstate = (u8)(npip_portstate & 0x0000000F);
drivers/scsi/pm8001/pm8001_hwi.c
3124
port->port_state = portstate;
drivers/scsi/pm8001/pm8001_hwi.c
3194
u8 portstate = (u8)(npip_portstate & 0x0000000F);
drivers/scsi/pm8001/pm8001_hwi.c
3202
port->port_state = portstate;
drivers/scsi/pm8001/pm8001_hwi.c
3237
u8 portstate = (u8)(npip_portstate & 0x0000000F);
drivers/scsi/pm8001/pm8001_hwi.c
3240
port->port_state = portstate;
drivers/scsi/pm8001/pm8001_hwi.c
3245
switch (portstate) {
drivers/scsi/pm8001/pm8001_hwi.c
3277
portstate);
drivers/scsi/pm8001/pm80xx_hwi.c
3192
u8 portstate = (u8)(phyid_npip_portstate & 0x0000000F);
drivers/scsi/pm8001/pm80xx_hwi.c
3200
port->port_state = portstate;
drivers/scsi/pm8001/pm80xx_hwi.c
3205
port_id, phy_id, link_rate, portstate, deviceType);
drivers/scsi/pm8001/pm80xx_hwi.c
3272
u8 portstate = (u8)(phyid_npip_portstate & 0x0000000F);
drivers/scsi/pm8001/pm80xx_hwi.c
3279
phy_id, port_id, link_rate, portstate);
drivers/scsi/pm8001/pm80xx_hwi.c
3283
port->port_state = portstate;
drivers/scsi/pm8001/pm80xx_hwi.c
3319
u8 portstate = (u8)(phyid_npip_portstate & 0x0000000F);
drivers/scsi/pm8001/pm80xx_hwi.c
3324
port->port_state = portstate;
drivers/scsi/pm8001/pm80xx_hwi.c
3327
switch (portstate) {
drivers/scsi/pm8001/pm80xx_hwi.c
3375
phy_id, port_id, portstate);
drivers/scsi/pm8001/pm80xx_hwi.c
3379
if (port_sata && (portstate != PORT_IN_RESET))
drivers/scsi/pm8001/pm80xx_hwi.c
3458
u8 portstate = (u8)(phyid_npip_portstate & 0x0000000F);
drivers/scsi/pm8001/pm80xx_hwi.c
3609
phy_id, port_id, portstate);
drivers/scsi/pm8001/pm80xx_hwi.c
3616
port->port_state = portstate;
drivers/scsi/pm8001/pm80xx_hwi.c
3651
phy_id, port_id, portstate);
drivers/scsi/pm8001/pm80xx_hwi.c
3660
port->port_state = portstate;
drivers/usb/musb/da8xx.c
293
portstate(musb->port1_status |= USB_PORT_STAT_POWER);
drivers/usb/musb/da8xx.c
307
portstate(musb->port1_status &= ~USB_PORT_STAT_POWER);