Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dns87308.h79 #define STATUS 0x05 macro
H A Dradeon.h33 #define STATUS 0x0F06 macro
/rk3399_rockchip-uboot/board/renesas/sh7752evb/
H A Dlowlevel_init.S33 write16 PTCR_A, PTCR_D ! STATUS
36 write16 PSEL5_A, PSEL5_D ! STATUS
/rk3399_rockchip-uboot/drivers/net/
H A De1000.c1137 if (E1000_READ_REG(hw, STATUS) & E1000_STATUS_FUNC_1) in e1000_is_second_port()
1447 reg = E1000_READ_REG(hw, STATUS); in e1000_reset_hw()
1646 reg_data = E1000_READ_REG(hw, STATUS); in e1000_init_hw()
1648 E1000_WRITE_REG(hw, STATUS, reg_data); in e1000_init_hw()
2091 status = E1000_READ_REG(hw, STATUS); in e1000_setup_fiber_link()
3667 status = E1000_READ_REG(hw, STATUS); in e1000_check_for_link()
3911 status = E1000_READ_REG(hw, STATUS); in e1000_get_speed_and_duplex()
4820 status = E1000_READ_REG(hw, STATUS); in e1000_set_media_type()
4896 uint32_t status = E1000_READ_REG(hw, STATUS); in e1000_sw_init()
5269 status = E1000_READ_REG(hw, STATUS); in e1000_get_bus_type()
H A De1000.h60 do { E1000_READ_REG(a, STATUS); } while (0)