Searched refs:PORT_VALID (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/bus/
H A Darm-cci.c130 #define PORT_VALID (0x1 << PORT_VALID_SHIFT) macro
134 port->port = PORT_VALID | index;
140 return !!(port->port & PORT_VALID);
316 " tst r3, #"__stringify(PORT_VALID)" \n"
331 "3: bic r3, r3, #"__stringify(PORT_VALID)" \n"
/linux-master/drivers/scsi/pm8001/
H A Dpm8001_hwi.h733 #define PORT_VALID 0x01 macro
H A Dpm80xx_hwi.h1183 #define PORT_VALID 0x01 macro
H A Dpm8001_hwi.c3247 case PORT_VALID:
H A Dpm80xx_hwi.c3273 case PORT_VALID:
3275 "HW_EVENT_PHY_DOWN phyid:%#x port_id:%#x portstate: PORT_VALID\n",
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_hw.c430 port_id = (QED_DMAE_FLAGS_IS_SET(p_params, PORT_VALID)) ?

Completed in 138 milliseconds