Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/pci/controller/dwc/
Dpcie-tegra194.c869 u16 val_16; in tegra_pcie_dw_host_init() local
877 val_16 = dw_pcie_readw_dbi(pci, pcie->pcie_cap_base + PCI_EXP_DEVCTL); in tegra_pcie_dw_host_init()
878 val_16 &= ~PCI_EXP_DEVCTL_PAYLOAD; in tegra_pcie_dw_host_init()
879 val_16 |= PCI_EXP_DEVCTL_PAYLOAD_256B; in tegra_pcie_dw_host_init()
880 dw_pcie_writew_dbi(pci, pcie->pcie_cap_base + PCI_EXP_DEVCTL, val_16); in tegra_pcie_dw_host_init()
908 val_16 = dw_pcie_readw_dbi(pci, pcie->pcie_cap_base + in tegra_pcie_dw_host_init()
910 val_16 &= ~PCI_EXP_LNKSTA_SLC; in tegra_pcie_dw_host_init()
912 val_16); in tegra_pcie_dw_host_init()
1735 u16 val_16; in pex_ep_event_pex_rst_deassert() local
1866 val_16 = dw_pcie_readw_dbi(pci, pcie->pcie_cap_base + PCI_EXP_DEVCTL); in pex_ep_event_pex_rst_deassert()
[all …]
/Linux-v6.1/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.c602 __be16 val_16; in bcmgenet_hfb_create_rxnfc_filter() local
648 val_16 = htons(ETH_P_IP); in bcmgenet_hfb_create_rxnfc_filter()
651 &val_16, &mask_16, sizeof(val_16)); in bcmgenet_hfb_create_rxnfc_filter()