Home | History | Annotate | Download | only in dev

Lines Matching defs:pl

154 	paddr_t la, lm, pl, ph;
162 pl = bus_space_read_4(pcicfg_iot, pcicfg_ioh, PCIL_PMM0PCILA);
164 printf("0: %08lx,%08lx -> %08lx%08lx %sprefetchable, %s\n", la, lm, ph, pl,
169 pl = bus_space_read_4(pcicfg_iot, pcicfg_ioh, PCIL_PMM1PCILA);
171 printf("1: %08lx,%08lx -> %08lx%08lx %sprefetchable, %s\n", la, lm, ph, pl,
176 pl = bus_space_read_4(pcicfg_iot, pcicfg_ioh, PCIL_PMM2PCILA);
178 printf("2: %08lx,%08lx -> %08lx%08lx %sprefetchable, %s\n", la, lm, ph, pl,
184 pl = pci_conf_read(pc, tag, PCIC_PTM1BAR);
187 printf("1: %08lx -> %08lx,%08lx %s\n", pl, la, lm,
189 pl = pci_conf_read(pc, tag, PCIC_PTM2BAR);
192 printf("2: %08lx -> %08lx,%08lx %s\n", pl, la, lm,