search for: regoffset

Displaying 11 results from an estimated 11 matches for "regoffset".

Did you mean: reg_offset
2009 Jun 10
0
[PATCH] Use nanosleep instead of usleep when waiting the hardware.
..._CIO_CRE_PIXEL_INDEX, @@ -258,7 +258,7 @@ nv_nv17_load_detect(ScrnInfoPtr pScrn, struct nouveau_encoder *nv_encoder) nvWriteMC(pNv, NV_PBUS_POWERCTRL_4, saved_powerctrl_4 & 0xffffffcf); } - usleep(4000); + nouveau_usleep(4000); saved_routput = NVReadRAMDAC(pNv, 0, NV_PRAMDAC_DACCLK + regoffset); head = (saved_routput & 0x100) >> 8; @@ -269,7 +269,7 @@ nv_nv17_load_detect(ScrnInfoPtr pScrn, struct nouveau_encoder *nv_encoder) /* nv driver and nv31 use 0xfffffeee, nv34 and 6600 use 0xfffffece */ NVWriteRAMDAC(pNv, 0, NV_PRAMDAC_DACCLK + regoffset, (saved_routput &a...
2009 Aug 13
9
[PATCHv2 01/10] drm/nouveau: Fix a lock up at NVSetOwner with nv11.
It seems it was only locking up in the context of nouveau_hw_save_vga_fonts, when it actually did something (because the console wasn't already in graphics mode). Signed-off-by: Francisco Jerez <currojerez at riseup.net> --- drivers/gpu/drm/nouveau/nouveau_hw.c | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_hw.c
2009 Aug 12
14
[PATCH 00/12] TV-out modesetting kernel patches.
This patch series adds TV-out modesetting support to the KMS implementation. I've tried to test it on all the hardware I've got at hand (that is nv11, nv17, nv34, nv35, nv40, nv4b) with every possible output combination; I believe it has reached a mergeable state, however it depends on some commits from drm-next that haven't got into Linus' tree yet, if you agree to merge this
2012 Oct 12
2
[LLVMdev] [Proposal] Annotated assembly output
...ts should accept and ignore any tag names or tag modifiers they do not understand, allowing the annotations to grow in richness without breaking older clients. For example, a possible annotation of an ARM load of a stack-relative location might be annotated as: ldr <reg gpr:r0>, <mem regoffset:[<reg gpr:sp>, <imm:#4>]> 1: For assembly dialects in which '<' and/or '>' are legal tokens, a literal token is escaped by following immediately with a repeat of the character. For example, a literal '<' character is output as '<<' in...
2012 Oct 12
0
[LLVMdev] [Proposal] Annotated assembly output
...nd ignore any tag names or tag modifiers they do not understand, allowing the annotations to grow in richness without breaking older clients. > > For example, a possible annotation of an ARM load of a stack-relative location might be annotated as: > > ldr <reg gpr:r0>, <mem regoffset:[<reg gpr:sp>, <imm:#4>]> > > > 1: For assembly dialects in which '<' and/or '>' are legal tokens, a literal token is escaped by following immediately with a repeat of the character. For example, a literal '<' character is output as '&lt...
2004 Oct 05
1
Brazillian Caller ID: almost there...
Hello, Talking with Soren Sratje about Caller ID in Brazil, we compare ours DTMF tones captured by ztmonitor. wcfxo correctly recognize the "DTMF CLIP" and asterisk shot the AST_STATE_PRERING correctly. But the DTMF tones are not reconized. In the chan_zap.c, the code: if (f->frametype == AST_FRAME_DTMF) { (...) Does not occurs because the frametype is always reconized as voice
2012 Oct 12
2
[LLVMdev] [Proposal] Annotated assembly output
...names or tag modifiers they do not understand, allowing the annotations to grow in richness without breaking older clients. >> >> For example, a possible annotation of an ARM load of a stack-relative location might be annotated as: >> >> ldr <reg gpr:r0>, <mem regoffset:[<reg gpr:sp>, <imm:#4>]> >> >> >> 1: For assembly dialects in which '<' and/or '>' are legal tokens, a literal token is escaped by following immediately with a repeat of the character. For example, a literal '<' character is outp...
2012 Oct 12
3
[LLVMdev] [Proposal] Annotated assembly output
...not understand, allowing the annotations to grow in richness without breaking older clients. >>>> >>>> For example, a possible annotation of an ARM load of a stack-relative location might be annotated as: >>>> >>>> ldr <reg gpr:r0>, <mem regoffset:[<reg gpr:sp>, <imm:#4>]> >>>> >>>> >>>> 1: For assembly dialects in which '<' and/or '>' are legal tokens, a literal token is escaped by following immediately with a repeat of the character. For example, a literal '&lt...
2012 Oct 12
0
[LLVMdev] [Proposal] Annotated assembly output
...modifiers they do not understand, allowing the annotations to grow in richness without breaking older clients. >>> >>> For example, a possible annotation of an ARM load of a stack-relative location might be annotated as: >>> >>> ldr <reg gpr:r0>, <mem regoffset:[<reg gpr:sp>, <imm:#4>]> >>> >>> >>> 1: For assembly dialects in which '<' and/or '>' are legal tokens, a literal token is escaped by following immediately with a repeat of the character. For example, a literal '<' charact...
2012 Oct 13
0
[LLVMdev] [Proposal] Annotated assembly output
...d, allowing the annotations to grow in richness without breaking older clients. >>>>> >>>>> For example, a possible annotation of an ARM load of a stack-relative location might be annotated as: >>>>> >>>>> ldr <reg gpr:r0>, <mem regoffset:[<reg gpr:sp>, <imm:#4>]> >>>>> >>>>> >>>>> 1: For assembly dialects in which '<' and/or '>' are legal tokens, a literal token is escaped by following immediately with a repeat of the character. For example, a litera...
2012 Oct 14
1
[LLVMdev] [Proposal] Annotated assembly output
...annotations to grow in richness without breaking older clients. >>>>>> >>>>>> For example, a possible annotation of an ARM load of a stack-relative location might be annotated as: >>>>>> >>>>>> ldr<reg gpr:r0>,<mem regoffset:[<reg gpr:sp>,<imm:#4>]> >>>>>> >>>>>> >>>>>> 1: For assembly dialects in which '<' and/or'>' are legal tokens, a literal token is escaped by following immediately with a repeat of the character. For example...