Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/ti/
H 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()
/linux/drivers/scsi/qla2xxx/
H A Dqla_init.c5312 nv->host_p[1] = BIT_2; in qla2x00_nvram_config()
5381 if (nv->host_p[1] & BIT_7) { in qla2x00_nvram_config()
5404 if (nv->host_p[0] & BIT_7) in qla2x00_nvram_config()
5406 ha->flags.disable_risc_code_load = ((nv->host_p[0] & BIT_4) ? 1 : 0); in qla2x00_nvram_config()
5410 ha->flags.enable_lip_reset = ((nv->host_p[1] & BIT_1) ? 1 : 0); in qla2x00_nvram_config()
5411 ha->flags.enable_lip_full_login = ((nv->host_p[1] & BIT_2) ? 1 : 0); in qla2x00_nvram_config()
5412 ha->flags.enable_target_reset = ((nv->host_p[1] & BIT_3) ? 1 : 0); in qla2x00_nvram_config()
7965 nv->host_p = cpu_to_le32(BIT_11|BIT_10); in qla24xx_nvram_config()
7979 nv->host_p &= cpu_to_le32(~BIT_10); in qla24xx_nvram_config()
8013 if (nv->host_p & cpu_to_le32(BIT_15)) { in qla24xx_nvram_config()
[all …]
H A Dqla_fw.h221 __le32 host_p; member
1990 __le32 host_p; member
H A Dqla_target.c8004 nv->host_p &= cpu_to_le32(~BIT_10); in qlt_24xx_config_nvram_stage1()
8116 nv->host_p &= cpu_to_le32(~BIT_10); in qlt_81xx_config_nvram_stage1()
H A Dqla_def.h1870 uint8_t host_p[2]; member