Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/atheros/atl1e/
Datl1e_hw.c84 twsi_ctrl_data |= TWSI_CTRL_SW_LDSTART; in atl1e_get_permanent_address()
89 if ((twsi_ctrl_data & TWSI_CTRL_SW_LDSTART) == 0) in atl1e_get_permanent_address()
Datl1e_hw.h130 #define TWSI_CTRL_SW_LDSTART 0x800 macro
/Linux-v4.19/drivers/net/ethernet/atheros/atlx/
Datlx.h111 #define TWSI_CTRL_SW_LDSTART 0x800 macro
/Linux-v4.19/drivers/net/ethernet/atheros/atl1c/
Datl1c_hw.c120 twsi_ctrl_data |= TWSI_CTRL_SW_LDSTART; in atl1c_get_permanent_address()
125 if ((twsi_ctrl_data & TWSI_CTRL_SW_LDSTART) == 0) in atl1c_get_permanent_address()
Datl1c_hw.h110 #define TWSI_CTRL_SW_LDSTART BIT(11) macro