Searched refs:script (Results 1 - 13 of 13) sorted by relevance

/drivers/scsi/
H A D53c700.h69 /* The following is a script fragment to move the buffer onto the
216 __u32 *script; /* pointer to script location */ member in struct:NCR_700_Host_Parameters
217 __u32 pScript; /* physical mem addr of script */
423 #define script_patch_32(dev, script, symbol, value) \
427 __u32 val = bS_to_cpu((script)[A_##symbol##_used[i]]) + value; \
428 (script)[A_##symbol##_used[i]] = bS_to_host(val); \
429 dma_cache_sync((dev), &(script)[A_##symbol##_used[i]], 4, DMA_TO_DEVICE); \
430 DEBUG((" script, patching %s at %d to 0x%lx\n", \
435 #define script_patch_32_abs(dev, script, symbo
[all...]
H A D53c700.c165 /* This is the script */
292 __u32 *script; local
307 script = (__u32 *)memory;
353 script[j] = bS_to_host(SCRIPT[j]);
357 script[LABELPATCHES[j]] = bS_to_host(pScript + SCRIPT[LABELPATCHES[j]]);
359 script_patch_32(hostdata->dev, script, MessageLocation,
361 script_patch_32(hostdata->dev, script, StatusAddress,
363 script_patch_32(hostdata->dev, script, ReceiveMsgAddress,
366 hostdata->script = script;
[all...]
H A Dncr53c8xx.c988 ** 80 (MAX_SCATTERL) segments are moved from a sub-script
1130 struct script;
1276 ** Jump table used by the script processor to directly jump
1331 ** Declaration of structs: the launch script.
1337 ** This 6 DWORDs mini script makes use of prefetching.
1361 ** These fields are accessible to the script processor.
1369 ** Points to the position in the script responsible for the
1398 u_char scr_st[4]; /* script status */
1404 ** The status bytes are used by the host and the script processor.
1415 ** Inside the script th
1806 struct script { struct
[all...]
/drivers/gpu/drm/nouveau/
H A Dnv50_display.c561 u32 script = 0, or; local
576 script = (mc >> 8) & 0xf;
579 script |= 0x0100;
581 script |= 0x0200;
588 script |= 0x0100;
591 script |= 0x0100;
595 if (script & 0x0100) {
597 script |= 0x0200;
600 script |= 0x0200;
606 script |
770 u32 unk30 = nv_rd32(dev, 0x610030), tmp, pclk, script, mc = 0; local
926 u16 script = disp->irq.script; local
[all...]
H A Dnouveau_dp.c364 u16 script = 0x0000; local
368 if (enable) script = ROM16(entry[12]);
369 else script = ROM16(entry[14]);
372 if (enable) script = ROM16(entry[11]);
373 else script = ROM16(entry[13]);
377 nouveau_bios_run_init_table(dev, script, dp->dcb, dp->crtc);
383 u16 script = 0x0000; local
387 script = ROM16(entry[6]);
390 script = ROM16(entry[5]);
393 nouveau_bios_run_init_table(dev, script, d
399 u16 script = 0x0000; local
[all...]
H A Dnv50_display.h56 u16 script; member in struct:nv50_display::__anon600
H A Dnouveau_bios.c747 * and the DCB table parsed, before the script calling the function is
768 /* note: dcb_entry_idx_from_crtchead needs pre-script set-up */
802 /* note: dcb_entry_idx_from_crtchead needs pre-script set-up */
887 * Execute script following this opcode up to INIT_REPEAT_END
902 * count - 1, as the script block will execute once when we leave this
2742 * offset + 1 (8 bit): script number
2744 * Execute script number "script number", as a subroutine
2752 BIOSLOG(bios, "0x%04X: Calling script %d\n", offset, sub);
2758 BIOSLOG(bios, "0x%04X: End of script
3773 call_lvds_manufacturer_script(struct drm_device *dev, struct dcb_entry *dcbent, int head, enum LVDS_script script) argument
3800 run_lvds_table(struct drm_device *dev, struct dcb_entry *dcbent, int head, enum LVDS_script script, int pxclk) argument
3873 call_lvds_script(struct drm_device *dev, struct dcb_entry *dcbent, int head, enum LVDS_script script, int pxclk) argument
4345 uint16_t script; local
[all...]
H A Dnvd0_display.c1257 u32 script = 0x0000, lane_mask = 0; local
1275 nouveau_bios_run_init_table(dev, script, dcb, crtc);
/drivers/mfd/
H A Dtwl4030-power.c161 static int __devinit twl4030_write_script(u8 address, struct twl4030_ins *script, argument
166 for (; len; len--, address++, script++) {
169 script->pmb_message,
170 script->delay,
176 script->pmb_message,
177 script->delay,
425 /* Make sure the script isn't going beyond last valid address (0x3f) */
431 err = twl4030_write_script(address, tscript->script, tscript->size);
454 "script before wakeup) Leads to boot"\
/drivers/media/dvb/dvb-usb/
H A Daf9005-fe.c25 #include "af9005-script.h"
971 /* load init script */
972 deb_info("load init script\n");
973 scriptlen = sizeof(script) / sizeof(RegDesc);
976 af9005_write_register_bits(state->d, script[i].reg,
977 script[i].pos,
978 script[i].len, script[i].val)))
981 if (script[i].reg == 0xae18)
982 temp2 = script[
[all...]
H A Daf9005-script.h6 python createinit.py > af9005-script.h
17 static RegDesc script[] = { variable
/drivers/tty/serial/8250/
H A DKconfig234 a boot script using the setserial command.
/drivers/hwmon/
H A DKconfig19 sensors-detect script from the lm_sensors package. Read

Completed in 970 milliseconds