Home
last modified time | relevance | path

Searched refs:dre (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/scripts/
Dcheckstack.pl37 my (@stack, $re, $dre, $x, $xs, $funcre);
63 $dre = qr/^.*[as][du][db] (%.*),\%(e|r)sp$/o;
157 elsif (defined $dre && $line =~ m/$dre/) {
/linux-4.4.14/Documentation/devicetree/bindings/dma/xilinx/
Dxilinx_dma.txt26 - xlnx,include-dre: Tells whether hardware is configured for Data
Dxilinx_vdma.txt32 - xlnx,include-dre: Tells hardware is configured for Data
/linux-4.4.14/sound/soc/codecs/
Dwm5110.c382 unsigned int ena, dre; in wm5110_put_dre() local
397 ret = regmap_read(arizona->regmap, ARIZONA_DRE_ENABLE, &dre); in wm5110_put_dre()
403 lold = dre & (1 << mc->shift); in wm5110_put_dre()
404 rold = dre & (1 << mc->rshift); in wm5110_put_dre()