Searched refs:ct_stat_read_1 (Results 1 – 2 of 2) sorted by relevance
200 (void) ct_stat_read_1(chp); in cthw_chip_reset()237 aux = ct_stat_read_1(chp); in cthw_chip_reset()279 (void) ct_stat_read_1(chp); in cthw_chip_reset()333 if ((ct_stat_read_1(chp) & STR_BSY) != 0) in ctprobesubr()362 if ((ct_stat_read_1(chp) & (STR_BSY | STR_CIP)) != 0) in cthw_attention()367 if ((ct_stat_read_1(chp) & STR_LCI) == 0) in cthw_attention()492 if ((ct_stat_read_1(chp) & (STR_BSY | STR_INT | STR_CIP)) != 0) in ct_start_selection()511 if ((ct_stat_read_1(chp) & (STR_BSY | STR_INT | STR_CIP)) == 0) in ct_start_selection()518 if ((ct_stat_read_1(chp) & STR_LCI) == 0) in ct_start_selection()600 aux = ct_stat_read_1(chp); in ct_xfer()[all …]
75 static __inline u_int8_t ct_stat_read_193 ct_stat_read_1(struct ct_bus_access_handle *chp) in ct_stat_read_1() function