Searched refs:buffer_depth (Results 1 – 2 of 2) sorted by relevance
89 u32 buffer_depth; member114 depth = drvdata->buffer_depth; in etb_enable_hw()213 depth = drvdata->buffer_depth; in etb_dump_hw()300 depth = drvdata->buffer_depth; in etb_read()449 drvdata->buffer_depth = etb_get_buffer_depth(drvdata); in etb_probe()452 if (drvdata->buffer_depth & 0x80000000) in etb_probe()456 drvdata->buffer_depth * 4, GFP_KERNEL); in etb_probe()459 drvdata->buffer_depth * 4); in etb_probe()
509 unsigned char buffer_depth, filled_slots; in mei_me_count_full_read_slots() local512 buffer_depth = (unsigned char)((me_csr & ME_CBD_HRA) >> 24); in mei_me_count_full_read_slots()518 if (filled_slots > buffer_depth) in mei_me_count_full_read_slots()