Lines Matching refs:irh
592 struct octeon_instr_irh *irh; in octeon_prepare_soft_command() local
624 irh = (struct octeon_instr_irh *)&sc->cmd.cmd3.irh; in octeon_prepare_soft_command()
625 irh->opcode = opcode; in octeon_prepare_soft_command()
626 irh->subcode = subcode; in octeon_prepare_soft_command()
629 irh->ossp = irh_ossp; in octeon_prepare_soft_command()
638 irh->rflag = 1; in octeon_prepare_soft_command()
643 irh->rflag = 0; in octeon_prepare_soft_command()
661 irh = (struct octeon_instr_irh *)&sc->cmd.cmd2.irh; in octeon_prepare_soft_command()
662 irh->opcode = opcode; in octeon_prepare_soft_command()
663 irh->subcode = subcode; in octeon_prepare_soft_command()
666 irh->ossp = irh_ossp; in octeon_prepare_soft_command()
675 irh->rflag = 1; in octeon_prepare_soft_command()
679 irh->rflag = 0; in octeon_prepare_soft_command()
692 struct octeon_instr_irh *irh; in octeon_send_soft_command() local
709 irh = (struct octeon_instr_irh *)&sc->cmd.cmd3.irh; in octeon_send_soft_command()
710 if (irh->rflag) { in octeon_send_soft_command()
723 irh = (struct octeon_instr_irh *)&sc->cmd.cmd2.irh; in octeon_send_soft_command()
724 if (irh->rflag) { in octeon_send_soft_command()