tcpci_write_reg16
void tcpci_write_reg16(struct tcpci_softc *, uint8_t, uint16_t);
tcpci_write_reg16(sc, TCPC_ALERT, 0xffff);
tcpci_write_reg16(sc, TCPC_ALERT_MASK,
tcpci_write_reg16(sc, TCPC_ALERT, status);