Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hwtracing/coresight/
Dcoresight-etb10.c88 u32 buffer_depth; member
116 depth = drvdata->buffer_depth; in etb_enable_hw()
218 depth = drvdata->buffer_depth; in etb_dump_hw()
305 depth = drvdata->buffer_depth; in etb_read()
457 drvdata->buffer_depth = etb_get_buffer_depth(drvdata); in etb_probe()
460 if (drvdata->buffer_depth < 0) in etb_probe()
464 drvdata->buffer_depth * 4, GFP_KERNEL); in etb_probe()
/linux-4.1.27/drivers/misc/mei/
Dhw-me.c518 unsigned char buffer_depth, filled_slots; in mei_me_count_full_read_slots() local
521 buffer_depth = (unsigned char)((me_csr & ME_CBD_HRA) >> 24); in mei_me_count_full_read_slots()
527 if (filled_slots > buffer_depth) in mei_me_count_full_read_slots()