Home
last modified time | relevance | path

Searched refs:PAGE (Results 1 – 23 of 23) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Drail.md11 PAGE command. Subsequent PMBus commands are sent to that PAGE/rail.
26 "comments": ["Vdd rail on PAGE 0 of the Vdd/Vio regulator"],
H A Drule.md32 "comments": ["Sets output voltage of PAGE 0 of a PMBus regulator"],
/openbmc/openbmc/poky/meta/recipes-extended/groff/files/
H A D0001-Make-manpages-mulitlib-identical.patch18 -e "s|[@]PAGE[@]|\\\\%$(PAGE)|g" \
/openbmc/u-boot/drivers/crypto/fsl/
H A Djobdesc.c80 temp_reg = secmem_set_cmd(PAGE(page_num) | CMD_INQUIRY); in caam_page_alloc()
84 temp_reg = secmem_set_cmd(PAGE(page_num) | CMD_PAGE_DEALLOC); in caam_page_alloc()
92 temp_reg = secmem_set_cmd(PAGE(page_num) | PARTITION(partition_num) in caam_page_alloc()
99 temp_reg = secmem_set_cmd(PAGE(page_num) | CMD_INQUIRY); in caam_page_alloc()
/openbmc/qemu/hw/block/
H A Dnand.c121 # define PAGE(addr) ((addr) >> ADDR_SHIFT) macro
122 # define PAGE_START(page) (PAGE(page) * (NAND_PAGE_SIZE + OOB_SIZE))
674 if (PAGE(s->addr) >= s->pages)
692 page = PAGE(s->addr);
728 if (PAGE(addr) >= s->pages) {
736 memset(s->storage + (PAGE(addr) << OOB_SHIFT),
784 if (PAGE(addr) >= s->pages) {
800 s->storage + (PAGE(s->addr) << OOB_SHIFT),
/openbmc/linux/Documentation/admin-guide/
H A Dbraille-console.rst24 :kbd:`PAGE-UP`/:kbd:`PAGE-DOWN` keys go at the top/bottom of the screen, and
/openbmc/qemu/hw/nvram/
H A Dxlnx-versal-efuse-ctrl.c57 FIELD(EFUSE_PGM_ADDR, PAGE, 13, 4)
61 FIELD(EFUSE_RD_ADDR, PAGE, 13, 4)
282 row = FIELD_DP32(row, EFUSE_PGM_ADDR, PAGE, page); in efuse_anchor_bits_check()
393 switch (FIELD_EX32(bit, EFUSE_PGM_ADDR, PAGE)) { in efuse_pgm_locked()
448 FIELD_EX32(bit, EFUSE_PGM_ADDR, PAGE), in efuse_pgm_addr_postw()
489 FIELD_EX32(bit, EFUSE_RD_ADDR, PAGE), in efuse_rd_addr_postw()
/openbmc/linux/Documentation/netlabel/
H A Ddraft-ietf-cipso-ipsecurity-01.txt62 Internet Draft, Expires 15 Jan 93 [PAGE 1]
128 Internet Draft, Expires 15 Jan 93 [PAGE 2]
194 Internet Draft, Expires 15 Jan 93 [PAGE 3]
260 Internet Draft, Expires 15 Jan 93 [PAGE 4]
326 Internet Draft, Expires 15 Jan 93 [PAGE 5]
392 Internet Draft, Expires 15 Jan 93 [PAGE 6]
458 Internet Draft, Expires 15 Jan 93 [PAGE 7]
524 Internet Draft, Expires 15 Jan 93 [PAGE 8]
590 Internet Draft, Expires 15 Jan 93 [PAGE 9]
656 Internet Draft, Expires 15 Jan 93 [PAGE 10]
[all …]
/openbmc/linux/arch/csky/
H A DKconfig220 prompt "PAGE OFFSET"
224 bool "PAGE OFFSET 2G (user:kernel = 2:2)"
227 bool "PAGE OFFSET 2.5G (user:kernel = 2.5:1.5)"
/openbmc/linux/Documentation/scsi/
H A DChangeLog.sym53c8xx_2136 All driver memory allocations are now not greater than 1 PAGE
137 even on PPC64 / 4KB PAGE surprising setup.
/openbmc/linux/arch/arc/kernel/
H A Dhead.S148 ; tsk->thread_info is really a PAGE, whose bottom hoists stack
/openbmc/linux/Documentation/mm/
H A Dpage_tables.rst132 | ptr |- | ptr |-------> PAGE
138 | ptr |-------> PAGE
/openbmc/openbmc/poky/meta/recipes-extended/groff/
H A Dgroff_1.23.0.bb31 CACHED_CONFIGUREVARS += "ac_cv_path_PERL='/usr/bin/env perl' ac_cv_path_BASH_PROG='no' PAGE=A4"
/openbmc/qemu/docs/specs/
H A Dvmgenid.rst210 | ... | TOP OF PAGE
222 END OF PAGE
H A Drocker.rst350 span multiple PAGE sizes should be tested.
/openbmc/u-boot/include/
H A Dfsl_sec.h274 #define PAGE(x) (x << 16) macro
/openbmc/phosphor-power/phosphor-power-sequencer/docs/config_file/
H A Drail.md31 | page | see [notes](#notes) | number | PMBus PAGE number of t…
/openbmc/linux/Documentation/devicetree/bindings/mips/cavium/
H A Dbootbus.txt48 - cavium,t-page: A cell specifying the PAGE timing (in nS).
/openbmc/openbmc-tools/bi2cp/
H A Dbi2cp36 PAGE = (0x00, 1) variable in PMBusCommand
/openbmc/qemu/target/s390x/tcg/
H A Dinsn-data.h.inc653 /* MOVE PAGE */
1344 /* INVALIDATE PAGE TABLE ENTRY */
/openbmc/linux/drivers/video/fbdev/sis/
H A Dinit.c70 #pragma alloc_text(PAGE,SiSSetMode)
/openbmc/linux/
H A DMAINTAINERS4496 CACHESTAT: PAGE CACHE STATS FOR A FILE
16174 PAGE CACHE
16187 PAGE POOL
16197 PAGE TABLE CHECK
23867 Z3FOLD COMPRESSED PAGE ALLOCATOR
23884 ZBUD COMPRESSED PAGE ALLOCATOR
23930 ZPOOL COMPRESSED PAGE STORAGE API
/openbmc/linux/Documentation/RCU/Design/Requirements/
H A DRequirements.rst2038 3 get_user(user_v, user_p); // BUG: POSSIBLE PAGE FAULT!!!