Lines Matching refs:mod_chunk
19 struct resource* mod_chunk, int no_alloc, __s16 level) in make_magnitude_modifier() argument
25 if (allocate_resource(&(iforce->device_memory), mod_chunk, 2, in make_magnitude_modifier()
34 data[0] = LO(mod_chunk->start); in make_magnitude_modifier()
35 data[1] = HI(mod_chunk->start); in make_magnitude_modifier()
49 struct resource* mod_chunk, int no_alloc, in make_period_modifier() argument
58 if (allocate_resource(&(iforce->device_memory), mod_chunk, 0x0c, in make_period_modifier()
67 data[0] = LO(mod_chunk->start); in make_period_modifier()
68 data[1] = HI(mod_chunk->start); in make_period_modifier()
87 struct resource* mod_chunk, int no_alloc, in make_envelope_modifier() argument
98 if (allocate_resource(&(iforce->device_memory), mod_chunk, 0x0e, in make_envelope_modifier()
107 data[0] = LO(mod_chunk->start); in make_envelope_modifier()
108 data[1] = HI(mod_chunk->start); in make_envelope_modifier()
128 struct resource* mod_chunk, int no_alloc, in make_condition_modifier() argument
135 if (allocate_resource(&(iforce->device_memory), mod_chunk, 8, in make_condition_modifier()
144 data[0] = LO(mod_chunk->start); in make_condition_modifier()
145 data[1] = HI(mod_chunk->start); in make_condition_modifier()