Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/ti/
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()
Dam65-cpsw-nuss.c336 struct am65_cpsw_host *host_p = am65_common_get_host(common); in am65_cpsw_nuss_set_p0_ptype() local
340 val = readl(host_p->port_base + AM65_CPSW_PORT_REG_PRI_CTL); in am65_cpsw_nuss_set_p0_ptype()
354 writel(pri_map, host_p->port_base + AM65_CPSW_PORT_REG_RX_PRI_MAP); in am65_cpsw_nuss_set_p0_ptype()
355 writel(val, host_p->port_base + AM65_CPSW_PORT_REG_PRI_CTL); in am65_cpsw_nuss_set_p0_ptype()
366 struct am65_cpsw_host *host_p = am65_common_get_host(common); in am65_cpsw_nuss_common_open() local
380 host_p->port_base + AM65_CPSW_PORT_REG_RX_MAXLEN); in am65_cpsw_nuss_common_open()
383 host_p->port_base + AM65_CPSW_PORT0_REG_FLOW_ID_OFFSET); in am65_cpsw_nuss_common_open()
385 writel(AM65_CPSW_P0_REG_CTL_RX_CHECKSUM_EN, host_p->port_base + AM65_CPSW_P0_REG_CTL); in am65_cpsw_nuss_common_open()
1730 struct am65_cpsw_host *host_p = am65_common_get_host(common); in am65_cpsw_nuss_init_host_p() local
1732 host_p->common = common; in am65_cpsw_nuss_init_host_p()
[all …]
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()
/linux-5.19.10/drivers/scsi/qla2xxx/
Dqla_init.c4991 nv->host_p[1] = BIT_2; in qla2x00_nvram_config()
5060 if (nv->host_p[1] & BIT_7) { in qla2x00_nvram_config()
5083 if (nv->host_p[0] & BIT_7) in qla2x00_nvram_config()
5085 ha->flags.disable_risc_code_load = ((nv->host_p[0] & BIT_4) ? 1 : 0); in qla2x00_nvram_config()
5089 ha->flags.enable_lip_reset = ((nv->host_p[1] & BIT_1) ? 1 : 0); in qla2x00_nvram_config()
5090 ha->flags.enable_lip_full_login = ((nv->host_p[1] & BIT_2) ? 1 : 0); in qla2x00_nvram_config()
5091 ha->flags.enable_target_reset = ((nv->host_p[1] & BIT_3) ? 1 : 0); in qla2x00_nvram_config()
7694 nv->host_p = cpu_to_le32(BIT_11|BIT_10); in qla24xx_nvram_config()
7708 nv->host_p &= cpu_to_le32(~BIT_10); in qla24xx_nvram_config()
7742 if (nv->host_p & cpu_to_le32(BIT_15)) { in qla24xx_nvram_config()
[all …]
Dqla_fw.h221 __le32 host_p; member
1987 __le32 host_p; member
Dqla_target.c7001 nv->host_p &= cpu_to_le32(~BIT_10); in qlt_24xx_config_nvram_stage1()
7113 nv->host_p &= cpu_to_le32(~BIT_10); in qlt_81xx_config_nvram_stage1()
Dqla_def.h1810 uint8_t host_p[2]; member