Home
last modified time | relevance | path

Searched defs:ubi_msg (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/ubispl/
H A Dubispl.h127 #define ubi_msg(fmt, ...) macro
129 #define ubi_msg(fmt, ...) printf("UBI: " fmt "\n", ##__VA_ARGS__) macro
/rk3399_rockchip-uboot/cmd/
H A Dubi.c28 #define ubi_msg(fmt, ...) printf("UBI: " fmt "\n", ##__VA_ARGS__) macro
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dubi.h46 #define ubi_msg(ubi, fmt, ...) macro
48 #define ubi_msg(ubi, fmt, ...) printk(UBI_NAME_STR "%d: " fmt "\n", \ macro