Lines Matching refs:mod_chunk
34 struct resource* mod_chunk, int no_alloc, __s16 level) in make_magnitude_modifier() argument
40 if (allocate_resource(&(iforce->device_memory), mod_chunk, 2, in make_magnitude_modifier()
49 data[0] = LO(mod_chunk->start); in make_magnitude_modifier()
50 data[1] = HI(mod_chunk->start); in make_magnitude_modifier()
64 struct resource* mod_chunk, int no_alloc, in make_period_modifier() argument
73 if (allocate_resource(&(iforce->device_memory), mod_chunk, 0x0c, in make_period_modifier()
82 data[0] = LO(mod_chunk->start); in make_period_modifier()
83 data[1] = HI(mod_chunk->start); in make_period_modifier()
102 struct resource* mod_chunk, int no_alloc, in make_envelope_modifier() argument
113 if (allocate_resource(&(iforce->device_memory), mod_chunk, 0x0e, in make_envelope_modifier()
122 data[0] = LO(mod_chunk->start); in make_envelope_modifier()
123 data[1] = HI(mod_chunk->start); in make_envelope_modifier()
143 struct resource* mod_chunk, int no_alloc, in make_condition_modifier() argument
150 if (allocate_resource(&(iforce->device_memory), mod_chunk, 8, in make_condition_modifier()
159 data[0] = LO(mod_chunk->start); in make_condition_modifier()
160 data[1] = HI(mod_chunk->start); in make_condition_modifier()