Lines Matching refs:PRIx8

10 …peed_i3c_device_ibi_recv(uint32_t deviceid, uint8_t ibi_byte) "I3C Dev[%u] recv IBI byte 0x%" PRIx8
11 …int32_t deviceid, uint8_t addr, bool rnw) "I3C Dev[%u] handle IBI from address 0x%" PRIx8 " RnW=%d"
18 aspeed_i3c_device_transfer_ccc(uint32_t deviceid, uint8_t ccc) "I3C Dev[%u] transfer CCC 0x%" PRIx8
23 i3c_target_event(uint8_t address, uint8_t event) "I3C target 0x%" PRIx8 " event 0x%" PRIx8
24 i3c_target_handle_ccc(uint8_t address, uint8_t ccc) "I3C target 0x%" PRIx8 " handling CCC 0x%" PRIx8
25 i3c_target_send_ibi(uint8_t address, bool is_recv) "I3C target IBI address 0x%" PRIx8 " RnW=%d"
26 i3c_target_send_ibi_bytes(uint8_t byte) "I3C target IBI byte 0x%" PRIx8
28 i3c_start_transfer(uint8_t address, bool is_recv) "I3C START with address 0x%" PRIx8 " is_recv=%d"
33 legacy_i2c_recv(uint8_t byte) "Legacy I2C recv 0x%" PRIx8
34 legacy_i2c_send(uint8_t byte) "Legacy I2C send 0x%" PRIx8
35 legacy_i2c_start_transfer(uint8_t address, bool is_recv) "Legacy I2C START with address 0x%" PRIx8
39 mock_target_rx(uint8_t byte) "I3C mock target read 0x%" PRIx8
40 mock_target_tx(uint8_t byte) "I3C mock target write 0x%" PRIx8
41 mock_target_event(uint8_t event) "I3C mock target event 0x%" PRIx8
43 mock_target_new_ccc(uint8_t ccc) "I3C mock target handle CCC 0x%" PRIx8
45 mock_target_do_ibi(uint8_t address, bool is_recv) "I3C mock target IBI with address 0x%" PRIx8 " Rn…
51 remote_i3c_event(const char *name, uint8_t event) "Remote I3C '%s' event 0x%" PRIx8
52 …i(const char *name, uint8_t addr, bool is_recv) "Remote I3C '%s' IBI with addr 0x%" PRIx8 " RnW=%d"