Home
last modified time | relevance | path

Searched refs:ST_REG_IN_PROGRESS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/misc/ti-st/
H A Dst_core.c549 if (test_bit(ST_REG_IN_PROGRESS, &st_gdata->st_state)) { in st_register()
562 set_bit(ST_REG_IN_PROGRESS, &st_gdata->st_state); in st_register()
577 clear_bit(ST_REG_IN_PROGRESS, &st_gdata->st_state); in st_register()
591 clear_bit(ST_REG_IN_PROGRESS, &st_gdata->st_state); in st_register()
/openbmc/linux/include/linux/
H A Dti_wilink_st.h89 #define ST_REG_IN_PROGRESS 2 macro