Searched refs:l2entry (Results 1 – 2 of 2) sorted by relevance
270 uint32_t l2entry = 0; in shmobile_iommu_unmap() local284 l2entry = pgtable_read(&sh_domain->l2[l1index], l2index); in shmobile_iommu_unmap()285 switch (l2entry & 3) { in shmobile_iommu_unmap()309 uint32_t l1entry = 0, l2entry = 0; in shmobile_iommu_iova_to_phys() local316 l2entry = pgtable_read(&sh_domain->l2[l1index], l2index); in shmobile_iommu_iova_to_phys()320 switch (l2entry & 3) { in shmobile_iommu_iova_to_phys()322 return (l2entry & ~0xffff) | (iova & 0xffff); in shmobile_iommu_iova_to_phys()324 return (l2entry & ~0xfff) | (iova & 0xfff); in shmobile_iommu_iova_to_phys()
2104 struct qdio_brinfo_entry_l2 *l2entry; in qeth_bridgeport_an_set_cb() local2112 l2entry = (struct qdio_brinfo_entry_l2 *)entry; in qeth_bridgeport_an_set_cb()2114 if (l2entry->addr_lnid.lnid) in qeth_bridgeport_an_set_cb()2117 (struct net_if_token *)&l2entry->nit, in qeth_bridgeport_an_set_cb()2118 (struct mac_addr_lnid *)&l2entry->addr_lnid); in qeth_bridgeport_an_set_cb()