Home
last modified time | relevance | path

Searched full:axr (Results 1 – 10 of 10) sorted by relevance

/src/sys/contrib/device-tree/Bindings/sound/
H A Ddavinci-mcasp-audio.yaml53 All AXR pins should be present in the array even if inactive
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrHFP.td135 def AXR : BinaryRR<"axr", 0x36, null_frag, FP128, FP128>;
H A DSystemZScheduleZEC12.td958 def : InstRW<[WLat15, WLat15, FPU4, GroupAlone], (instregex "AXR$")>;
H A DSystemZScheduleZ196.td920 def : InstRW<[WLat15, WLat15, FPU4, GroupAlone], (instregex "AXR$")>;
H A DSystemZScheduleZ13.td989 def : InstRW<[WLat10, WLat10, VecDF4, GroupAlone], (instregex "AXR$")>;
H A DSystemZScheduleZ15.td1027 def : InstRW<[WLat10, WLat10, VecDF4, GroupAlone], (instregex "AXR$")>;
H A DSystemZScheduleZ14.td1009 def : InstRW<[WLat10, WLat10, VecDF4, GroupAlone], (instregex "AXR$")>;
H A DSystemZScheduleZ16.td1031 def : InstRW<[WLat10, WLat10, VecDF4, GroupAlone], (instregex "AXR$")>;
/src/sys/dev/ocs_fc/
H A Docs_hw_queues.c1893 /* If AXR CMD CQE came before previous TRSP CQE of same XRI */ in ocs_hw_rqpair_process_auto_xfr_rdy_cmd()
1915 /* If data cqe came before cmd cqe in out of order in case of AXR */ in ocs_hw_rqpair_process_auto_xfr_rdy_cmd()
1999 /* If AXR CMD CQE came before previous TRSP CQE of same XRI */ in ocs_hw_rqpair_process_auto_xfr_rdy_data()
H A Docs_hw.h788 /* To handle outof order completions save AXR cmd and data cqes */