Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thunderbolt/
Dtb_regs.h215 #define TB_PORT_NFC_CREDITS_MASK GENMASK(19, 0) macro
Dswitch.c556 nfc_credits = port->config.nfc_credits & TB_PORT_NFC_CREDITS_MASK; in tb_port_add_nfc_credits()
560 credits, port->config.nfc_credits & TB_PORT_NFC_CREDITS_MASK); in tb_port_add_nfc_credits()
562 port->config.nfc_credits &= ~TB_PORT_NFC_CREDITS_MASK; in tb_port_add_nfc_credits()
Dtunnel.c327 path->nfc_credits = nfc_credits & TB_PORT_NFC_CREDITS_MASK; in tb_dp_init_video_path()