Lines Matching refs:opcode
609 struct prom_opcode opcode; in fore200e_pca_prom_read() local
615 opcode.opcode = OPCODE_GET_PROM; in fore200e_pca_prom_read()
616 opcode.pad = 0; in fore200e_pca_prom_read()
624 fore200e->bus->write(*(u32*)&opcode, (u32 __iomem *)&entry->cp_entry->cmd.prom_block.opcode); in fore200e_pca_prom_read()
1331 activ_opcode.opcode = OPCODE_ACTIVATE_VCIN; in fore200e_activate_vcin()
1337 deactiv_opcode.opcode = OPCODE_DEACTIVATE_VCIN; in fore200e_activate_vcin()
1354 …200e->bus->write(*(u32*)&activ_opcode, (u32 __iomem *)&entry->cp_entry->cmd.activate_block.opcode); in fore200e_activate_vcin()
1358 …->bus->write(*(u32*)&deactiv_opcode, (u32 __iomem *)&entry->cp_entry->cmd.deactivate_block.opcode); in fore200e_activate_vcin()
1747 struct stats_opcode opcode; in fore200e_getstats() local
1762 opcode.opcode = OPCODE_GET_STATS; in fore200e_getstats()
1763 opcode.pad = 0; in fore200e_getstats()
1769 fore200e->bus->write(*(u32*)&opcode, (u32 __iomem *)&entry->cp_entry->cmd.stats_block.opcode); in fore200e_getstats()
1816 struct oc3_opcode opcode;
1824 opcode.opcode = OPCODE_GET_OC3;
1825 opcode.reg = 0;
1826 opcode.value = 0;
1827 opcode.mask = 0;
1833 fore200e->bus->write(*(u32*)&opcode, (u32*)&entry->cp_entry->cmd.oc3_block.opcode);
1856 struct oc3_opcode opcode; in fore200e_set_oc3() local
1863 opcode.opcode = OPCODE_SET_OC3; in fore200e_set_oc3()
1864 opcode.reg = reg; in fore200e_set_oc3()
1865 opcode.value = value; in fore200e_set_oc3()
1866 opcode.mask = mask; in fore200e_set_oc3()
1872 fore200e->bus->write(*(u32*)&opcode, (u32 __iomem *)&entry->cp_entry->cmd.oc3_block.opcode); in fore200e_set_oc3()
2419 fore200e->bus->write(OPCODE_INITIALIZE, &cpq->init.opcode); in fore200e_initialize()