Searched refs:host_p (Results 1 – 7 of 7) sorted by relevance
120 struct am65_cpsw_host *host_p = am65_common_get_host(cpsw); in am65_cpsw_get_pvid() local126 pvid = readl(host_p->port_base + AM65_CPSW_PORT_VLAN_REG_OFFSET); in am65_cpsw_get_pvid()136 struct am65_cpsw_host *host_p = am65_common_get_host(cpsw); in am65_cpsw_set_pvid() local146 writel(pvid, host_p->port_base + AM65_CPSW_PORT_VLAN_REG_OFFSET); in am65_cpsw_set_pvid()
402 struct am65_cpsw_host *host_p = am65_common_get_host(common); in am65_cpsw_nuss_set_p0_ptype() local406 val = readl(host_p->port_base + AM65_CPSW_PORT_REG_PRI_CTL); in am65_cpsw_nuss_set_p0_ptype()420 writel(pri_map, host_p->port_base + AM65_CPSW_PORT_REG_RX_PRI_MAP); in am65_cpsw_nuss_set_p0_ptype()421 writel(val, host_p->port_base + AM65_CPSW_PORT_REG_PRI_CTL); in am65_cpsw_nuss_set_p0_ptype()432 struct am65_cpsw_host *host_p = am65_common_get_host(common); in am65_cpsw_nuss_common_open() local446 host_p->port_base + AM65_CPSW_PORT_REG_RX_MAXLEN); in am65_cpsw_nuss_common_open()449 host_p->port_base + AM65_CPSW_PORT0_REG_FLOW_ID_OFFSET); in am65_cpsw_nuss_common_open()1743 struct am65_cpsw_host *host_p = am65_common_get_host(common); in am65_cpsw_nuss_init_host_p() local1745 host_p->common = common; in am65_cpsw_nuss_init_host_p()1746 host_p->port_base = common->cpsw_base + AM65_CPSW_NU_PORTS_BASE; in am65_cpsw_nuss_init_host_p()[all …]
681 struct am65_cpsw_host *host_p; in am65_cpsw_get_ethtool_stats() local685 host_p = am65_common_get_host(common); in am65_cpsw_get_ethtool_stats()690 *data++ = readl_relaxed(host_p->stat_base + in am65_cpsw_get_ethtool_stats()
4935 nv->host_p[1] = BIT_2; in qla2x00_nvram_config()5004 if (nv->host_p[1] & BIT_7) { in qla2x00_nvram_config()5027 if (nv->host_p[0] & BIT_7) in qla2x00_nvram_config()7633 nv->host_p = cpu_to_le32(BIT_11|BIT_10); in qla24xx_nvram_config()7647 nv->host_p &= cpu_to_le32(~BIT_10); in qla24xx_nvram_config()7681 if (nv->host_p & cpu_to_le32(BIT_15)) { in qla24xx_nvram_config()7701 le32_to_cpu(nv->host_p) & BIT_10 ? 1 : 0; in qla24xx_nvram_config()7703 le32_to_cpu(nv->host_p) & BIT_11 ? 1 : 0; in qla24xx_nvram_config()8825 nv->host_p = cpu_to_le32(BIT_11|BIT_10); in qla81xx_nvram_config()8889 if (nv->host_p & cpu_to_le32(BIT_15)) { in qla81xx_nvram_config()[all …]
221 __le32 host_p; member1987 __le32 host_p; member
7031 nv->host_p &= cpu_to_le32(~BIT_10); in qlt_24xx_config_nvram_stage1()7143 nv->host_p &= cpu_to_le32(~BIT_10); in qlt_81xx_config_nvram_stage1()
1805 uint8_t host_p[2]; member
Completed in 71 milliseconds