Home
last modified time | relevance | path

Searched refs:PREFIX (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/test/fs/
H A Dfs-test.sh154 PREFIX="fat"
161 PREFIX="ext4"
173 PREFIX=""
183 PREFIX="sb "
213 ${PREFIX}ls host${SUFFIX} $6
219 ${PREFIX}size host${SUFFIX} ${FPATH}$FILE_SMALL
225 ${PREFIX}size host${SUFFIX} ${FPATH}$FILE_BIG
234 ${PREFIX}load host${SUFFIX} $addr ${FPATH}$FILE_SMALL
241 ${PREFIX}load host${SUFFIX} $addr ${FPATH}$FILE_BIG $length 0x0
249 ${PREFIX}load host${SUFFIX} $addr ${FPATH}$FILE_BIG $length 0x9C300000
[all …]
/rk3399_rockchip-uboot/drivers/tpm/
H A Dtpm_tis_lpc.c22 #define PREFIX "lpc_tpm: " macro
99 debug(PREFIX "Read reg 0x%4.4x returns 0x%2.2x\n", in tpm_read_byte()
107 debug(PREFIX "Read reg 0x%4.4x returns 0x%8.8x\n", in tpm_read_word()
114 debug(PREFIX "Write reg 0x%4.4x with 0x%2.2x\n", in tpm_write_byte()
122 debug(PREFIX "Write reg 0x%4.4x with 0x%8.8x\n", in tpm_write_word()