Lines Matching refs:host_p
4785 nv->host_p[1] = BIT_2;
4854 if (nv->host_p[1] & BIT_7) {
4877 if (nv->host_p[0] & BIT_7)
4879 ha->flags.disable_risc_code_load = ((nv->host_p[0] & BIT_4) ? 1 : 0);
4883 ha->flags.enable_lip_reset = ((nv->host_p[1] & BIT_1) ? 1 : 0);
4884 ha->flags.enable_lip_full_login = ((nv->host_p[1] & BIT_2) ? 1 : 0);
4885 ha->flags.enable_target_reset = ((nv->host_p[1] & BIT_3) ? 1 : 0);
7455 nv->host_p = cpu_to_le32(BIT_11|BIT_10);
7469 nv->host_p &= cpu_to_le32(~BIT_10);
7503 if (nv->host_p & cpu_to_le32(BIT_15)) {
7523 le32_to_cpu(nv->host_p) & BIT_10 ? 1 : 0;
7525 le32_to_cpu(nv->host_p) & BIT_11 ? 1 : 0;
7527 ha->flags.disable_serdes = le32_to_cpu(nv->host_p) & BIT_5 ? 1 : 0;
8651 nv->host_p = cpu_to_le32(BIT_11|BIT_10);
8715 if (nv->host_p & cpu_to_le32(BIT_15)) {
8739 le32_to_cpu(nv->host_p) & BIT_10 ? 1 : 0;
8741 le32_to_cpu(nv->host_p) & BIT_11 ? 1 : 0;
8743 ha->flags.disable_serdes = le32_to_cpu(nv->host_p) & BIT_5 ? 1 : 0;