Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dtb_regs.h26 #define TB_MAX_CONFIG_RW_LENGTH 60 macro
H A Ddebugfs.c1124 int i, dwords = min(length, TB_MAX_CONFIG_RW_LENGTH); in cap_show()
1125 u32 data[TB_MAX_CONFIG_RW_LENGTH]; in cap_show()