Searched refs:pf (Results 1 – 7 of 7) sorted by relevance
78 #define PCIE_LCTRL0_PF(pf) ((pf) << 16) argument80 #define PCIE_LCTRL0_VAL(pf, vf) (PCIE_LCTRL0_PF(pf) | \ argument
450 int pf, vf; in ls_pcie_setup_ep() local452 for (pf = 0; pf < PCIE_PF_NUM; pf++) { in ls_pcie_setup_ep()454 ctrl_writel(pcie, PCIE_LCTRL0_VAL(pf, vf), in ls_pcie_setup_ep()
47 ttcp-t: 0.0user 0.1sys 0:00real 60% 0i+0d 0maxrss 0+2pf 3+1506csw87 ttcp-t: 0.0user 0.0sys 0:00real 46% 0i+0d 0maxrss 0+2pf 120+1csw
245 0x00 0x034c0000 0x0 0x40000 /* pf controls registers */261 0x00 0x035c0000 0x0 0x40000 /* pf controls registers */278 0x00 0x036c0000 0x0 0x40000 /* pf controls registers */
126 0x00 0x034c0000 0x0 0x40000 /* pf controls registers */
381 0x01570000 0x10000 /* pf controls registers */396 0x01570000 0x10000 /* pf controls registers */
2664 FILE *pf; local2687 pf = fdopen(channel[0],"r");2688 debug_printf("pipe on FILE *%p\n",pf);2691 pf=popen("echo surrogate response","r");2692 debug_printf("started fake pipe on FILE *%p\n",pf);2694 return pf;