Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/test/dm/
Dserial.c31 ut_assert(info_serial.addr == SERIAL_DEFAULT_ADDRESS); in dm_test_serial()
/third_party/uboot/u-boot-2020.01/include/
Dserial.h154 #define SERIAL_DEFAULT_ADDRESS 0xBADACCE5 macro
/third_party/uboot/u-boot-2020.01/drivers/serial/
Dsandbox.c197 .addr = SERIAL_DEFAULT_ADDRESS, in sandbox_serial_getinfo()