Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training_bist.c21 enum hws_bist_operation oper_type);
31 enum hws_bist_operation oper_type, in ddr3_tip_bist_activate() argument
69 if (oper_type == BIST_STOP) { in ddr3_tip_bist_activate()
235 u32 if_id, enum hws_bist_operation oper_type) in ddr3_tip_bist_operation() argument
237 if (oper_type == BIST_STOP) { in ddr3_tip_bist_operation()
H A Dddr3_training_ip_bist.h43 enum hws_bist_operation oper_type,
H A Dddr3_training_ip_prv_if.h79 enum hws_bist_operation oper_type, u32 offset, u32 cs_num,
H A Dddr3_training.c184 u32 data_value, enum hws_operation oper_type);
1047 u32 data_value, enum hws_operation oper_type) in ddr3_tip_bus_access() argument
1052 (oper_type << 30) + (addr_hi << 28) + (phy_access << 27) + in ddr3_tip_bus_access()
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Dfdtput.c18 enum oper_type { enum
24 enum oper_type oper; /* operation to perform */
/OK3568_Linux_fs/kernel/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
273 #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()