Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dmlxreg.h191 #define MLX_V5_IDB_INIT_DONE 0x02 /* initialisation has completed */ macro
/netbsd/src/sys/dev/pci/
Dmlx_pci.c667 if ((mlx_inb(mlx, MLX_V5REG_IDB) & MLX_V5_IDB_INIT_DONE) != 0) in mlx_v5_fw_handshake()