Lines Matching refs:PORT_DISABLED
1607 if (port_statep->sp_status & PORT_DISABLED) { in socal_ioctl()
1613 port_statep->sp_status |= PORT_DISABLED; in socal_ioctl()
1628 if (port_statep->sp_status & PORT_DISABLED) { in socal_ioctl()
1646 if (port_statep->sp_status & PORT_DISABLED) { in socal_ioctl()
1657 port_statep->sp_status &= ~PORT_DISABLED; in socal_ioctl()
2105 &= (PORT_OPEN|PORT_CHILD_INIT|PORT_DISABLED|PORT_TARGET_MODE); in socal_start()
2111 &= (PORT_OPEN|PORT_CHILD_INIT|PORT_DISABLED|PORT_TARGET_MODE); in socal_start()
2117 if (socalp->port_state[0].sp_status & PORT_DISABLED) in socal_start()
2120 if (socalp->port_state[1].sp_status & PORT_DISABLED) in socal_start()
3483 PORT_DISABLED) { in socal_intr_solicited()
3488 PORT_DISABLED; in socal_intr_solicited()
4221 if (!(port_statep->sp_status & PORT_DISABLED)) { in socal_diag_request()