Searched refs:TWSI_CTRL_SW_LDSTART (Results 1 – 5 of 5) sorted by relevance
71 twsi_ctrl_data |= TWSI_CTRL_SW_LDSTART; in atl1e_get_permanent_address()76 if ((twsi_ctrl_data & TWSI_CTRL_SW_LDSTART) == 0) in atl1e_get_permanent_address()
117 #define TWSI_CTRL_SW_LDSTART 0x800 macro
98 #define TWSI_CTRL_SW_LDSTART 0x800 macro
107 twsi_ctrl_data |= TWSI_CTRL_SW_LDSTART; in atl1c_get_permanent_address()112 if ((twsi_ctrl_data & TWSI_CTRL_SW_LDSTART) == 0) in atl1c_get_permanent_address()
97 #define TWSI_CTRL_SW_LDSTART BIT(11) macro