Searched refs:PATH_LEN (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/thunderbolt/ |
| H A D | debugfs.c | 35 #define PATH_LEN 2 macro 208 u32 index = offset % PATH_LEN; in path_write_one() 210 u32 data[PATH_LEN]; in path_write_one() 213 ret = tb_port_read(port, data, TB_CFG_HOPS, offs, PATH_LEN); in path_write_one() 217 return tb_port_write(port, data, TB_CFG_HOPS, offs, PATH_LEN); in path_write_one() 2234 u32 data[PATH_LEN]; in path_show_one() 2237 ret = tb_port_read(port, data, TB_CFG_HOPS, hopid * PATH_LEN, in path_show_one() 2240 seq_printf(s, "0x%04x <not accessible>\n", hopid * PATH_LEN); in path_show_one() 2246 hopid * PATH_LEN + i, i, hopid, data[i]); in path_show_one()
|