Searched refs:dre (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/scripts/ |
| D | checkstack.pl | 40 my (@stack, $re, $dre, $sub, $x, $xs, $funcre, $min_stack); 60 $dre = qr/^.*sub.*sp, sp, #(0x$x{1,8})/o; 70 $dre = qr/^.*[as][du][db] (%.*),\%(e|r)sp$/o; 184 elsif (defined $dre && $line =~ m/$dre/) {
|
| /Linux-v5.10/Documentation/devicetree/bindings/dma/xilinx/ |
| D | xilinx_dma.txt | 71 - xlnx,include-dre: Tells hardware is configured for Data
|
| /Linux-v5.10/sound/soc/codecs/ |
| D | wm5110.c | 410 unsigned int ena, dre; in wm5110_put_dre() local 425 ret = regmap_read(arizona->regmap, ARIZONA_DRE_ENABLE, &dre); in wm5110_put_dre() 431 lold = dre & (1 << mc->shift); in wm5110_put_dre() 432 rold = dre & (1 << mc->rshift); in wm5110_put_dre()
|