Searched refs:PATH_LEN (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/thunderbolt/ |
| H A D | debugfs.c | 36 #define PATH_LEN 2 macro 209 u32 index = offset % PATH_LEN; in path_write_one() 211 u32 data[PATH_LEN]; in path_write_one() 214 ret = tb_port_read(port, data, TB_CFG_HOPS, offs, PATH_LEN); in path_write_one() 218 return tb_port_write(port, data, TB_CFG_HOPS, offs, PATH_LEN); in path_write_one() 2235 u32 data[PATH_LEN]; in path_show_one() 2238 ret = tb_port_read(port, data, TB_CFG_HOPS, hopid * PATH_LEN, in path_show_one() 2241 seq_printf(s, "0x%04x <not accessible>\n", hopid * PATH_LEN); in path_show_one() 2247 hopid * PATH_LEN + i, i, hopid, data[i]); in path_show_one()
|