Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Ddebugfs.c28 #define PATH_LEN 2 macro
533 u32 data[PATH_LEN]; in path_show_one()
536 ret = tb_port_read(port, data, TB_CFG_HOPS, hopid * PATH_LEN, in path_show_one()
539 seq_printf(s, "0x%04x <not accessible>\n", hopid * PATH_LEN); in path_show_one()
545 hopid * PATH_LEN + i, i, hopid, data[i]); in path_show_one()
/OK3568_Linux_fs/external/recovery/
H A Drktools.h21 #define PATH_LEN 50 macro