Searched refs:host_p (Results 1 – 5 of 5) 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()
5312 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 …]
221 __le32 host_p; member1990 __le32 host_p; member
8004 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()
1870 uint8_t host_p[2]; member