Home
last modified time | relevance | path

Searched refs:plx_lcr (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/
Dprism2_plx.c39 uint32_t plx_lcr = 0; /* PLX9052 Local Configuration Register Base (I/O) */ in prism2_find_plx() local
46 pci_read_config_dword( p, PLX_LOCAL_CONFIG_REGISTER_BASE, &plx_lcr); in prism2_find_plx()
47 plx_lcr &= PCI_BASE_ADDRESS_IO_MASK; in prism2_find_plx()
54 printf ( "PLX9052 has local config registers at %#x\n", plx_lcr ); in prism2_find_plx()