Home
last modified time | relevance | path

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

/drivers/thunderbolt/
Dctl.h24 #define TB_CFG_DEFAULT_TIMEOUT 5000 /* msec */ macro
Dctl.c689 space, offset, length, TB_CFG_DEFAULT_TIMEOUT); in tb_cfg_read()
702 space, offset, length, TB_CFG_DEFAULT_TIMEOUT); in tb_cfg_write()
725 TB_CFG_DEFAULT_TIMEOUT); in tb_cfg_get_upstream_port()
Dswitch.c248 res = tb_cfg_reset(tb->ctl, route, TB_CFG_DEFAULT_TIMEOUT); in tb_switch_reset()