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

/drivers/usb/musb/
H A Dda8xx.c177 #define portstate(stmt) stmt macro
351 portstate(musb->port1_status |= USB_PORT_STAT_POWER);
358 portstate(musb->port1_status &= ~USB_PORT_STAT_POWER);
H A Ddavinci.c144 #define portstate(stmt) stmt macro
335 portstate(musb->port1_status |= USB_PORT_STAT_POWER);
342 portstate(musb->port1_status &= ~USB_PORT_STAT_POWER);
H A Dam35x.c128 #define portstate(stmt) stmt macro
288 portstate(musb->port1_status |= USB_PORT_STAT_POWER);
295 portstate(musb->port1_status &= ~USB_PORT_STAT_POWER);
/drivers/scsi/pm8001/
H A Dpm80xx_hwi.c2851 u8 portstate = (u8)(phyid_npip_portstate & 0x0000000F); local
2858 port->port_state = portstate;
2862 "portstate:%x; devicetype:%x\n",
2863 port_id, phy_id, link_rate, portstate, deviceType));
2933 u8 portstate = (u8)(phyid_npip_portstate & 0x0000000F); local
2940 "port id %d, phy id %d link_rate %d portstate 0x%x\n",
2941 port_id, phy_id, link_rate, portstate));
2943 port->port_state = portstate;
2979 u8 portstate = (u8)(phyid_npip_portstate & 0x0000000F); local
2983 port->port_state = portstate;
[all...]
H A Dpm8001_hwi.c3364 u8 portstate = (u8)(npip_portstate & 0x0000000F); local
3370 port->port_state = portstate;
3443 u8 portstate = (u8)(npip_portstate & 0x0000000F); local
3451 port->port_state = portstate;
3486 u8 portstate = (u8)(npip_portstate & 0x0000000F); local
3489 port->port_state = portstate;
3494 switch (portstate) {
3528 portstate));

Completed in 81 milliseconds