Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Ddebugfs.c32 #define PATH_LEN 2 macro
1395 u32 data[PATH_LEN]; in path_show_one()
1398 ret = tb_port_read(port, data, TB_CFG_HOPS, hopid * PATH_LEN, in path_show_one()
1401 seq_printf(s, "0x%04x <not accessible>\n", hopid * PATH_LEN); in path_show_one()
1407 hopid * PATH_LEN + i, i, hopid, data[i]); in path_show_one()