Searched refs:wins (Results 1 – 15 of 15) sorted by relevance
/linux/drivers/bus/ |
H A D | mvebu-mbus.c | 148 struct mvebu_mbus_win_data wins[MBUS_WINS_MAX]; member 1022 s->wins[win].base = readl(addr + WIN_BASE_OFF); in mvebu_mbus_suspend() 1023 s->wins[win].ctrl = readl(addr + WIN_CTRL_OFF); in mvebu_mbus_suspend() 1031 s->wins[win].remap_lo = readl(addr_rmp + WIN_REMAP_LO_OFF); in mvebu_mbus_suspend() 1032 s->wins[win].remap_hi = readl(addr_rmp + WIN_REMAP_HI_OFF); in mvebu_mbus_suspend() 1058 writel(s->wins[win].base, addr + WIN_BASE_OFF); in mvebu_mbus_resume() 1059 writel(s->wins[win].ctrl, addr + WIN_CTRL_OFF); in mvebu_mbus_resume() 1067 writel(s->wins[win].remap_lo, addr_rmp + WIN_REMAP_LO_OFF); in mvebu_mbus_resume() 1068 writel(s->wins[win].remap_hi, addr_rmp + WIN_REMAP_HI_OFF); in mvebu_mbus_resume()
|
/linux/arch/arm64/boot/dts/freescale/ |
H A D | fsl-lx2160a.dtsi | 1181 apio-wins = <8>; 1182 ppio-wins = <8>; 1209 apio-wins = <8>; 1210 ppio-wins = <8>; 1237 apio-wins = <256>; 1238 ppio-wins = <24>; 1265 apio-wins = <8>; 1266 ppio-wins = <8>; 1293 apio-wins = <256>; 1294 ppio-wins = <24>; [all …]
|
/linux/Documentation/process/ |
H A D | 8.Conclusion.rst | 72 everybody involved wins. Fire up your editor and come join us; you will be
|
/linux/arch/sparc/kernel/ |
H A D | wof.S | 96 be,a spwin_fromuser ! all user wins, branch
|
/linux/Documentation/arch/arm/ |
H A D | vlocks.rst | 91 wins.
|
/linux/Documentation/arch/riscv/ |
H A D | boot.rst | 69 wins a lottery and executes the early boot code while the other harts are
|
/linux/fs/cramfs/ |
H A D | README | 144 endianness; kernel adapts at runtime'. Little-endian wins because of
|
/linux/Documentation/driver-api/i3c/ |
H A D | protocol.rst | 87 address will serve as a priority identifier to determine who wins if 2 different
|
/linux/Documentation/locking/ |
H A D | ww-mutex-design.rst | 32 the oldest task) wins, and the one with the higher reservation id (i.e. the
|
/linux/Documentation/hwmon/ |
H A D | sysfs-interface.rst | 229 value (fastest fan speed) wins.
|
/linux/Documentation/userspace-api/media/cec/ |
H A D | cec-pin-error-inj.rst | 189 with the most leading zeroes wins and the other transmitter has to
|
/linux/Documentation/livepatch/ |
H A D | livepatch.rst | 441 the return address. The first user wins. Either the probe or the patch
|
/linux/Documentation/RCU/Design/Expedited-Grace-Periods/ |
H A D | Expedited-Grace-Periods.rst | 317 Suppose that Task A wins, recording its desired grace-period sequence
|
/linux/drivers/scsi/aic7xxx/ |
H A D | aic7xxx.seq | 53 * as well as for our selection to complete just in case the reselection wins 56 * on just in case the reselection wins so that we can retry the selection at
|
/linux/Documentation/RCU/ |
H A D | RTFP.txt | 1279 Comparison of RCU, QBSR, and EBSR. RCU wins for read-mostly
|