Lines Matching defs:prb
246 struct sil24_prb prb;
251 struct sil24_prb prb;
482 struct sil24_prb __iomem *prb;
485 prb = port + PORT_LRAM + sil24_tag(tag) * PORT_LRAM_SLOT_SZ;
486 memcpy_fromio(fis, prb->fis, sizeof(fis));
601 struct sil24_prb *prb = &pp->cmd_block[0].ata.prb;
606 prb->ctrl = cpu_to_le16(ctrl);
607 ata_tf_to_fis(tf, pmp, is_cmd, prb->fis);
838 struct sil24_prb *prb;
845 prb = &cb->ata.prb;
856 prb->prot = cpu_to_le16(prot);
859 prb = &cb->atapi.prb;
872 prb->ctrl = cpu_to_le16(ctrl);
873 ata_tf_to_fis(&qc->tf, qc->dev->link->pmp, 1, prb->fis);