Home
last modified time | relevance | path

Searched refs:oper_type (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training_bist.c15 enum hws_bist_operation oper_type);
25 enum hws_bist_operation oper_type, in ddr3_tip_bist_activate() argument
58 if (oper_type == BIST_STOP) { in ddr3_tip_bist_activate()
169 u32 if_id, enum hws_bist_operation oper_type) in ddr3_tip_bist_operation() argument
171 if (oper_type == BIST_STOP) in ddr3_tip_bist_operation()
H A Dddr3_training_ip_bist.h42 enum hws_bist_operation oper_type,
H A Dddr3_training_ip_prv_if.h78 enum hws_bist_operation oper_type, u32 offset, u32 cs_num,
/openbmc/linux/scripts/dtc/
H A Dfdtput.c18 enum oper_type { enum
24 enum oper_type oper; /* operation to perform */
/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_fcs.c143 (__fabric)->oper_type = BFA_PORT_TYPE_NPORT; \
145 (__fabric)->oper_type = BFA_PORT_TYPE_P2P; \
147 (__fabric)->oper_type = BFA_PORT_TYPE_NLPORT; \
H A Dbfa_fcs.h181 enum bfa_port_type oper_type; /* current link topology */ member
270 #define bfa_fcs_lport_get_opertype(_lport) ((_lport)->fabric->oper_type)
H A Dbfa_fcs_lport.c659 bfa_trc(port->fcs, port->fabric->oper_type); in bfa_fcs_lport_online_actions()
681 bfa_trc(port->fcs, port->fabric->oper_type); in bfa_fcs_lport_offline_actions()
1145 port_attr->port_type = port->fabric->oper_type; in bfa_fcs_lport_get_attr()