Home
last modified time | relevance | path

Searched refs:pot (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dpci.c30 volatile pot83xx_t *pot = immr->ios.pot; in pci_init_bus() local
38 pot += 3; in pci_init_bus()
41 for (i = 0; i < 3; i++, reg++, pot++) { in pci_init_bus()
48 pot->potar = reg->bus_start >> 12; in pci_init_bus()
49 pot->pobar = reg->phys_start >> 12; in pci_init_bus()
50 pot->pocmr = ~(reg->size - 1) >> 12; in pci_init_bus()
53 pot->pocmr |= POCMR_IO; in pci_init_bus()
56 pot->pocmr |= POCMR_SE; in pci_init_bus()
60 pot->pocmr |= POCMR_DST; in pci_init_bus()
62 pot->pocmr |= POCMR_EN; in pci_init_bus()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/gettext/gettext-minimal-0.21/
H A DMakefile.in.in81 POFILESDEPS_ = $(srcdir)/$(DOMAIN).pot
99 # The .pot file, stamp-po, .po files, and .gmo files appear in release tarballs.
110 # the .pot file. This eliminates the need to update the .po files when the
111 # .pot file has changed, which would be troublesome if the .po files are put
113 $(GMOFILES): $(srcdir)/$(DOMAIN).pot
117 …MERGE) $(MSGMERGE_FOR_MSGFMT_OPTION) -o $${lang}.1po $${lang}.po $(DOMAIN).pot && $(GMSGFMT) -c --…
120 $(MSGMERGE) $(MSGMERGE_FOR_MSGFMT_OPTION) -o $${lang}.1po $${lang}.po $(DOMAIN).pot && \
140 # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no
141 # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because
148 # checks out the package from a version control system, and the $(DOMAIN).pot
[all …]
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A DMakefile75 --output $(obj)/config.pot
76 $(Q)sed -i s/CHARSET/UTF-8/ $(obj)/config.pot
82 >> $(obj)/config.pot; \
85 $(Q)msguniq --sort-by-file --to-code=UTF-8 $(obj)/config.pot \
86 --output $(obj)/linux.pot
87 $(Q)rm -f $(obj)/config.pot
208 clean-files += config.pot linux.pot
H A D.gitignore11 *.pot
/OK3568_Linux_fs/kernel/drivers/iio/potentiometer/
H A Dds1803.c62 int pot = chan->channel; in ds1803_read_raw() local
73 *val = result[pot]; in ds1803_read_raw()
90 int pot = chan->channel; in ds1803_write_raw() local
104 return i2c_smbus_write_byte_data(data->client, DS1803_WRITE(pot), val); in ds1803_write_raw()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A DMakefile73 --output $(obj)/config.pot
74 $(Q)sed -i s/CHARSET/UTF-8/ $(obj)/config.pot
80 >> $(obj)/config.pot; \
83 $(Q)msguniq --sort-by-file --to-code=UTF-8 $(obj)/config.pot \
84 --output $(obj)/linux.pot
85 $(Q)rm -f $(obj)/config.pot
247 clean-files += config.pot linux.pot
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/resize_policy/
H A Dhash_standard_resize_policy_imp.hpp193 const size_type pot = size_policy_base::get_nearest_larger_size(actual_size); in resize() local
195 if (pot == actual_size && pot < new_size) in resize()
197 actual_size = pot; in resize()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/resize_policy/
H A Dhash_standard_resize_policy_imp.hpp193 const size_type pot = size_policy_base::get_nearest_larger_size(actual_size); in resize() local
195 if (pot == actual_size && pot < new_size) in resize()
197 actual_size = pot; in resize()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/trie_policy/
H A Dprefix_search_node_update_imp.hpp124 node_iterator pot = nd_it.get_child(i); in next_child() local
126 base_type::common_prefix_len(pot, b, e, r_traits); in next_child()
130 ret = pot; in next_child()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/trie_policy/
H A Dprefix_search_node_update_imp.hpp124 node_iterator pot = nd_it.get_child(i); in next_child() local
126 base_type::common_prefix_len(pot, b, e, r_traits); in next_child()
130 ret = pot; in next_child()
/OK3568_Linux_fs/kernel/drivers/staging/fbtft/
H A Dfb_uc1611.c43 static unsigned int pot = 16; variable
44 module_param(pot, uint, 0000);
45 MODULE_PARM_DESC(pot, "PM[6:0] Bias voltage pot.: 0-63 (default: 16)");
88 write_reg(par, (gain & 0x03) << 6 | (pot & 0x3F)); in init_display()
/OK3568_Linux_fs/kernel/drivers/mtd/
H A Dnftlcore.c196 u16 pot = nftl->LastFreeEUN; in NFTL_findfreeblock() local
207 if (nftl->ReplUnitTable[pot] == BLOCK_FREE) { in NFTL_findfreeblock()
208 nftl->LastFreeEUN = pot; in NFTL_findfreeblock()
210 return pot; in NFTL_findfreeblock()
217 if (++pot > nftl->lastEUN) in NFTL_findfreeblock()
218 pot = le16_to_cpu(nftl->MediaHdr.FirstPhysicalEUN); in NFTL_findfreeblock()
226 } while (pot != nftl->LastFreeEUN); in NFTL_findfreeblock()
H A Dinftlcore.c200 u16 pot = inftl->LastFreeEUN; in INFTL_findfreeblock() local
218 if (inftl->PUtable[pot] == BLOCK_FREE) { in INFTL_findfreeblock()
219 inftl->LastFreeEUN = pot; in INFTL_findfreeblock()
220 return pot; in INFTL_findfreeblock()
223 if (++pot > inftl->lastEUN) in INFTL_findfreeblock()
224 pot = 0; in INFTL_findfreeblock()
231 } while (pot != inftl->LastFreeEUN); in INFTL_findfreeblock()
/OK3568_Linux_fs/kernel/Documentation/input/devices/
H A Damijoy.rst189 These addresses each read a pair of 8 bit pot counters.
226 POTGO 034 W Paula Pot port (4 bit) bi-direction and data, and pot
239 that shares the same 4 pins as the 4 pot counters above.
/OK3568_Linux_fs/kernel/tools/power/cpupower/
H A D.gitignore16 po/cpupowerutils.pot
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/gtkperf/gtkperf/
H A DMakevars14 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-graphics/clutter/
H A Dclutter-1.0.inc48 touch -t 200001010000 ${S}/po/clutter-1.0.pot
/OK3568_Linux_fs/external/xserver/debian/po/
H A Ddz.po16 "Project-Id-Version: xorg.pot\n"
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/selftests/
H A Di915_gem_gtt.c663 unsigned int pot; in pot_hole() local
681 for (pot = fls64(hole_end - 1) - 1; in pot_hole()
682 pot > ilog2(2 * I915_GTT_PAGE_SIZE); in pot_hole()
683 pot--) { in pot_hole()
684 u64 step = BIT_ULL(pot); in pot_hole()
717 __func__, pot, fls64(hole_end - 1) - 1)) { in pot_hole()
/OK3568_Linux_fs/external/xserver/hw/xquartz/bundle/Resources/ca.lproj/
H A DLocalizable.strings38 … un arxiu ~/.xinitrc.\n\nLes finestres mostrades per les aplicacions d’X11 pot ser que no tinguin …
/OK3568_Linux_fs/kernel/Documentation/
H A Ddontdiff44 *.pot
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dfsl_pci.h88 pot_t pot[5]; /* 0xc00 - 0xc9f Outbound ATMU's 0, 1, 2, 3, and 4 */ member
H A Dimmap_83xx.h402 pot83xx_t pot[6]; member
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/gettext/
H A Dgettext_0.21.bb179 install ${S}/gettext-tools/po/gettext-tools.pot ${D}${PTEST_PATH}/po
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dfsl_pci_init.c317 volatile pot_t *po = &pci->pot[1]; /* skip 0 */ in fsl_pci_init()

12