Home
last modified time | relevance | path

Searched refs:dtag (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/arch/m68k/fpsp040/
H A Ddo_func.S254 | ;dtag,stag
276 bfextu DTAG(%a6){#0:#3},%d1 |dtag = d1
285 orb %d0,%d1 |d1{3:2} = dtag, d1{1:0} = stag
414 | ;dtag,stag
435 bfextu DTAG(%a6){#0:#3},%d1 |dtag in d1
439 orb %d0,%d1 |d1{4:2} = dtag, d1{1:0} = stag
440 | ;dtag values stag values:
H A Dbugfix.S260 | $44 dtag - L_SCR3
382 | $44 dtag - L_SCR3
H A Dkernel_ex.S346 orb #norm_tag,DTAG(%a6) |set up dtag for norm
H A Dx_snan.S256 bfextu %d0{#0:#3},%d0 |isolate dtag in lsbs
H A Dres_func.S64 | ;set dtag to norm
1967 | Also note that the dtag must be set to norm here - this is because
1968 | the 040 uses the dtag to execute the correct microcode.
1970 bfclr DTAG(%a6){#0:#3} |set dtag to norm
/openbmc/qemu/include/hw/tricore/
H A Dtc27x_soc.h37 MemoryRegion dtag; member
/openbmc/qemu/hw/tricore/
H A Dtc27x_soc.c121 make_ram(&s->cpu2mem.dtag, "CPU2.DTAG", in tc27x_soc_init_memory_mapping()
130 make_ram(&s->cpu1mem.dtag, "CPU1.DTAG", in tc27x_soc_init_memory_mapping()
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_port.c558 bool dtag = max_tags == SPX5_PORT_MAX_TAGS_TWO; in sparx5_port_max_tags_set() local
572 DEV2G5_MAC_TAGS_CFG_PB_ENA_SET(dtag) | in sparx5_port_max_tags_set()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_els.c3988 u32 *pdata, dtag; in lpfc_cmpl_els_edc() local
4071 dtag = be32_to_cpu(tlv->desc_tag); in lpfc_cmpl_els_edc()
4072 switch (dtag) { in lpfc_cmpl_els_edc()
4134 dtag_nm = lpfc_get_tlv_dtag_nm(dtag); in lpfc_cmpl_els_edc()
4138 desc_cnt, dtag, dtag_nm); in lpfc_cmpl_els_edc()
9332 uint32_t *ptr, dtag; in lpfc_els_rcv_edc() local
9373 dtag = be32_to_cpu(tlv->desc_tag); in lpfc_els_rcv_edc()
9374 switch (dtag) { in lpfc_els_rcv_edc()
9428 dtag_nm = lpfc_get_tlv_dtag_nm(dtag); in lpfc_els_rcv_edc()
9433 desc_cnt, dtag, dtag_nm); in lpfc_els_rcv_edc()
[all …]
H A Dlpfc_crtn.h93 void lpfc_cgn_update_stat(struct lpfc_hba *phba, uint32_t dtag);
H A Dlpfc_init.c5600 lpfc_cgn_update_stat(struct lpfc_hba *phba, uint32_t dtag) in lpfc_cgn_update_stat() argument
5611 switch (dtag) { in lpfc_cgn_update_stat()
/openbmc/linux/drivers/scsi/
H A Dscsi_transport_fc.c909 u32 dtag; in fc_host_fpin_rcv() local
920 dtag = be32_to_cpu(tlv->desc_tag); in fc_host_fpin_rcv()
921 switch (dtag) { in fc_host_fpin_rcv()