Home
last modified time | relevance | path

Searched refs:RW (Results 1 – 25 of 101) sorted by relevance

12345

/freebsd-14-stable/sys/contrib/ck/include/
HDck_rwcohort.h44 #define CK_RWCOHORT_WP_INIT(N, RW, WL) ck_rwcohort_wp_##N##_init(RW, WL) argument
45 #define CK_RWCOHORT_WP_READ_LOCK(N, RW, C, GC, LC) \ argument
46 ck_rwcohort_wp_##N##_read_lock(RW, C, GC, LC)
47 #define CK_RWCOHORT_WP_READ_UNLOCK(N, RW, C, GC, LC) \ argument
48 ck_rwcohort_wp_##N##_read_unlock(RW)
49 #define CK_RWCOHORT_WP_WRITE_LOCK(N, RW, C, GC, LC) \ argument
50 ck_rwcohort_wp_##N##_write_lock(RW, C, GC, LC)
51 #define CK_RWCOHORT_WP_WRITE_UNLOCK(N, RW, C, GC, LC) \ argument
52 ck_rwcohort_wp_##N##_write_unlock(RW, C, GC, LC)
148 #define CK_RWCOHORT_RP_INIT(N, RW, WL) ck_rwcohort_rp_##N##_init(RW, WL) argument
[all …]
/freebsd-14-stable/sys/dev/aic7xxx/
HDaic79xx.reg88 access_mode RW
102 access_mode RW
119 access_mode RW
245 access_mode RW
261 access_mode RW
270 access_mode RW
278 access_mode RW
314 access_mode RW
323 access_mode RW
333 access_mode RW
[all …]
HDaic7xxx.reg57 access_mode RW
74 access_mode RW
90 access_mode RW
167 access_mode RW
183 access_mode RW
205 access_mode RW
210 access_mode RW
223 access_mode RW
229 access_mode RW
238 access_mode RW
[all …]
/freebsd-14-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_events/
HDzpool_events_duplicates.ksh79 RW=$2
81 log_note "Testing $ERR $RW ereports"
86 if [ "$RW" == "read" ] ; then
109 log_must zinject -d $VDEV1 -e $ERR -T $RW -f 100 $POOL
111 if [ "$RW" == "write" ] ; then
121 log_note "$actual total $ERR $RW ereports where $unique were unique"
124 log_note "UNEXPECTED -- $((actual-unique)) duplicate $ERR $RW ereports"
HDzpool_events_errors.ksh85 RW=$3
87 log_note "Testing $ERR $RW on $POOLTYPE"
92 if [ "$RW" == "read" ] ; then
96 log_must zinject -d $VDEV1 -e $ERR -T $RW -f 100 $POOL
98 if [ "$RW" == "write" ] ; then
124 if [ "$RW" == "read" ] ; then
/freebsd-14-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/
HDzfs_mount_remount.ksh58 typeset RW="-t zfs -uw"
61 typeset RW="-o remount,rw"
124 log_must mount $RW $TESTFS $MNTPFS
145 log_mustnot mount $RW $TESTSNAP $MNTPSNAP
167 log_mustnot mount $RW $MNTPFS
/freebsd-14-stable/sys/dev/rtwn/rtl8192c/
HDr92c_chan.c164 reg = RW(reg, R92C_TXAGC_A_CCK1, power[RTWN_RIDX_CCK1]); in r92c_write_txpower()
167 reg = RW(reg, R92C_TXAGC_A_CCK2, power[RTWN_RIDX_CCK2]); in r92c_write_txpower()
168 reg = RW(reg, R92C_TXAGC_A_CCK55, power[RTWN_RIDX_CCK55]); in r92c_write_txpower()
169 reg = RW(reg, R92C_TXAGC_A_CCK11, power[RTWN_RIDX_CCK11]); in r92c_write_txpower()
173 reg = RW(reg, R92C_TXAGC_B_CCK1, power[RTWN_RIDX_CCK1]); in r92c_write_txpower()
174 reg = RW(reg, R92C_TXAGC_B_CCK2, power[RTWN_RIDX_CCK2]); in r92c_write_txpower()
175 reg = RW(reg, R92C_TXAGC_B_CCK55, power[RTWN_RIDX_CCK55]); in r92c_write_txpower()
178 reg = RW(reg, R92C_TXAGC_B_CCK11, power[RTWN_RIDX_CCK11]); in r92c_write_txpower()
304 RW(rs->rf_chnlbw[i], R92C_RF_CHNLBW_CHNL, chan)); in r92c_set_chan()
HDr92c_rf.c68 RW(reg[chain], R92C_HSSI_PARAM2_READ_ADDR, addr) | in r92c_rf_read()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonBitTracker.cpp94 uint16_t RW = getRegBitWidth(RegisterRef(Reg, Sub)); in mask() local
101 return IsSubLo ? BT::BitMask(0, RW-1) in mask()
102 : BT::BitMask(RW, 2*RW-1); in mask()
275 auto lo = [this] (const BT::RegisterCell &RC, uint16_t RW) in evaluate()
277 assert(RW <= RC.width()); in evaluate()
278 return eXTR(RC, 0, RW); in evaluate()
281 auto hi = [this] (const BT::RegisterCell &RC, uint16_t RW) in evaluate() argument
284 assert(RW <= W); in evaluate()
285 return eXTR(RC, W-RW, W); in evaluate()
345 uint16_t RW = W0; in evaluate() local
[all …]
HDHexagonBitSimplify.cpp1587 unsigned RW = RC.width(); in findMatch() local
1588 if (W == RW) { in findMatch()
1602 if (W*2 != RW) in findMatch()
2432 unsigned RW = W; in simplifyExtractLow() local
2492 if (Len == RW) in simplifyExtractLow()
2515 if (SW < RW || (SW % RW) != 0) in simplifyExtractLow()
2523 unsigned OE = (Off+Len)/RW; in simplifyExtractLow()
2524 if (OE != Off/RW) { in simplifyExtractLow()
2531 Off = OE*RW; in simplifyExtractLow()
2554 Signed ? (RW == 32 ? Hexagon::S4_extract : Hexagon::S4_extractp) in simplifyExtractLow()
[all …]
/freebsd-14-stable/usr.bin/bintrans/
HDuuencode.c139 #define RW (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH) in main_encode() macro
140 mode = RW & ~umask(RW); in main_encode()
/freebsd-14-stable/sys/contrib/device-tree/src/powerpc/fsl/
HDp2020rdb.dts69 label = "NOR (RW) JFFS2 Root File System";
121 label = "NAND (RW) JFFS2 Root File System";
127 label = "NAND (RW) Writable User area";
189 label = "SPI (RW) JFFS2 RFS";
HDp1020rdb.dtsi69 label = "NOR (RW) JFFS2 Root File System";
121 label = "NAND (RW) JFFS2 Root File System";
127 label = "NAND (RW) Writable User area";
/freebsd-14-stable/contrib/ntp/ntpd/
HDcmd_args.c160 set_sys_var(v_assign, strlen(v_assign) + 1, RW); in getCmdOpts()
172 (u_short) (RW | DEF)); in getCmdOpts()
/freebsd-14-stable/contrib/llvm-project/openmp/runtime/src/
HDz_AIX_asm.S399 .csect __kmp_unnamed_critical_addr[RW],3
401 .csect __kmp_unnamed_critical_addr[RW],2
403 .globl __kmp_unnamed_critical_addr[RW]
/freebsd-14-stable/sys/dev/rtwn/rtl8188e/
HDr88e_init.c66 RW(reg, R92C_AFE_XTAL_CTRL_ADDR, val | val << 6)); in r88e_crystalcap_write()
/freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/Common/
HDCodeGenSchedule.cpp623 for (Record *RW : RWs) { in collectSchedRW()
624 if (RW->isSubClassOf("SchedWrite")) in collectSchedRW()
625 scanSchedRW(RW, SWDefs, RWSet); in collectSchedRW()
627 assert(RW->isSubClassOf("SchedRead") && "Unknown SchedReadWrite"); in collectSchedRW()
628 scanSchedRW(RW, SRDefs, RWSet); in collectSchedRW()
702 CodeGenSchedRW &RW = getSchedRW(MatchDef); in collectSchedRW() local
703 if (RW.IsAlias) in collectSchedRW()
705 RW.Aliases.push_back(ADef); in collectSchedRW()
745 RWVec, [Def](const CodeGenSchedRW &RW) { return RW.TheDef == Def; }); in getSchedRWIdx() argument
842 auto I = find_if(RWVec, [Seq](CodeGenSchedRW &RW) { in findRWForSequence() argument
[all …]
/freebsd-14-stable/sys/dev/rtwn/rtl8192e/
HDr92e_rf.c64 RW(val, R92C_HSSI_PARAM2_READ_ADDR, addr) & in r92e_rf_read()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMLRegAllocEvictAdvisor.cpp273 double RW = 0; member
827 Ret.RW += (Reads && Writes) * Freq; in getLIFeatureComponents()
855 double RW = 0.0; in extractFeatures() local
891 RW += LIFC.RW; in extractFeatures()
933 SET(weighed_read_writes_by_max, float, RW); in extractFeatures()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
HDMCDisassembler.cpp65 SMC_PCASE(RW, 1) in getSMCPriority()
/freebsd-14-stable/sys/dev/rtwn/
HDif_rtwnreg.h113 #define RW(var, field, val) \ macro
HDif_rtwn_fw.c64 reg = RW(reg, R92C_MCUFWDL_PAGE, page); in rtwn_fw_loadpage()
/freebsd-14-stable/sys/dev/aic7xxx/aicasm/
HDaicasm_symbol.h67 RW = 0x03 enumerator
/freebsd-14-stable/sys/dts/powerpc/
HDp1020rdb.dts120 label = "NOR (RW) JFFS2 Root File System";
172 label = "NAND (RW) JFFS2 Root File System";
178 label = "NAND (RW) Writable User area";
316 label = "SPI (RW) JFFS2 RFS";
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
HDEmulateInstructionARM64.h147 RW : 1, // Current register width – 0 is AArch64, 1 is AArch32 member

12345