/openbmc/u-boot/arch/arm/include/asm/arch-tegra/ |
H A D | ap.h | 17 #define CLK_DIVIDER(REF, FREQ) ((((REF) * 2) / FREQ) - 2) argument 20 #define CLK_FREQUENCY(REF, REG) (((REF) * 2) / (REG + 2)) argument
|
/openbmc/u-boot/arch/arm/mach-tegra/ |
H A D | cpu.h | 28 #define CLK_DIVIDER(REF, FREQ) ((((REF) * 2) / FREQ) - 2) argument 31 #define CLK_FREQUENCY(REF, REG) (((REF) * 2) / (REG + 2)) argument
|
/openbmc/linux/arch/sh/kernel/cpu/sh3/ |
H A D | setup-sh770x.c | 32 RTC, WDT, REF, enumerator 43 INTC_VECT(REF, 0x580), 44 INTC_VECT(REF, 0x5a0), 69 { 0xfffffee4, 0, 16, 4, /* IPRB */ { WDT, REF, SCI, 0 } },
|
H A D | setup-sh7710.c | 28 RTC, WDT, REF, enumerator 54 INTC_VECT(REF, 0x580), 59 { 0xfffffee4, 0, 16, 4, /* IPRB */ { WDT, REF, 0, 0 } },
|
/openbmc/linux/arch/sh/kernel/cpu/sh4/ |
H A D | setup-sh7750.c | 185 TMU3, TMU4, TMU0, TMU1, TMU2, RTC, SCI1, SCIF, WDT, REF, enumerator 202 INTC_VECT(REF, 0x580), INTC_VECT(REF, 0x5a0), 207 { 0xffd00008, 0, 16, 4, /* IPRB */ { WDT, REF, SCI1, 0 } },
|
H A D | setup-sh7760.c | 37 WDT, REF, enumerator 75 INTC_VECT(REF, 0x580), INTC_VECT(REF, 0x5a0), 105 { 0xffd00008, 0, 16, 4, /* IPRB */ { WDT, REF, 0, 0 } },
|
/openbmc/linux/Documentation/filesystems/ |
H A D | path-lookup.rst | 30 will allow us to review "REF-walk" and "RCU-walk" separately. But we 142 REF-walk: simple concurrency management with refcounts and spinlocks 148 pathname, and focus on the "REF-walk" approach to concurrency 155 REF-walk is fairly heavy-handed with locks and reference counts. Not 162 The locking mechanisms used by REF-walk include: 205 When looking for a name in a directory, REF-walk takes ``d_lock`` on 211 REF-walk can take ``d_lock`` to get a stable reference to ``d_parent``, 517 Apart from symbolic links, there are only two parts of the "REF-walk" 599 It is in many ways similar to REF-walk and the two share quite a bit 603 We noted that REF-walk is complex because there are numerous details [all …]
|
H A D | ubifs-authentication.rst | 171 / CS | REF | REF | | \ \ DENT | INO | INO | / 182 (CS) and reference nodes (REF) pointing to main area 344 ,.REF#0,-> bud -> bud -> bud.-> auth -> bud -> bud.-> auth ... 351 , REF#1 -> bud -> bud,-> auth ... 354 REF#2 -> ...
|
H A D | autofs.rst | 173 to "REF-walk", which is slower but more robust. 189 mounted, it *will* fall back to REF-walk. `d_manage()` cannot make the
|
/openbmc/linux/Documentation/filesystems/caching/ |
H A D | fscache.rst | 232 CACHE REF VOLS OBJS ACCES S NAME 242 REF Number of references on the cache cookie 262 VOLUME REF nCOOK ACC FL CACHE KEY 272 REF Number of references on the volume cookie 291 COOKIE VOLUME REF ACT ACC S FL DEF 309 REF Number of references on the volume cookie
|
/openbmc/linux/scripts/gcc-plugins/ |
H A D | gcc-common.h | 131 #define PASS_INFO(NAME, REF, ID, POS) \ argument 134 .reference_pass_name = REF, \
|
/openbmc/qemu/hw/sh4/ |
H A D | sh7750.c | 478 DMAC, PCIC1, TMU2, RTC, SCI1, SCIF, REF, enumerator 504 INTC_GROUP(REF, REF_RCMI, REF_ROVI), 509 { 0xffd00008, 0, 16, 4, /* IPRB */ { WDT, REF, SCI1, 0 } },
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/ |
H A D | 857.patch | 78 env['LINKFLAGS'] = '/INCREMENTAL:NO /MANIFEST /NOLOGO /OPT:REF /OPT:ICF /MACHINE:X86'
|
/openbmc/qemu/docs/devel/ |
H A D | qapi-code-gen.rst | 247 .. _TYPE-REF: 254 TYPE-REF = STRING | ARRAY-TYPE 274 MEMBER = STRING : TYPE-REF 275 | STRING : { 'type': TYPE-REF, 289 The form TYPE-REF_ is shorthand for :code:`{ 'type': TYPE-REF }`. 335 BRANCH = STRING : TYPE-REF 336 | STRING : { 'type': TYPE-REF, '*if': COND } 357 for :code:`{ 'type': TYPE-REF }`. 460 '*returns': TYPE-REF,
|
/openbmc/qemu/ |
H A D | MAINTAINERS | 915 SBSA-REF
|