Searched refs:ahci_fill_cmd_slot (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/drivers/ata/ |
H A D | ahci.c | 533 static void ahci_fill_cmd_slot(struct ahci_ioports *pp, u32 opts) in ahci_fill_cmd_slot() function 661 ahci_fill_cmd_slot(pp, opts); in ahci_device_data_io() 1128 ahci_fill_cmd_slot(pp, cmd_fis_len); in ata_io_flush()
|
H A D | dwc_ahsata.c | 351 static void ahci_fill_cmd_slot(struct ahci_ioports *pp, u32 cmd_slot, u32 opts) in ahci_fill_cmd_slot() function 398 ahci_fill_cmd_slot(pp, cmd_slot, opts); in ahci_exec_ata_cmd()
|
/openbmc/linux/drivers/ata/ |
H A D | ahci.h | 409 void ahci_fill_cmd_slot(struct ahci_port_priv *pp, unsigned int tag,
|
H A D | acard-ahci.c | 246 ahci_fill_cmd_slot(pp, qc->hw_tag, opts); in acard_ahci_qc_prep()
|
H A D | libahci.c | 1354 void ahci_fill_cmd_slot(struct ahci_port_priv *pp, unsigned int tag, in ahci_fill_cmd_slot() function 1366 EXPORT_SYMBOL_GPL(ahci_fill_cmd_slot); 1425 ahci_fill_cmd_slot(pp, 0, cmd_fis_len | flags | (pmp << 12)); in ahci_exec_polled_cmd() 1724 ahci_fill_cmd_slot(pp, qc->hw_tag, opts); in ahci_qc_prep()
|