Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dtb_regs.h315 #define ADP_CS_4_NFC_BUFFERS_MASK GENMASK(9, 0) macro
H A Dswitch.c580 nfc_credits = port->config.nfc_credits & ADP_CS_4_NFC_BUFFERS_MASK; in tb_port_add_nfc_credits()
587 port->config.nfc_credits & ADP_CS_4_NFC_BUFFERS_MASK); in tb_port_add_nfc_credits()
589 port->config.nfc_credits &= ~ADP_CS_4_NFC_BUFFERS_MASK; in tb_port_add_nfc_credits()
H A Dtunnel.c1248 ADP_CS_4_NFC_BUFFERS_MASK; in tb_dp_init_video_credits()