Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.c385 struct am65_cpsw_host *host_p = am65_common_get_host(common); in am65_cpsw_nuss_set_p0_ptype() local
389 val = readl(host_p->port_base + AM65_CPSW_PORT_REG_PRI_CTL); in am65_cpsw_nuss_set_p0_ptype()
403 writel(pri_map, host_p->port_base + AM65_CPSW_PORT_REG_RX_PRI_MAP); in am65_cpsw_nuss_set_p0_ptype()
404 writel(val, host_p->port_base + AM65_CPSW_PORT_REG_PRI_CTL); in am65_cpsw_nuss_set_p0_ptype()
410 struct am65_cpsw_host *host_p = am65_common_get_host(common); in am65_cpsw_nuss_common_open() local
424 host_p->port_base + AM65_CPSW_PORT_REG_RX_MAXLEN); in am65_cpsw_nuss_common_open()
427 host_p->port_base + AM65_CPSW_PORT0_REG_FLOW_ID_OFFSET); in am65_cpsw_nuss_common_open()
431 host_p->port_base + AM65_CPSW_P0_REG_CTL); in am65_cpsw_nuss_common_open()
1377 struct am65_cpsw_host *host_p; in am65_cpsw_nuss_ndo_slave_set_features() local
1379 host_p = am65_common_get_host(common); in am65_cpsw_nuss_ndo_slave_set_features()
[all …]
H A Dam65-cpsw-ethtool.c681 struct am65_cpsw_host *host_p; in am65_cpsw_get_ethtool_stats() local
685 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()
/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_init.c4778 nv->host_p[1] = BIT_2; in qla2x00_nvram_config()
4847 if (nv->host_p[1] & BIT_7) { in qla2x00_nvram_config()
4870 if (nv->host_p[0] & BIT_7) in qla2x00_nvram_config()
4872 ha->flags.disable_risc_code_load = ((nv->host_p[0] & BIT_4) ? 1 : 0); in qla2x00_nvram_config()
4876 ha->flags.enable_lip_reset = ((nv->host_p[1] & BIT_1) ? 1 : 0); in qla2x00_nvram_config()
4877 ha->flags.enable_lip_full_login = ((nv->host_p[1] & BIT_2) ? 1 : 0); in qla2x00_nvram_config()
4878 ha->flags.enable_target_reset = ((nv->host_p[1] & BIT_3) ? 1 : 0); in qla2x00_nvram_config()
7429 nv->host_p = cpu_to_le32(BIT_11|BIT_10); in qla24xx_nvram_config()
7443 nv->host_p &= cpu_to_le32(~BIT_10); in qla24xx_nvram_config()
7477 if (nv->host_p & cpu_to_le32(BIT_15)) { in qla24xx_nvram_config()
[all …]
H A Dqla_fw.h220 __le32 host_p; member
1959 __le32 host_p; member
H A Dqla_target.c6883 nv->host_p &= cpu_to_le32(~BIT_10); in qlt_24xx_config_nvram_stage1()
6995 nv->host_p &= cpu_to_le32(~BIT_10); in qlt_81xx_config_nvram_stage1()
H A Dqla_def.h1754 uint8_t host_p[2]; member