Home
last modified time | relevance | path

Searched refs:host_p (Results 1 – 7 of 7) sorted by relevance

/drivers/net/ethernet/ti/
A Dam65-cpsw-switchdev.c120 struct am65_cpsw_host *host_p = am65_common_get_host(cpsw); in am65_cpsw_get_pvid() local
126 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() local
146 writel(pvid, host_p->port_base + AM65_CPSW_PORT_VLAN_REG_OFFSET); in am65_cpsw_set_pvid()
A Dam65-cpsw-nuss.c476 struct am65_cpsw_host *host_p = am65_common_get_host(common); in am65_cpsw_nuss_set_p0_ptype() local
480 val = readl(host_p->port_base + AM65_CPSW_PORT_REG_PRI_CTL); in am65_cpsw_nuss_set_p0_ptype()
495 writel(val, host_p->port_base + AM65_CPSW_PORT_REG_PRI_CTL); in am65_cpsw_nuss_set_p0_ptype()
871 struct am65_cpsw_host *host_p = am65_common_get_host(common); in am65_cpsw_nuss_common_open() local
884 host_p->port_base + AM65_CPSW_PORT_REG_RX_MAXLEN); in am65_cpsw_nuss_common_open()
887 host_p->port_base + AM65_CPSW_PORT0_REG_FLOW_ID_OFFSET); in am65_cpsw_nuss_common_open()
889 host_p->port_base + AM65_CPSW_P0_REG_CTL); in am65_cpsw_nuss_common_open()
2519 struct am65_cpsw_host *host_p = am65_common_get_host(common); in am65_cpsw_nuss_init_host_p() local
2521 host_p->common = common; in am65_cpsw_nuss_init_host_p()
3717 host_p->vid_context = readl(host_p->port_base + AM65_CPSW_PORT_VLAN_REG_OFFSET); in am65_cpsw_nuss_suspend()
[all …]
A Dam65-cpsw-ethtool.c646 struct am65_cpsw_host *host_p; in am65_cpsw_get_ethtool_stats() local
650 host_p = am65_common_get_host(common); in am65_cpsw_get_ethtool_stats()
655 *data++ = readl_relaxed(host_p->stat_base + in am65_cpsw_get_ethtool_stats()
/drivers/scsi/qla2xxx/
A Dqla_init.c5311 nv->host_p[1] = BIT_2; in qla2x00_nvram_config()
5380 if (nv->host_p[1] & BIT_7) { in qla2x00_nvram_config()
5403 if (nv->host_p[0] & BIT_7) in qla2x00_nvram_config()
7964 nv->host_p = cpu_to_le32(BIT_11|BIT_10); in qla24xx_nvram_config()
7978 nv->host_p &= cpu_to_le32(~BIT_10); in qla24xx_nvram_config()
8012 if (nv->host_p & cpu_to_le32(BIT_15)) { in qla24xx_nvram_config()
8032 le32_to_cpu(nv->host_p) & BIT_10 ? 1 : 0; in qla24xx_nvram_config()
8034 le32_to_cpu(nv->host_p) & BIT_11 ? 1 : 0; in qla24xx_nvram_config()
9193 nv->host_p = cpu_to_le32(BIT_11|BIT_10); in qla81xx_nvram_config()
9257 if (nv->host_p & cpu_to_le32(BIT_15)) { in qla81xx_nvram_config()
[all …]
A Dqla_fw.h221 __le32 host_p; member
1990 __le32 host_p; member
A Dqla_target.c6811 nv->host_p &= cpu_to_le32(~BIT_10); in qlt_24xx_config_nvram_stage1()
6923 nv->host_p &= cpu_to_le32(~BIT_10); in qlt_81xx_config_nvram_stage1()
A Dqla_def.h1870 uint8_t host_p[2]; member

Completed in 77 milliseconds