Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/driver/disk/ahci/
Dahci.c17 static int __first_port = -1; // 临时用于存储 ahci控制器的第一个可用端口 的变量 variable
103 ((struct ahci_blk_private_data *)ahci_gendisk0.private_data)->ahci_port_num = __first_port; in ahci_init_gendisk()
245 if (__first_port == -1) in ahci_probe_port()
246 __first_port = i; in ahci_probe_port()