Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dpci.c29 volatile pot83xx_t *pot = immr->ios.pot; in pci_init_bus() local
37 pot += 3; in pci_init_bus()
40 for (i = 0; i < 3; i++, reg++, pot++) { in pci_init_bus()
47 pot->potar = reg->bus_start >> 12; in pci_init_bus()
48 pot->pobar = reg->phys_start >> 12; in pci_init_bus()
49 pot->pocmr = ~(reg->size - 1) >> 12; in pci_init_bus()
52 pot->pocmr |= POCMR_IO; in pci_init_bus()
55 pot->pocmr |= POCMR_SE; in pci_init_bus()
59 pot->pocmr |= POCMR_DST; in pci_init_bus()
61 pot->pocmr |= POCMR_EN; in pci_init_bus()
/openbmc/u-boot/scripts/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
223 clean-files += config.pot linux.pot
H A D.gitignore6 *.pot
/openbmc/linux/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()
/openbmc/openbmc/poky/meta/recipes-extended/quota/quota/
H A D0001-Fix-building-on-musl.patch50 #include "pot.h"
155 #include "pot.h"
167 #include "pot.h"
179 #include "pot.h"
227 #include "pot.h"
/openbmc/linux/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()
/openbmc/linux/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.
/openbmc/linux/tools/power/cpupower/
H A D.gitignore16 po/cpupowerutils.pot
/openbmc/openpower-inventory-upload/
H A D.gitignore50 *.pot
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gtkperf/gtkperf/
H A DMakevars14 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/
H A Dclutter-1.0.inc48 touch -t 200001010000 ${S}/po/clutter-1.0.pot
/openbmc/pyphosphor/
H A D.gitignore72 *.pot
/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Di915_gem_gtt.c724 unsigned int pot; in pot_hole() local
744 for (pot = fls64(hole_end - 1) - 1; in pot_hole()
745 pot > ilog2(2 * min_alignment); in pot_hole()
746 pot--) { in pot_hole()
747 u64 step = BIT_ULL(pot); in pot_hole()
780 __func__, pot, fls64(hole_end - 1) - 1)) { in pot_hole()
/openbmc/linux/Documentation/
H A Ddontdiff44 *.pot
/openbmc/sdbusplus/
H A D.gitignore65 *.pot
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dfsl_pci.h87 pot_t pot[5]; /* 0xc00 - 0xc9f Outbound ATMU's 0, 1, 2, 3, and 4 */ member
H A Dimmap_83xx.h401 pot83xx_t pot[6]; member
/openbmc/openbmc/poky/meta/recipes-core/gettext/
H A Dgettext_0.23.1.bb172 install ${S}/gettext-tools/po/gettext-tools.pot ${D}${PTEST_PATH}/po
/openbmc/u-boot/drivers/pci/
H A Dfsl_pci_init.c316 volatile pot_t *po = &pci->pot[1]; /* skip 0 */ in fsl_pci_init()
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dautotools-update.patch4430 -../po/cat-id-tbl.$lo: ../po/cat-id-tbl.c $(top_srcdir)/po/$(PACKAGE).pot
4571 -/* Automatically generated by po2tbl.sed from @PACKAGE NAME@.pot. */\
4915 -/* Automatically generated by po2tbl.sed from lrzsz.pot. */
5387 diff -uprN clean/lrzsz-0.12.20/po/lrzsz.pot lrzsz-0.12.20/po/lrzsz.pot
5388 --- clean/lrzsz-0.12.20/po/lrzsz.pot 1998-12-30 07:50:00.000000000 +0000
5389 +++ lrzsz-0.12.20/po/lrzsz.pot 2019-11-26 11:39:12.000000000 +0000
5638 +# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
5648 +# name that gets inserted into the header of the $(DOMAIN).pot file.
5674 +# This tells whether the $(DOMAIN).pot file contains messages with an 'msgctxt'
5692 +# This tells whether or not to regenerate a PO file when $(DOMAIN).pot
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/
H A Dhddtemp_0.3-beta15-52.diff1484 Index: hddtemp-0.3-beta15/po/hddtemp.pot
1486 --- hddtemp-0.3-beta15.orig/po/hddtemp.pot
1487 +++ hddtemp-0.3-beta15/po/hddtemp.pot