Searched refs:pcs (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_controller.cpp343 uint16 pcs = fPCI->read_pci_config(fPCIDevice, 0x92, 2); local
344 pcs |= (0xff >> (8 - portCount));
345 fPCI->write_pci_config(fPCIDevice, 0x92, 2, pcs);
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_82575.c1064 * If sgmii is enabled, then use the pcs register to determine link, otherwise
1204 u32 pcs; local
1214 pcs = E1000_READ_REG(hw, E1000_PCS_LSTAT);
1219 if (pcs & E1000_PCS_LSTS_LINK_OK) {
1223 if (pcs & E1000_PCS_LSTS_SPEED_1000)
1225 else if (pcs & E1000_PCS_LSTS_SPEED_100)
1231 if (pcs & E1000_PCS_LSTS_DUPLEX_FULL)
1559 * link so it is best to just force the MAC and let the pcs

Completed in 83 milliseconds