Home
last modified time | relevance | path

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

/drivers/thunderbolt/
Dtb_regs.h215 #define TB_PORT_NFC_CREDITS_MASK GENMASK(19, 0) macro
Dswitch.c575 nfc_credits = port->config.nfc_credits & TB_PORT_NFC_CREDITS_MASK; in tb_port_add_nfc_credits()
579 credits, port->config.nfc_credits & TB_PORT_NFC_CREDITS_MASK); in tb_port_add_nfc_credits()
581 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()