Lines Matching refs:mod_chunk
38 struct resource* mod_chunk, int no_alloc, __s16 level) in make_magnitude_modifier() argument
44 if (allocate_resource(&(iforce->device_memory), mod_chunk, 2, in make_magnitude_modifier()
53 data[0] = LO(mod_chunk->start); in make_magnitude_modifier()
54 data[1] = HI(mod_chunk->start); in make_magnitude_modifier()
68 struct resource* mod_chunk, int no_alloc, in make_period_modifier() argument
77 if (allocate_resource(&(iforce->device_memory), mod_chunk, 0x0c, in make_period_modifier()
86 data[0] = LO(mod_chunk->start); in make_period_modifier()
87 data[1] = HI(mod_chunk->start); in make_period_modifier()
106 struct resource* mod_chunk, int no_alloc, in make_envelope_modifier() argument
117 if (allocate_resource(&(iforce->device_memory), mod_chunk, 0x0e, in make_envelope_modifier()
126 data[0] = LO(mod_chunk->start); in make_envelope_modifier()
127 data[1] = HI(mod_chunk->start); in make_envelope_modifier()
147 struct resource* mod_chunk, int no_alloc, in make_condition_modifier() argument
154 if (allocate_resource(&(iforce->device_memory), mod_chunk, 8, in make_condition_modifier()
163 data[0] = LO(mod_chunk->start); in make_condition_modifier()
164 data[1] = HI(mod_chunk->start); in make_condition_modifier()