Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/drivers/iommu/
H A Dmtk_iommu_smc.c45 uint32_t port_id) in mtk_smi_larb_port_config_to_sram() argument
47 mmio_clrbits_32(larb->base + SMI_LARB_SEC_CON_INT(port_id), in mtk_smi_larb_port_config_to_sram()
50 mmio_setbits_32(larb->base + SMI_LARB_NON_SEC_CON(port_id), in mtk_smi_larb_port_config_to_sram()
55 uint32_t port_id, uint8_t mmu_en, uint8_t sec_en) in mtk_smi_port_config() argument
57 mmio_clrsetbits_32(larb->base + SMI_LARB_SEC_CON(port_id), in mtk_smi_port_config()
64 uint32_t port_id, port_nr; in mtk_smi_larb_port_config_sec() local
77 for (port_id = 0; port_id < port_nr; port_id++) { in mtk_smi_larb_port_config_sec()
78 if ((to_sram & BIT(port_id)) > 0U) { in mtk_smi_larb_port_config_sec()
79 mtk_smi_larb_port_config_to_sram(larb, port_id); in mtk_smi_larb_port_config_sec()
82 mmu_en = !!(mmu_en_msk & SMI_MMU_EN(port_id)); in mtk_smi_larb_port_config_sec()
[all …]
/rk3399_ARM-atf/plat/brcm/board/stingray/driver/
H A Dusb_phy.c280 switch (phy_port->port_id) { in u3h_u2drd_phy_reset()
300 if (phy_port->port_id == DRD3HS_PORT) { in u3drd_phy_reset()
313 switch (phy_port->port_id) { in u3h_u2drd_phy_power_on()
366 if (phy_port->port_id == DRDU2_PORT) { in u3h_u2drd_phy_power_on()
391 switch (phy_port->port_id) { in u3drd_phy_power_on()
446 switch (phy_port->port_id) { in u3h_u2drd_phy_power_off()
466 switch (phy_port->port_id) { in u3drd_phy_power_off()
498 phy_info->phy_port[index].port_id = index; in usb_info_fill()
/rk3399_ARM-atf/plat/brcm/board/stingray/include/
H A Dusb_phy.h229 uint32_t port_id; member