Searched refs:BLK_GF_AHCI (Results 1 – 3 of 3) sorted by relevance
10 pub const BLK_GF_AHCI: u16 = 1 << 0; // 定义blk_gendisk中的标志位 constant
72 #define BLK_GF_AHCI (1 << 0) macro
9 use crate::io::disk_info::BLK_GF_AHCI;130 BLK_GF_AHCI, in ahci_rust_init()