Home
last modified time | relevance | path

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

/bsp/loongson/ls2kdev/drivers/ata/
A Ddwc_ahsata.c399 u32 sg_count, max_bytes; in ahci_fill_sg() local
403 sg_count = ((buf_len - 1) / max_bytes) + 1; in ahci_fill_sg()
405 if (sg_count > AHCI_MAX_SG) in ahci_fill_sg()
411 for (i = 0; i < sg_count; i++) in ahci_fill_sg()
423 return sg_count; in ahci_fill_sg()
450 int sg_count = 0, cmd_slot = 0; in ahci_exec_ata_cmd() local
472 sg_count = ahci_fill_sg(uc_priv, port, buf, buf_len); in ahci_exec_ata_cmd()
475 opts = (sizeof(struct sata_fis_h2d) >> 2) | (sg_count << 16); in ahci_exec_ata_cmd()
/bsp/raspberry-pi/raspi-dm2.0/drivers/sdhci/include/
A Dsdhci.h547 int sg_count; /* Mapped sg entries */ member

Completed in 14 milliseconds