cmdslot           270 drivers/ata/sata_fsl.c 	struct cmdhdr_tbl_entry *cmdslot;
cmdslot           418 drivers/ata/sata_fsl.c 	pp->cmdslot[tag].cda = cpu_to_le32(cmd_descriptor_address);
cmdslot           419 drivers/ata/sata_fsl.c 	pp->cmdslot[tag].prde_fis_len =
cmdslot           421 drivers/ata/sata_fsl.c 	pp->cmdslot[tag].ttl = cpu_to_le32(data_xfer_len & ~0x03);
cmdslot           422 drivers/ata/sata_fsl.c 	pp->cmdslot[tag].desc_info = cpu_to_le32(desc_info | (tag & 0x1F));
cmdslot           425 drivers/ata/sata_fsl.c 		pp->cmdslot[tag].cda,
cmdslot           426 drivers/ata/sata_fsl.c 		pp->cmdslot[tag].prde_fis_len,
cmdslot           427 drivers/ata/sata_fsl.c 		pp->cmdslot[tag].ttl, pp->cmdslot[tag].desc_info);
cmdslot           734 drivers/ata/sata_fsl.c 	pp->cmdslot = mem;
cmdslot           790 drivers/ata/sata_fsl.c 			  pp->cmdslot, pp->cmdslot_paddr);