Searched refs:dre (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/scripts/ |
D | checkstack.pl | 37 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/ |
D | xilinx_dma.txt | 26 - xlnx,include-dre: Tells whether hardware is configured for Data
|
D | xilinx_vdma.txt | 32 - xlnx,include-dre: Tells hardware is configured for Data
|
/linux-4.4.14/sound/soc/codecs/ |
D | wm5110.c | 382 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()
|