Searched refs:TLAN_HC_GO (Results 1 – 2 of 2) sorted by relevance
1085 outl(TLAN_HC_GO, dev->base_addr + TLAN_HOST_CMD); in tlan_start_tx()1396 ack |= TLAN_HC_GO; in tlan_handle_tx_eof()1549 ack |= TLAN_HC_GO | TLAN_HC_RT; in tlan_handle_rx_eof()1639 ack |= TLAN_HC_GO; in tlan_handle_tx_eoc()1764 ack |= TLAN_HC_GO | TLAN_HC_RT; in tlan_handle_rx_eoc()2313 outl(TLAN_HC_GO | TLAN_HC_RT, dev->base_addr + TLAN_HOST_CMD); in tlan_finish_reset()
252 #define TLAN_HC_GO 0x80000000 macro