Searched refs:ADV_TRANS_GOAL (Results 1 – 3 of 3) sorted by relevance
368 ADV_TRANS_GOAL|ADV_TRANS_CUR); in advasync()1035 ADV_TRANS_GOAL|ADV_TRANS_ACTIVE); in adv_isr_chip_halted()1151 if ((type & ADV_TRANS_GOAL) != 0) { in adv_set_syncrate()1491 ADV_TRANS_GOAL|ADV_TRANS_CUR); in adv_init_microcode_var()1916 ADV_TRANS_GOAL|ADV_TRANS_ACTIVE); in adv_handle_extmsg_in()
302 update_type |= ADV_TRANS_GOAL; in adv_action()314 if ((update_type & ADV_TRANS_GOAL) != 0) { in adv_action()
482 #define ADV_TRANS_GOAL 0x04 /* Modify negotiation goal */ macro