Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_aq.c2664 uint32_t tid0; in fw1x_reset() local
2667 tid0 = ~0; /*< Initial value of MBOX transactionId. */ in fw1x_reset()
2678 if (tid0 == ~0U) { in fw1x_reset()
2680 tid0 = mbox.transaction_id; in fw1x_reset()
2682 } else if (mbox.transaction_id != tid0) { in fw1x_reset()
3320 uint32_t tid0, tid1, reg, *data, size; in aq2_interface_buffer_read() local
3324 tid0 = AQ_READ_REG(sc, AQ2_FW_INTERFACE_OUT_TRANSACTION_ID_REG); in aq2_interface_buffer_read()
3325 if (__SHIFTOUT(tid0, AQ2_FW_INTERFACE_OUT_TRANSACTION_ID_A) != in aq2_interface_buffer_read()
3326 __SHIFTOUT(tid0, AQ2_FW_INTERFACE_OUT_TRANSACTION_ID_B)) { in aq2_interface_buffer_read()
3337 if (tid0 == tid1) in aq2_interface_buffer_read()