Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bus/
H A Darm-cci.c130 #define PORT_VALID (0x1 << PORT_VALID_SHIFT) macro
134 port->port = PORT_VALID | index; in init_cpu_port()
140 return !!(port->port & PORT_VALID); in cpu_port_is_valid()
316 " tst r3, #"__stringify(PORT_VALID)" \n" in cci_enable_port_for_self()
331 "3: bic r3, r3, #"__stringify(PORT_VALID)" \n" in cci_enable_port_for_self()
/openbmc/linux/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 Dpm80xx_hwi.c3293 case PORT_VALID: in hw_event_phy_down()
H A Dpm8001_hwi.c3303 case PORT_VALID: in hw_event_phy_down()
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_hw.c430 port_id = (QED_DMAE_FLAGS_IS_SET(p_params, PORT_VALID)) ? in qed_dmae_opcode()