Searched refs:STATUS (Results 1 – 5 of 5) sorted by relevance
/u-boot/drivers/net/ |
A D | e1000.c | 1303 if (E1000_READ_REG(hw, STATUS) & E1000_STATUS_FUNC_1) in e1000_is_second_port() 1663 reg = E1000_READ_REG(hw, STATUS); in e1000_reset_hw() 1862 reg_data = E1000_READ_REG(hw, STATUS); in e1000_init_hw() 1864 E1000_WRITE_REG(hw, STATUS, reg_data); in e1000_init_hw() 2307 status = E1000_READ_REG(hw, STATUS); in e1000_setup_fiber_link() 3883 status = E1000_READ_REG(hw, STATUS); in e1000_check_for_link() 4127 status = E1000_READ_REG(hw, STATUS); in e1000_get_speed_and_duplex() 5036 status = E1000_READ_REG(hw, STATUS); in e1000_set_media_type() 5112 uint32_t status = E1000_READ_REG(hw, STATUS); in e1000_sw_init() 5485 status = E1000_READ_REG(hw, STATUS); in e1000_get_bus_type()
|
A D | e1000.h | 59 do { E1000_READ_REG(a, STATUS); } while (0)
|
/u-boot/doc/board/intel/ |
A D | edison.rst | 85 .......(lots of dots)........XFSTK-STATUS--Reconnecting to device - Attempt #1
|
/u-boot/arch/x86/include/asm/acpi/cros_ec/ |
A D | ec.asl | 344 Store ("EC: BATTERY STATUS", Debug)
|
/u-boot/include/ |
A D | radeon.h | 33 #define STATUS 0x0F06 macro
|
Completed in 35 milliseconds