Lines Matching full:espi
46 /* Base address for Nuvoton's eSPI register space. */
49 * Offset of the eSPI config (ESPICFG) register, along with host channel enable
76 std::fprintf(stderr, "Enable or disable eSPI bus on NPCM7XX BMC\n"); in usage()
77 std::fprintf(stderr, "This program will enable eSPI by default, unless " in usage()
79 std::fprintf(stderr, " -d Disable eSPI\n"); in usage()
134 * Find the start of the page that includes the start of the eSPI register in modifyESPIRegisters()
154 * Check if the automatic ready bits are set in the eSPI host in modifyESPIRegisters()
183 fprintf(stderr, "Disabled eSPI bus\n"); in modifyESPIRegisters()
187 /* Enable eSPI by setting the core channel enable bits in ESPICFG. */ in modifyESPIRegisters()
191 fprintf(stderr, "Enabled eSPI bus\n"); in modifyESPIRegisters()
216 /* Update registers to enable or disable eSPI. */ in main()
221 fprintf(stderr, "Failed to %s eSPI bus: %s\n", in main()