Home
last modified time | relevance | path

Searched refs:activ_opcode (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/atm/
Dfore200e.c1435 struct activate_opcode activ_opcode; in fore200e_activate_vcin() local
1446 activ_opcode.opcode = OPCODE_ACTIVATE_VCIN; in fore200e_activate_vcin()
1447 activ_opcode.aal = aal; in fore200e_activate_vcin()
1448 activ_opcode.scheme = FORE200E_VCC(vcc)->scheme; in fore200e_activate_vcin()
1449 activ_opcode.pad = 0; in fore200e_activate_vcin()
1469 fore200e->bus->write(*(u32*)&activ_opcode, (u32*)&entry->cp_entry->cmd.activate_block.opcode); in fore200e_activate_vcin()