Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Daironet4500_card.c687 inline void i365_out (struct i365_socket * s, int offset,int data){ in i365_out() function
695 i365_out(s, 0x5, 0); // clearing ints in awc_i365_card_release()
696 i365_out(s, 0x6, 0x20); // mem 16 bits in awc_i365_card_release()
697 i365_out(s, 0x7, 0); // clear IO in awc_i365_card_release()
698 i365_out(s, 0x3, 0); // gen ctrl reset + mem mode in awc_i365_card_release()
699 i365_out(s, 0x2, 0); // reset power in awc_i365_card_release()
700 i365_out(s, 0x2, i365_in(s, 0x2) & 0x7f ); // cardenable off in awc_i365_card_release()
701 i365_out(s, 0x2, 0); // remove power in awc_i365_card_release()
737 i365_out(s, 0x2, 0x10 ); // power enable in awc_i365_probe_once()
740 i365_out(s, 0x2, 0x10 | 0x01 | 0x04 | 0x80); //power enable in awc_i365_probe_once()
[all …]