Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/renesas/sh7785lcr/
H A Drtl8169_mac.c31 static void EECS(int level) in EECS() function
171 EECS(HIGH); in sh7785lcr_datawrite()
181 EECS(LOW); in sh7785lcr_datawrite()
192 EECS(HIGH); in sh7785lcr_macerase()
200 EECS(LOW); in sh7785lcr_macerase()
225 EECS(HIGH); in sh7785lcr_macdtrd()
236 EECS(LOW); in sh7785lcr_macdtrd()
251 EECS(LOW); in sh7785lcr_eepewen()
254 EECS(HIGH); in sh7785lcr_eepewen()
267 EECS(LOW); in sh7785lcr_eepewen()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sis/
H A Dsis900.h62 EECS = 0x00000008, EECLK = 0x00000004, EEDO = 0x00000002, enumerator
H A Dsis900.c824 sw32(mear, EECS); in read_eeprom()
829 u32 dataval = (read_cmd & (1 << i)) ? EEDI | EECS : EECS; in read_eeprom()
836 sw32(mear, EECS); in read_eeprom()
841 sw32(mear, EECS); in read_eeprom()
843 sw32(mear, EECS | EECLK); in read_eeprom()
H A Dsis190.c242 EECS = 0x00000001, // unused enumerator
/OK3568_Linux_fs/external/xserver/
H A DChangeLog154699 Author: Jeremy Huddleston <jeremy@dhcp-38-248.EECS.Berkeley.EDU>