Searched refs:cmbsts (Results 1 – 2 of 2) sorted by relevance
24 uint32_t cmbsts; member53 NVME_REG_CMBSTS = offsetof(NvmeBar, cmbsts),379 #define NVME_CMBSTS_CBAI(cmbsts) \ argument380 ((cmbsts >> CMBSTS_CBAI_SHIFT) & CMBSTS_CBAI_MASK)382 #define NVME_CMBSTS_SET_CBAI(cmbsts, val) \ argument383 (cmbsts |= (uint64_t)(val & CMBSTS_CBAI_MASK) << CMBSTS_CBAI_SHIFT)
7846 uint32_t cmbsts = ldl_le_p(&n->bar.cmbsts); in nvme_write_bar() local7847 NVME_CMBSTS_SET_CBAI(cmbsts, 1); in nvme_write_bar()7848 stl_le_p(&n->bar.cmbsts, cmbsts); in nvme_write_bar()