Lines Matching refs:host_p
5280 nv->host_p[1] = BIT_2;
5349 if (nv->host_p[1] & BIT_7) {
5372 if (nv->host_p[0] & BIT_7)
5374 ha->flags.disable_risc_code_load = ((nv->host_p[0] & BIT_4) ? 1 : 0);
5378 ha->flags.enable_lip_reset = ((nv->host_p[1] & BIT_1) ? 1 : 0);
5379 ha->flags.enable_lip_full_login = ((nv->host_p[1] & BIT_2) ? 1 : 0);
5380 ha->flags.enable_target_reset = ((nv->host_p[1] & BIT_3) ? 1 : 0);
7941 nv->host_p = cpu_to_le32(BIT_11|BIT_10);
7955 nv->host_p &= cpu_to_le32(~BIT_10);
7989 if (nv->host_p & cpu_to_le32(BIT_15)) {
8009 le32_to_cpu(nv->host_p) & BIT_10 ? 1 : 0;
8011 le32_to_cpu(nv->host_p) & BIT_11 ? 1 : 0;
8013 ha->flags.disable_serdes = le32_to_cpu(nv->host_p) & BIT_5 ? 1 : 0;
9137 nv->host_p = cpu_to_le32(BIT_11|BIT_10);
9201 if (nv->host_p & cpu_to_le32(BIT_15)) {
9225 le32_to_cpu(nv->host_p) & BIT_10 ? 1 : 0;
9227 le32_to_cpu(nv->host_p) & BIT_11 ? 1 : 0;
9229 ha->flags.disable_serdes = le32_to_cpu(nv->host_p) & BIT_5 ? 1 : 0;