Lines Matching refs:ulong
85 static ulong get_mac_reg(int reg) in get_mac_reg()
87 ulong reg_val = 0xffffffff; in get_mac_reg()
108 static ulong eeprom_enable_access(void) in eeprom_enable_access()
110 ulong gpio; in eeprom_enable_access()
120 static void eeprom_disable_access(ulong gpio) in eeprom_disable_access()
138 ulong timeout = 100000; in eeprom_read_location()
139 ulong temp = 0; in eeprom_read_location()
148 ((ulong) address))); in eeprom_read_location()
167 ulong timeout = 100000; in eeprom_enable_erase_and_write()
190 ulong timeout = 100000; in eeprom_disable_erase_and_write()
213 ulong timeout = 100000; in eeprom_write_location()
222 smc911x_reg_write(E2P_DATA, ((ulong) data)); in eeprom_write_location()
225 ((ulong) address))); in eeprom_write_location()
242 ulong timeout = 100000; in eeprom_erase_all()
266 ulong timeout = 100000; in eeprom_reload()
286 static int eeprom_save_mac_address(ulong dwHi16, ulong dwLo32) in eeprom_save_mac_address()
322 ulong gpio_old_val; in do_eeprom_dump()
349 ulong hi16, lo32; in do_eeprom_save_mac()
351 ulong gpio; in do_eeprom_save_mac()
373 ulong mac_hi16, mac_lo32; in do_eeprom_save_mac()