Lines Matching refs:irh
596 struct octeon_instr_irh *irh; in octeon_prepare_soft_command() local
628 irh = (struct octeon_instr_irh *)&sc->cmd.cmd3.irh; in octeon_prepare_soft_command()
629 irh->opcode = opcode; in octeon_prepare_soft_command()
630 irh->subcode = subcode; in octeon_prepare_soft_command()
633 irh->ossp = irh_ossp; in octeon_prepare_soft_command()
642 irh->rflag = 1; in octeon_prepare_soft_command()
647 irh->rflag = 0; in octeon_prepare_soft_command()
665 irh = (struct octeon_instr_irh *)&sc->cmd.cmd2.irh; in octeon_prepare_soft_command()
666 irh->opcode = opcode; in octeon_prepare_soft_command()
667 irh->subcode = subcode; in octeon_prepare_soft_command()
670 irh->ossp = irh_ossp; in octeon_prepare_soft_command()
679 irh->rflag = 1; in octeon_prepare_soft_command()
683 irh->rflag = 0; in octeon_prepare_soft_command()
696 struct octeon_instr_irh *irh; in octeon_send_soft_command() local
713 irh = (struct octeon_instr_irh *)&sc->cmd.cmd3.irh; in octeon_send_soft_command()
714 if (irh->rflag) { in octeon_send_soft_command()
727 irh = (struct octeon_instr_irh *)&sc->cmd.cmd2.irh; in octeon_send_soft_command()
728 if (irh->rflag) { in octeon_send_soft_command()