Searched refs:PATH_LEN (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | debugfs.c | 28 #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()
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | debugfs.c | 32 #define PATH_LEN 2 macro 1394 u32 data[PATH_LEN]; in path_show_one() 1397 ret = tb_port_read(port, data, TB_CFG_HOPS, hopid * PATH_LEN, in path_show_one() 1400 seq_printf(s, "0x%04x <not accessible>\n", hopid * PATH_LEN); in path_show_one() 1406 hopid * PATH_LEN + i, i, hopid, data[i]); in path_show_one()
|
Completed in 4 milliseconds