Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/bus/
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()
/linux-6.12.1/drivers/scsi/pm8001/
Dpm8001_hwi.h733 #define PORT_VALID 0x01 macro
Dpm80xx_hwi.h1183 #define PORT_VALID 0x01 macro
Dpm8001_hwi.c3247 case PORT_VALID: in hw_event_phy_down()
Dpm80xx_hwi.c3273 case PORT_VALID: in hw_event_phy_down()
/linux-6.12.1/drivers/net/ethernet/qlogic/qed/
Dqed_hw.c430 port_id = (QED_DMAE_FLAGS_IS_SET(p_params, PORT_VALID)) ? in qed_dmae_opcode()