Searched refs:tslock (Results 1 – 1 of 1) sorted by relevance
852 u8 *sync, u8 *tslock, u8 *unlock) in cxd2841er_read_status_t_t2() argument871 *tslock = 0; in cxd2841er_read_status_t_t2()875 *tslock = ((data & 0x20) ? 1 : 0); in cxd2841er_read_status_t_t2()881 static int cxd2841er_read_status_c(struct cxd2841er_priv *priv, u8 *tslock) in cxd2841er_read_status_c() argument891 *tslock = 0; in cxd2841er_read_status_c()894 *tslock = ((data & 0x20) ? 1 : 0); in cxd2841er_read_status_c()904 u8 tslock = 0; in cxd2841er_read_status_tc() local912 priv, &sync, &tslock, &unlock); in cxd2841er_read_status_tc()922 if (tslock) in cxd2841er_read_status_tc()925 ret = cxd2841er_read_status_c(priv, &tslock); in cxd2841er_read_status_tc()[all …]