Lines Matching defs:nfc_credits
501 tb_dbg(tb, " NFC Credits: %#x\n", port->nfc_credits);
599 u32 nfc_credits;
611 nfc_credits = port->config.nfc_credits & ADP_CS_4_NFC_BUFFERS_MASK;
612 nfc_credits += credits;
615 port->config.nfc_credits & ADP_CS_4_NFC_BUFFERS_MASK);
617 port->config.nfc_credits &= ~ADP_CS_4_NFC_BUFFERS_MASK;
618 port->config.nfc_credits |= nfc_credits;
620 return tb_port_write(port, &port->config.nfc_credits,