Searched refs:buf_stat (Results 1 – 3 of 3) sorted by relevance
127 u32 buf_stat; member293 u32 data_rd_pos, buf_stat, mask, ts_stat_tx; in ines_find_txts() local304 buf_stat = ines_read32(port->clock, buf_stat); in ines_find_txts()305 if (!(buf_stat & mask)) { in ines_find_txts()507 u32 data_rd_pos, buf_stat, mask, ts_stat_rx; in ines_rxfifo_read() local518 buf_stat = ines_read32(port->clock, buf_stat); in ines_rxfifo_read()519 if (!(buf_stat & mask)) in ines_rxfifo_read()
240 struct stat buf_stat; in GetDirtySize() local242 if (stat(vnode->filePath, &buf_stat) != OK) { in GetDirtySize()247 fileSize = buf_stat.st_size; in GetDirtySize()
1039 u32 buf_stat; /* Variable for reading the transmit buffer status. */ in pch_can_suspend() local1053 buf_stat = pch_can_get_buffer_status(priv); in pch_can_suspend()1054 if (!buf_stat) in pch_can_suspend()