u-boot/drivers/nvme
Bin Meng 722e668db2 nvme: Use macros to access NVMe queues
NVMe driver only uses two queues. The first one is allocated to do
admin stuff, while the second one is for IO stuff. So far the driver
uses magic number (0/1) to access them. Change to use macros.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2017-08-28 07:17:12 -04:00
..
Kconfig nvme: Add NVM Express driver support 2017-08-13 15:17:31 -04:00
Makefile nvme: Add show routine to print detailed information 2017-08-13 15:17:31 -04:00
nvme-uclass.c nvme: Add NVM Express driver support 2017-08-13 15:17:31 -04:00
nvme.c nvme: Use macros to access NVMe queues 2017-08-28 07:17:12 -04:00
nvme.h nvme: Cache controller's capabilities 2017-08-28 07:17:11 -04:00
nvme_show.c nvme: Add show routine to print detailed information 2017-08-13 15:17:31 -04:00