Lines Matching refs:tce
34 #include <asm/tce.h>
158 u64 proto_tce, tce;
169 tce = proto_tce | (rpn & TCE_RPN_MASK) << tceshift;
170 rc = plpar_tce_put((u64)liobn, (u64)tcenum << tceshift, tce);
183 printk("\ttce val = 0x%llx\n", tce );
336 __be32 liobn; /* tce table number */
383 /* round back to the beginning of the tce page size */
452 /* round back to the beginning of the tce page size */
504 basep = of_get_property(node, "linux,tce-base", NULL);
505 sizep = of_get_property(node, "linux,tce-size", NULL);
508 "missing tce entries !\n", dn);
520 /* Units of tce entries */
531 /* Set the tce table size - measured in entries */
653 long *tce, enum dma_data_direction *direction,
660 unsigned long newtce = *tce | proto_tce;
670 *tce = oldtce & ~(TCE_PCI_READ | TCE_PCI_WRITE);
1239 dev_dbg(&dev->dev, "created tce table LIOBN 0x%x for %pOF\n",