Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwtracing/coresight/
Dcoresight-etb10.c89 u32 buffer_depth; member
114 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()
/linux-4.4.14/drivers/misc/mei/
Dhw-me.c509 unsigned char buffer_depth, filled_slots; in mei_me_count_full_read_slots() local
512 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()