Searched refs:PRIu8 (Results 1 – 14 of 14) sorted by relevance
/openbmc/qemu/hw/ufs/ |
H A D | trace-events | 14 ufs_mcq_complete_req(uint8_t qid) "sqid %"PRIu8"" 15 …uint8_t cqid, uint64_t addr, uint16_t size) "mcq create sq sqid %"PRIu8", cqid %"PRIu8", addr 0x%"… 16 ufs_mcq_create_cq(uint8_t cqid, uint64_t addr, uint16_t size) "mcq create cq cqid %"PRIu8", addr 0x… 22 ufs_err_dma_read_sq(uint8_t sqid, uint64_t addr) "failed to read sq entry. sqid %"PRIu8", hwaddr %"… 25 ufs_err_dma_write_cq(uint8_t cqid, uint64_t addr) "failed to write cq entry. cqid %"PRIu8", hwaddr … 39 ufs_err_mcq_db_wr_invalid_sqid(uint8_t qid) "invalid mcq sqid %"PRIu8"" 40 ufs_err_mcq_db_wr_invalid_db(uint8_t qid, uint32_t db) "invalid mcq doorbell sqid %"PRIu8", db %"PR… 41 ufs_err_mcq_create_sq_invalid_sqid(uint8_t qid) "invalid mcq sqid %"PRIu8"" 42 ufs_err_mcq_create_sq_invalid_cqid(uint8_t qid) "invalid mcq cqid %"PRIu8"" 43 ufs_err_mcq_create_sq_already_exists(uint8_t qid) "mcq sqid %"PRIu8 "already exists" [all …]
|
/openbmc/qemu/hw/timer/ |
H A D | trace-events | 28 aspeed_timer_ctrl_enable(uint8_t i, bool enable) "Timer %" PRIu8 ": %d" 29 aspeed_timer_ctrl_external_clock(uint8_t i, bool enable) "Timer %" PRIu8 ": %d" 30 aspeed_timer_ctrl_overflow_interrupt(uint8_t i, bool enable) "Timer %" PRIu8 ": %d" 31 aspeed_timer_ctrl_pulse_enable(uint8_t i, bool enable) "Timer %" PRIu8 ": %d" 113 hpet_ram_read_reading_counter(uint8_t reg_off, uint64_t cur_tick) "reading counter + %" PRIu8 " = 0… 117 hpet_ram_write_tn_cfg(uint8_t reg_off) "hpet_ram_writel HPET_TN_CFG + %" PRIu8 118 hpet_ram_write_tn_cmp(uint8_t reg_off) "hpet_ram_writel HPET_TN_CMP + %" PRIu8 122 …ten(uint8_t reg_off, uint64_t value, uint64_t counter) "HPET counter + %" PRIu8 "written. crt = 0x…
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_user.c | 330 printf("%" PRIu8 ",%" PRIu8 ",%" PRIu8 "\n", in ipmi_print_user_summary() 335 printf("Maximum IDs : %" PRIu8 "\n", in ipmi_print_user_summary() 337 printf("Enabled User Count : %" PRIu8 "\n", in ipmi_print_user_summary() 339 printf("Fixed Name Count : %" PRIu8 "\n", in ipmi_print_user_summary()
|
/openbmc/qemu/hw/core/ |
H A D | numa.c | 192 error_setg(errp, "NUMA distance (%" PRIu8 ") is invalid, " in parse_numa_distance() 410 error_setg(errp, "Invalid level=%" PRIu8 ", it should be larger than 0 " in parse_numa_hmat_cache() 420 "node-id=%" PRIu32 " and level=%" PRIu8, in parse_numa_hmat_cache() 435 error_setg(errp, "Invalid size=%" PRIu64 ", the size of level=%" PRIu8 in parse_numa_hmat_cache() 448 error_setg(errp, "Invalid size=%" PRIu64 ", the size of level=%" PRIu8 in parse_numa_hmat_cache()
|
/openbmc/qemu/target/s390x/ |
H A D | trace-events | 10 cpu_set_state(int cpu_index, uint8_t state) "setting cpu %d state to %" PRIu8
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | trace-events | 6 …_index, uint8_t state, const char *msg) "Warning: Unable to set cpu %d state %" PRIu8 " to KVM: %s"
|
/openbmc/qemu/hw/nvme/ |
H A D | trace-events | 14 …mset, uint8_t pi, uint8_t pil) "nsid %"PRIu32" lbaf %"PRIu8" mset %"PRIu8" pi %"PRIu8" pil %"PRIu8… 62 …6_t cntlid, uint8_t numcntl) "identify secondary controller list cntlid=%"PRIu16" numcntl=%"PRIu8"" 172 …_err_invalid_create_cq_entry_size(uint8_t iosqes, uint8_t iocqes) "iosqes %"PRIu8" iocqes %"PRIu8""
|
/openbmc/qemu/hw/ipack/ |
H A D | ipack.c | 53 error_setg(errp, "Only %" PRIu8 " slots available.", bus->n_slots); in ipack_device_realize()
|
/openbmc/qemu/hw/watchdog/ |
H A D | trace-events | 7 allwinner_wdt_update_timer(uint8_t count) "Allwinner watchdog: count %" PRIu8
|
/openbmc/qemu/hw/virtio/ |
H A D | trace-events | 34 …id: %"PRIu32" iova: 0x%"PRIx64" size: 0x%"PRIx64" uaddr: 0x%"PRIx64" perm: 0x%"PRIx8" type: %"PRIu8 35 …red:%p fd: %d msg_type: %"PRIu32" asid: %"PRIu32" iova: 0x%"PRIx64" size: 0x%"PRIx64" type: %"PRIu8 36 … int fd, uint32_t msg_type, uint8_t type) "vdpa_shared:%p fd: %d msg_type: %"PRIu32" type: %"PRIu8 37 … int fd, uint32_t msg_type, uint8_t type) "vdpa_shared:%p fd: %d msg_type: %"PRIu32" type: %"PRIu8
|
/openbmc/u-boot/include/ |
H A D | inttypes.h | 92 # define PRIu8 "u" macro
|
/openbmc/qemu/hw/i386/ |
H A D | trace-events | 27 vtd_re_not_present(uint8_t bus) "Root entry bus %"PRIu8" not present" 28 vtd_ce_not_present(uint8_t bus, uint8_t devfn) "Context entry bus %"PRIu8" devfn %"PRIu8" not prese…
|
/openbmc/qemu/hw/intc/ |
H A D | trace-events | 4 …l master, uint8_t imr, uint8_t irr, uint8_t padd) "master %d imr %"PRIu8" irr %"PRIu8" padd %"PRIu8
|
/openbmc/qemu/hw/net/ |
H A D | trace-events | 470 …e, uint8_t pa, uint8_t gr, uint16_t val) "%s: is_write: %" PRIu8 " pa: %" PRIu8 " gr: %" PRIu8 " v…
|