Home
last modified time | relevance | path

Searched refs:script (Results 1 – 25 of 31) sorted by relevance

12

/drivers/scsi/
D53c700.h218 __u32 *script; /* pointer to script location */ member
425 #define script_patch_32(h, script, symbol, value) \ argument
430 __u32 val = bS_to_cpu((script)[A_##symbol##_used[i]]) + da; \
431 (script)[A_##symbol##_used[i]] = bS_to_host(val); \
432 dma_sync_to_dev((h), &(script)[A_##symbol##_used[i]], 4); \
438 #define script_patch_32_abs(h, script, symbol, value) \ argument
443 (script)[A_##symbol##_used[i]] = bS_to_host(da); \
444 dma_sync_to_dev((h), &(script)[A_##symbol##_used[i]], 4); \
451 #define script_patch_ID(h, script, symbol, value) \ argument
455 __u32 val = bS_to_cpu((script)[A_##symbol##_used[i]]); \
[all …]
D53c700.c273 return h->pScript + ((uintptr_t)p - (uintptr_t)h->script); in virt_to_dma()
298 __u32 *script; in NCR_700_detect() local
317 script = (__u32 *)memory; in NCR_700_detect()
360 script[j] = bS_to_host(SCRIPT[j]); in NCR_700_detect()
364 script[LABELPATCHES[j]] = bS_to_host(pScript + SCRIPT[LABELPATCHES[j]]); in NCR_700_detect()
366 script_patch_32(hostdata, script, MessageLocation, in NCR_700_detect()
368 script_patch_32(hostdata, script, StatusAddress, in NCR_700_detect()
370 script_patch_32(hostdata, script, ReceiveMsgAddress, in NCR_700_detect()
373 hostdata->script = script; in NCR_700_detect()
424 hostdata->script, hostdata->pScript, in NCR_700_release()
[all …]
D53c700.scr22 ; This script is designed to be modified for the particular command in
34 ; SG components is preceded by a script fragment which moves the
36 ; SG segment jumps back to . However, this address is the first SG script
68 ; Combinations, since the script assembler can't process |
119 ; SCSI Messages we interpret in the script
136 ; This is where the script begins
D53c700_d.h_shipped25 ; This script is designed to be modified for the particular command in
37 ; SG components is preceded by a script fragment which moves the
39 ; SG segment jumps back to . However, this address is the first SG script
71 ; Combinations, since the script assembler can't process |
122 ; SCSI Messages we interpret in the script
139 ; This is where the script begins
Dncr53c8xx.c1120 struct script;
1657 struct script *script0; /* Copies of script and scripth */
1746 #define NCB_SCRIPT_PHYS(np,lbl) (np->p_script + offsetof (struct script, lbl))
1791 struct script { struct
1927 static void ncr_script_fill (struct script * scr, struct scripth * scripth);
1978 #define PADDR(label) (RELOC_LABEL | offsetof(struct script, label))
1984 static struct script script0 __initdata = {
3340 SCR_COPY (sizeof (struct script)),
3405 void __init ncr_script_fill (struct script * scr, struct scripth * scrh) in ncr_script_fill()
4642 m_free_dma(np->script0, sizeof(struct script), "SCRIPT"); in ncr_detach()
[all …]
/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Ddp.c107 info->script[0] = nvbios_rd16(bios, data + 0x06); in nvbios_dpout_parse()
108 info->script[1] = nvbios_rd16(bios, data + 0x08); in nvbios_dpout_parse()
112 info->script[2] = nvbios_rd16(bios, data + 0x0c); in nvbios_dpout_parse()
113 info->script[3] = nvbios_rd16(bios, data + 0x0e); in nvbios_dpout_parse()
116 info->script[4] = nvbios_rd16(bios, data + 0x10); in nvbios_dpout_parse()
122 info->script[0] = nvbios_rd16(bios, data + 0x05); in nvbios_dpout_parse()
123 info->script[1] = nvbios_rd16(bios, data + 0x07); in nvbios_dpout_parse()
125 info->script[2] = nvbios_rd16(bios, data + 0x0b); in nvbios_dpout_parse()
126 info->script[3] = nvbios_rd16(bios, data + 0x0d); in nvbios_dpout_parse()
127 info->script[4] = nvbios_rd16(bios, data + 0x0f); in nvbios_dpout_parse()
Ddisp.c105 info->script[0] = nvbios_rd16(bios, data + 0x06); in nvbios_outp_parse()
106 info->script[1] = nvbios_rd16(bios, data + 0x08); in nvbios_outp_parse()
107 info->script[2] = 0x0000; in nvbios_outp_parse()
109 info->script[2] = nvbios_rd16(bios, data + 0x0a); in nvbios_outp_parse()
Dperf.c137 info->script = nvbios_rd16(bios, perf + 0x02); in nvbios_perfEp()
/drivers/media/usb/dvb-usb/
Daf9005-fe.c961 scriptlen = sizeof(script) / sizeof(RegDesc); in af9005_fe_init()
964 af9005_write_register_bits(state->d, script[i].reg, in af9005_fe_init()
965 script[i].pos, in af9005_fe_init()
966 script[i].len, script[i].val))) in af9005_fe_init()
969 if (script[i].reg == 0xae18) in af9005_fe_init()
970 temp2 = script[i].val; in af9005_fe_init()
971 if (script[i].reg == 0xae19) in af9005_fe_init()
972 temp1 = script[i].val; in af9005_fe_init()
973 if (script[i].reg == 0xae1a) in af9005_fe_init()
974 temp0 = script[i].val; in af9005_fe_init()
[all …]
Daf9005-script.h18 static RegDesc script[] = { variable
/drivers/mfd/
Dtwl4030-power.c219 static int twl4030_write_script(u8 address, struct twl4030_ins *script, in twl4030_write_script() argument
224 for (; len; len--, address++, script++) { in twl4030_write_script()
227 script->pmb_message, in twl4030_write_script()
228 script->delay, in twl4030_write_script()
234 script->pmb_message, in twl4030_write_script()
235 script->delay, in twl4030_write_script()
477 err = twl4030_write_script(address, tscript->script, tscript->size); in load_twl4030_script()
710 .script = omap3_wrst_seq,
740 .script = omap3_idle_sleep_on_seq,
751 .script = omap3_idle_wakeup_p12_seq,
[all …]
/drivers/net/wireless/intel/iwlegacy/
DKconfig28 look in the hotplug script /etc/hotplug/firmware.agent to
29 determine which directory FIRMWARE_DIR is set to when the script
55 look in the hotplug script /etc/hotplug/firmware.agent to
56 determine which directory FIRMWARE_DIR is set to when the script
/drivers/gpu/drm/nouveau/
Dnouveau_bios.c107 …cturer_script(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script script) in call_lvds_manufacturer_script() argument
111 …uint8_t sub = bios->data[bios->fp.xlated_entry + script] + (bios->fp.link_c_increment && dcbent->o… in call_lvds_manufacturer_script()
122 if (script == LVDS_PANEL_OFF) { in call_lvds_manufacturer_script()
128 if (script == LVDS_RESET && in call_lvds_manufacturer_script()
137 …le(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script script, int pxclk) in run_lvds_table() argument
159 switch (script) { in run_lvds_table()
210 …pt(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script script, int pxclk) in call_lvds_script() argument
225 if (bios->fp.last_script_invoc == (script << 1 | head) || !lvds_ver || in call_lvds_script()
226 (lvds_ver >= 0x30 && script == LVDS_INIT)) in call_lvds_script()
234 if (script == LVDS_PANEL_ON && bios->fp.reset_after_pclk_change) in call_lvds_script()
[all …]
/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Ddp.c301 if (AMPERE_IED_HACK(disp) && (lnkcmp = lt.outp->dp.info.script[0])) { in nvkm_dp_train_links()
402 nvbios_init(&outp->disp->engine.subdev, outp->dp.info.script[1], in nvkm_dp_train_fini()
414 nvbios_init(&outp->disp->engine.subdev, outp->dp.info.script[2], in nvkm_dp_train_init()
420 nvbios_init(&outp->disp->engine.subdev, outp->dp.info.script[3], in nvkm_dp_train_init()
429 nvbios_init(&outp->disp->engine.subdev, outp->dp.info.script[0], in nvkm_dp_train_init()
527 nvbios_init(&ior->disp->engine.subdev, outp->dp.info.script[4], in nvkm_dp_disable()
Drootnv50.c199 args->v0.version, args->v0.script); in nv50_disp_root_mthd_()
200 disp->sor.lvdsconf = args->v0.script; in nv50_disp_root_mthd_()
/drivers/net/xen-netback/
Dxenbus.c1009 const char *script; in netback_probe() local
1133 script = xenbus_read(XBT_NIL, dev->nodename, "script", NULL); in netback_probe()
1134 if (IS_ERR(script)) { in netback_probe()
1135 err = PTR_ERR(script); in netback_probe()
1140 be->hotplug_script = script; in netback_probe()
/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Ddp.h12 u32 script[5]; member
Dperf.h16 u32 script; member
Ddisp.h18 u16 script[3]; member
/drivers/gpu/drm/nouveau/include/nvif/
Dcl5070.h74 __u16 script; member
/drivers/gpu/drm/i915/gt/shaders/
DREADME25 "-Ddri-drivers=i965", and run this script from IGT source root directory"
/drivers/net/wireless/intel/iwlwifi/
DKconfig38 look in the hotplug script /etc/hotplug/firmware.agent to
39 determine which directory FIRMWARE_DIR is set to when the script
/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dnv50.c140 nvbios_init(subdev, info.script[0], in nv50_devinit_init()
/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Dmemx.fuc365 // $r12 - head of script
366 // $r11 - tail of script
/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c1773 lvds.lvds.script |= 0x0100; in nv50_sor_atomic_enable()
1775 lvds.lvds.script |= 0x0200; in nv50_sor_atomic_enable()
1779 lvds.lvds.script |= 0x0100; in nv50_sor_atomic_enable()
1782 lvds.lvds.script |= 0x0100; in nv50_sor_atomic_enable()
1785 if (lvds.lvds.script & 0x0100) { in nv50_sor_atomic_enable()
1787 lvds.lvds.script |= 0x0200; in nv50_sor_atomic_enable()
1790 lvds.lvds.script |= 0x0200; in nv50_sor_atomic_enable()
1794 lvds.lvds.script |= 0x0200; in nv50_sor_atomic_enable()

12