Home
last modified time | relevance | path

Searched refs:wins (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A Dnetdb_defines.patch1 Index: samba-4.6.2/nsswitch/wins.c
3 --- samba-4.6.2.orig/nsswitch/wins.c
4 +++ samba-4.6.2/nsswitch/wins.c
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pci/
H A Dmobiveil-pcie.txt21 - apio-wins : number of requested apio outbound windows
25 - ppio-wins : number of requested ppio inbound windows
58 apio-wins = <2>;
59 ppio-wins = <1>;
H A Dlayerscape-pcie-gen4.txt40 apio-wins = <8>;
41 ppio-wins = <8>;
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpci-aardvark.c280 } wins[OB_WIN_COUNT]; member
638 pcie->wins[i].match, pcie->wins[i].remap, in advk_pcie_setup_hw()
639 pcie->wins[i].mask, pcie->wins[i].actions); in advk_pcie_setup_hw()
1580 pcie->wins[pcie->wins_count].actions = OB_WIN_TYPE_IO; in advk_pcie_probe()
1581 pcie->wins[pcie->wins_count].match = pci_pio_to_address(start); in advk_pcie_probe()
1583 pcie->wins[pcie->wins_count].actions = OB_WIN_TYPE_MEM; in advk_pcie_probe()
1584 pcie->wins[pcie->wins_count].match = start; in advk_pcie_probe()
1586 pcie->wins[pcie->wins_count].remap = start - entry->offset; in advk_pcie_probe()
1587 pcie->wins[pcie->wins_count].mask = ~(win_size - 1); in advk_pcie_probe()
1589 if (pcie->wins[pcie->wins_count].remap & (win_size - 1)) in advk_pcie_probe()
/OK3568_Linux_fs/kernel/drivers/bus/
H A Dmvebu-mbus.c151 struct mvebu_mbus_win_data wins[MBUS_WINS_MAX]; member
1042 s->wins[win].base = readl(addr + WIN_BASE_OFF); in mvebu_mbus_suspend()
1043 s->wins[win].ctrl = readl(addr + WIN_CTRL_OFF); in mvebu_mbus_suspend()
1051 s->wins[win].remap_lo = readl(addr_rmp + WIN_REMAP_LO_OFF); in mvebu_mbus_suspend()
1052 s->wins[win].remap_hi = readl(addr_rmp + WIN_REMAP_HI_OFF); in mvebu_mbus_suspend()
1078 writel(s->wins[win].base, addr + WIN_BASE_OFF); in mvebu_mbus_resume()
1079 writel(s->wins[win].ctrl, addr + WIN_CTRL_OFF); in mvebu_mbus_resume()
1087 writel(s->wins[win].remap_lo, addr_rmp + WIN_REMAP_LO_OFF); in mvebu_mbus_resume()
1088 writel(s->wins[win].remap_hi, addr_rmp + WIN_REMAP_HI_OFF); in mvebu_mbus_resume()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rpm/files/
H A D0001-lib-transaction.c-fix-file-conflicts-for-MIPS64-N32.patch25 Fixed by performing a 'last-in-wins' resolution when "neither is preferred".
46 + * install the new one (last in wins).
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/freescale/
H A Dfsl-lx2160a.dtsi1027 apio-wins = <8>;
1028 ppio-wins = <8>;
1055 apio-wins = <8>;
1056 ppio-wins = <8>;
1083 apio-wins = <256>;
1084 ppio-wins = <24>;
1111 apio-wins = <8>;
1112 ppio-wins = <8>;
1139 apio-wins = <256>;
1140 ppio-wins = <24>;
[all …]
/OK3568_Linux_fs/yocto/poky/meta-poky/conf/
H A Dlocal.conf.sample.extended142 # 1: ELF32 wins
143 # 2: ELF64 wins
144 # 4: ELF64 N32 wins (for mips64 or mips64el only)
/OK3568_Linux_fs/kernel/Documentation/process/
H A D8.Conclusion.rst74 everybody involved wins. Fire up your editor and come join us; you will be
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dwof.S96 be,a spwin_fromuser ! all user wins, branch
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth/
H A D0002-fluid_synth_nwrite_float-Allow-zero-pointer-for-left.patch12 performance wins.
/OK3568_Linux_fs/kernel/Documentation/arm/
H A Dvlocks.rst91 wins.
/OK3568_Linux_fs/kernel/fs/cramfs/
H A DREADME144 endianness; kernel adapts at runtime'. Little-endian wins because of
/OK3568_Linux_fs/kernel/Documentation/driver-api/i3c/
H A Dprotocol.rst87 address will serve as a priority identifier to determine who wins if 2 different
/OK3568_Linux_fs/kernel/Documentation/locking/
H A Dww-mutex-design.rst32 the oldest task) wins, and the one with the higher reservation id (i.e. the
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/
H A Dcec-pin-error-inj.rst187 with the most leading zeroes wins and the other transmitter has to
/OK3568_Linux_fs/kernel/Documentation/livepatch/
H A Dlivepatch.rst454 the return address. The first user wins. Either the probe or the patch
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dmballoc.c4050 int wins; in ext4_mb_new_inode_pa() local
4066 wins = EXT4_C2B(sbi, ac->ac_b_ex.fe_len - ac->ac_o_ex.fe_len); in ext4_mb_new_inode_pa()
4069 win = min(winl, wins); in ext4_mb_new_inode_pa()
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dsysfs-interface.rst419 value (fastest fan speed) wins.
/OK3568_Linux_fs/kernel/Documentation/RCU/Design/Expedited-Grace-Periods/
H A DExpedited-Grace-Periods.rst317 Suppose that Task A wins, recording its desired grace-period sequence
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Daic7xxx.seq53 * 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
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/polkit/polkit/
H A D0003-Added-support-for-duktape-as-JS-engine.patch1253 + /* /etc wins over /usr */
2672 - /* /etc wins over /usr */
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dpackage.bbclass2201 # Go from least to most specific since the last one found wins
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A DRTFP.txt1279 Comparison of RCU, QBSR, and EBSR. RCU wins for read-mostly
/OK3568_Linux_fs/external/xserver/
H A DChangeLog113716 ordering of the InputClass option merging to be "last match wins". This
115898 match wins" strategy. Let's be consistent when documenting it.
118366 everybody wins.

12