Home
last modified time | relevance | path

Searched refs:peg (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/isci/
H A Dregisters.h440 #define SMU_RESET_PROTOCOL_ENGINE(peg, pe) \ argument
441 ((1 << (pe)) << ((peg) * 8))
443 #define SMU_RESET_PEG_PROTOCOL_ENGINES(peg) \ argument
445 SMU_RESET_PROTOCOL_ENGINE(peg, 0) \
446 | SMU_RESET_PROTOCOL_ENGINE(peg, 1) \
447 | SMU_RESET_PROTOCOL_ENGINE(peg, 2) \
448 | SMU_RESET_PROTOCOL_ENGINE(peg, 3) \
466 #define SMU_RESET_WIDE_PORT_QUEUE(peg, wide_port) \ argument
467 ((1 << ((wide_port) / 2)) << ((peg) * 2) << 16)
479 #define SMU_RESET_PROTOCOL_ENGINE_GROUP(peg) \ argument
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/
H A Dgeany-plugins_1.38.bb163 EXTRA_OECONF += "--disable-peg-markdown"
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-3.4.rst90 - fetch2/svn: Allow peg-revision functionality to be disabled