HelenOS sources

sata_dev_t        117 uspace/drv/block/ahci/ahci.c static errno_t ahci_identify_device(sata_dev_t *);
sata_dev_t        118 uspace/drv/block/ahci/ahci.c static errno_t ahci_set_highest_ultra_dma_mode(sata_dev_t *);
sata_dev_t        119 uspace/drv/block/ahci/ahci.c static errno_t ahci_rb_fpdma(sata_dev_t *, uintptr_t, uint64_t);
sata_dev_t        120 uspace/drv/block/ahci/ahci.c static errno_t ahci_wb_fpdma(sata_dev_t *, uintptr_t, uint64_t);
sata_dev_t        159 uspace/drv/block/ahci/ahci.c static sata_dev_t *fun_sata_dev(ddf_fun_t *fun)
sata_dev_t        182 uspace/drv/block/ahci/ahci.c 	sata_dev_t *sata = fun_sata_dev(fun);
sata_dev_t        197 uspace/drv/block/ahci/ahci.c 	sata_dev_t *sata = fun_sata_dev(fun);
sata_dev_t        212 uspace/drv/block/ahci/ahci.c 	sata_dev_t *sata = fun_sata_dev(fun);
sata_dev_t        230 uspace/drv/block/ahci/ahci.c 	sata_dev_t *sata = fun_sata_dev(fun);
sata_dev_t        273 uspace/drv/block/ahci/ahci.c 	sata_dev_t *sata = fun_sata_dev(fun);
sata_dev_t        311 uspace/drv/block/ahci/ahci.c static ahci_port_is_t ahci_wait_event(sata_dev_t *sata)
sata_dev_t        335 uspace/drv/block/ahci/ahci.c static void ahci_identify_device_cmd(sata_dev_t *sata, uintptr_t phys)
sata_dev_t        380 uspace/drv/block/ahci/ahci.c static void ahci_identify_packet_device_cmd(sata_dev_t *sata, uintptr_t phys)
sata_dev_t        426 uspace/drv/block/ahci/ahci.c static errno_t ahci_identify_device(sata_dev_t *sata)
sata_dev_t        561 uspace/drv/block/ahci/ahci.c static void ahci_set_mode_cmd(sata_dev_t *sata, uintptr_t phys, uint8_t mode)
sata_dev_t        607 uspace/drv/block/ahci/ahci.c static errno_t ahci_set_highest_ultra_dma_mode(sata_dev_t *sata)
sata_dev_t        678 uspace/drv/block/ahci/ahci.c static void ahci_rb_fpdma_cmd(sata_dev_t *sata, uintptr_t phys,
sata_dev_t        736 uspace/drv/block/ahci/ahci.c static errno_t ahci_rb_fpdma(sata_dev_t *sata, uintptr_t phys, uint64_t blocknum)
sata_dev_t        765 uspace/drv/block/ahci/ahci.c static void ahci_wb_fpdma_cmd(sata_dev_t *sata, uintptr_t phys,
sata_dev_t        824 uspace/drv/block/ahci/ahci.c static errno_t ahci_wb_fpdma(sata_dev_t *sata, uintptr_t phys, uint64_t blocknum)
sata_dev_t        905 uspace/drv/block/ahci/ahci.c 	sata_dev_t *sata = (sata_dev_t *) ahci->sata_devs[port];
sata_dev_t        932 uspace/drv/block/ahci/ahci.c static sata_dev_t *ahci_sata_allocate(ahci_dev_t *ahci, volatile ahci_port_t *port)
sata_dev_t        943 uspace/drv/block/ahci/ahci.c 	sata_dev_t *sata = ddf_fun_data_alloc(fun, sizeof(sata_dev_t));
sata_dev_t        998 uspace/drv/block/ahci/ahci.c static void ahci_sata_hw_start(sata_dev_t *sata)
sata_dev_t       1046 uspace/drv/block/ahci/ahci.c 	sata_dev_t *sata = ahci_sata_allocate(ahci, port);
HelenOS homepage, sources at GitHub