Searched refs:bctl (Results 1 – 2 of 2) sorted by relevance
/drivers/net/ethernet/sfc/falcon/ |
D | txc43128_phy.c | 207 int ctrl, bctl; in txc_bist_one() local 218 bctl = (test << TXC_BIST_CTRL_TYPE_LBN); in txc_bist_one() 219 ef4_mdio_write(efx, mmd, TXC_BIST_CTL, bctl); in txc_bist_one() 222 bctl |= (1 << TXC_BIST_CTRL_ENAB_LBN); in txc_bist_one() 223 ef4_mdio_write(efx, mmd, TXC_BIST_CTL, bctl); in txc_bist_one() 227 bctl | (1 << TXC_BIST_CTRL_STRT_LBN)); in txc_bist_one() 233 bctl |= (1 << TXC_BIST_CTRL_STOP_LBN); in txc_bist_one() 234 ef4_mdio_write(efx, mmd, TXC_BIST_CTL, bctl); in txc_bist_one() 237 while (bctl & (1 << TXC_BIST_CTRL_STOP_LBN)) in txc_bist_one() 238 bctl = ef4_mdio_read(efx, mmd, TXC_BIST_CTL); in txc_bist_one()
|
/drivers/pci/ |
D | probe.c | 1230 u16 bctl; in pci_scan_bridge_extend() local 1269 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &bctl); in pci_scan_bridge_extend() 1271 bctl & ~PCI_BRIDGE_CTL_MASTER_ABORT); in pci_scan_bridge_extend() 1299 child->bridge_ctl = bctl; in pci_scan_bridge_extend() 1377 child->bridge_ctl = bctl; in pci_scan_bridge_extend() 1442 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, bctl); in pci_scan_bridge_extend()
|