4 * CSR implementation, iso/bus manager implementation.
6 * Copyright (C) 1999 Andreas E. Bombe
7 * 2002 Manfred Weihs <weihs@ict.tuwien.ac.at>
9 * This code is licensed under the GPL. See the file COPYING in the root
10 * directory of the kernel sources for details.
15 * Manfred Weihs <weihs@ict.tuwien.ac.at>
16 * configuration ROM manipulation
20 #include <linux/string.h>
21 #include <linux/module.h>
22 #include <linux/moduleparam.h>
23 #include <linux/param.h>
24 #include <linux/spinlock.h>
27 #include "ieee1394_types.h"
30 #include "highlevel.h"
32 /* Module Parameters */
33 /* this module parameter can be used to disable mapping of the FCP registers */
36 module_param(fcp
, int, 0444);
37 MODULE_PARM_DESC(fcp
, "Map FCP registers (default = 1, disable = 0).");
39 static struct csr1212_keyval
*node_cap
= NULL
;
41 static void add_host(struct hpsb_host
*host
);
42 static void remove_host(struct hpsb_host
*host
);
43 static void host_reset(struct hpsb_host
*host
);
44 static int read_maps(struct hpsb_host
*host
, int nodeid
, quadlet_t
*buffer
,
45 u64 addr
, size_t length
, u16 fl
);
46 static int write_fcp(struct hpsb_host
*host
, int nodeid
, int dest
,
47 quadlet_t
*data
, u64 addr
, size_t length
, u16 flags
);
48 static int read_regs(struct hpsb_host
*host
, int nodeid
, quadlet_t
*buf
,
49 u64 addr
, size_t length
, u16 flags
);
50 static int write_regs(struct hpsb_host
*host
, int nodeid
, int destid
,
51 quadlet_t
*data
, u64 addr
, size_t length
, u16 flags
);
52 static int lock_regs(struct hpsb_host
*host
, int nodeid
, quadlet_t
*store
,
53 u64 addr
, quadlet_t data
, quadlet_t arg
, int extcode
, u16 fl
);
54 static int lock64_regs(struct hpsb_host
*host
, int nodeid
, octlet_t
* store
,
55 u64 addr
, octlet_t data
, octlet_t arg
, int extcode
, u16 fl
);
56 static int read_config_rom(struct hpsb_host
*host
, int nodeid
, quadlet_t
*buffer
,
57 u64 addr
, size_t length
, u16 fl
);
58 static u64
allocate_addr_range(u64 size
, u32 alignment
, void *__host
);
59 static void release_addr_range(u64 addr
, void *__host
);
61 static struct hpsb_highlevel csr_highlevel
= {
62 .name
= "standard registers",
64 .remove_host
= remove_host
,
65 .host_reset
= host_reset
,
68 static struct hpsb_address_ops map_ops
= {
72 static struct hpsb_address_ops fcp_ops
= {
76 static struct hpsb_address_ops reg_ops
= {
80 .lock64
= lock64_regs
,
83 static struct hpsb_address_ops config_rom_ops
= {
84 .read
= read_config_rom
,
87 struct csr1212_bus_ops csr_bus_ops
= {
88 .allocate_addr_range
= allocate_addr_range
,
89 .release_addr
= release_addr_range
,
93 static u16
csr_crc16(unsigned *data
, int length
)
96 int shift
, sum
, next
=0;
98 for (i
= length
; i
; i
--) {
99 for (next
= check
, shift
= 28; shift
>= 0; shift
-= 4 ) {
100 sum
= ((next
>> 12) ^ (be32_to_cpu(*data
) >> shift
)) & 0xf;
101 next
= (next
<< 4) ^ (sum
<< 12) ^ (sum
<< 5) ^ (sum
);
103 check
= next
& 0xffff;
110 static void host_reset(struct hpsb_host
*host
)
112 host
->csr
.state
&= 0x300;
114 host
->csr
.bus_manager_id
= 0x3f;
115 host
->csr
.bandwidth_available
= 4915;
116 host
->csr
.channels_available_hi
= 0xfffffffe; /* pre-alloc ch 31 per 1394a-2000 */
117 host
->csr
.channels_available_lo
= ~0;
118 host
->csr
.broadcast_channel
= 0x80000000 | 31;
121 if (host
->driver
->hw_csr_reg
) {
122 host
->driver
->hw_csr_reg(host
, 2, 0xfffffffe, ~0);
126 host
->csr
.node_ids
= host
->node_id
<< 16;
128 if (!host
->is_root
) {
129 /* clear cmstr bit */
130 host
->csr
.state
&= ~0x100;
133 host
->csr
.topology_map
[1] =
134 cpu_to_be32(be32_to_cpu(host
->csr
.topology_map
[1]) + 1);
135 host
->csr
.topology_map
[2] = cpu_to_be32(host
->node_count
<< 16
136 | host
->selfid_count
);
137 host
->csr
.topology_map
[0] =
138 cpu_to_be32((host
->selfid_count
+ 2) << 16
139 | csr_crc16(host
->csr
.topology_map
+ 1,
140 host
->selfid_count
+ 2));
142 host
->csr
.speed_map
[1] =
143 cpu_to_be32(be32_to_cpu(host
->csr
.speed_map
[1]) + 1);
144 host
->csr
.speed_map
[0] = cpu_to_be32(0x3f1 << 16
145 | csr_crc16(host
->csr
.speed_map
+1,
150 * HI == seconds (bits 0:2)
151 * LO == fraction units of 1/8000 of a second, as per 1394 (bits 19:31)
153 * Convert to units and then to HZ, for comparison to jiffies.
155 * By default this will end up being 800 units, or 100ms (125usec per
158 * NOTE: The spec says 1/8000, but also says we can compute based on 1/8192
159 * like CSR specifies. Should make our math less complex.
161 static inline void calculate_expire(struct csr_control
*csr
)
165 /* Take the seconds, and convert to units */
166 units
= (unsigned long)(csr
->split_timeout_hi
& 0x07) << 13;
168 /* Add in the fractional units */
169 units
+= (unsigned long)(csr
->split_timeout_lo
>> 19);
171 /* Convert to jiffies */
172 csr
->expire
= (unsigned long)(units
* HZ
) >> 13UL;
174 /* Just to keep from rounding low */
177 HPSB_VERBOSE("CSR: setting expire to %lu, HZ=%u", csr
->expire
, HZ
);
181 static void add_host(struct hpsb_host
*host
)
183 struct csr1212_keyval
*root
;
184 quadlet_t bus_info
[CSR_BUS_INFO_SIZE
];
186 hpsb_register_addrspace(&csr_highlevel
, host
, ®_ops
,
188 CSR_REGISTER_BASE
+ CSR_CONFIG_ROM
);
189 hpsb_register_addrspace(&csr_highlevel
, host
, &config_rom_ops
,
190 CSR_REGISTER_BASE
+ CSR_CONFIG_ROM
,
191 CSR_REGISTER_BASE
+ CSR_CONFIG_ROM_END
);
193 hpsb_register_addrspace(&csr_highlevel
, host
, &fcp_ops
,
194 CSR_REGISTER_BASE
+ CSR_FCP_COMMAND
,
195 CSR_REGISTER_BASE
+ CSR_FCP_END
);
197 hpsb_register_addrspace(&csr_highlevel
, host
, &map_ops
,
198 CSR_REGISTER_BASE
+ CSR_TOPOLOGY_MAP
,
199 CSR_REGISTER_BASE
+ CSR_TOPOLOGY_MAP_END
);
200 hpsb_register_addrspace(&csr_highlevel
, host
, &map_ops
,
201 CSR_REGISTER_BASE
+ CSR_SPEED_MAP
,
202 CSR_REGISTER_BASE
+ CSR_SPEED_MAP_END
);
204 spin_lock_init(&host
->csr
.lock
);
207 host
->csr
.node_ids
= 0;
208 host
->csr
.split_timeout_hi
= 0;
209 host
->csr
.split_timeout_lo
= 800 << 19;
210 calculate_expire(&host
->csr
);
211 host
->csr
.cycle_time
= 0;
212 host
->csr
.bus_time
= 0;
213 host
->csr
.bus_manager_id
= 0x3f;
214 host
->csr
.bandwidth_available
= 4915;
215 host
->csr
.channels_available_hi
= 0xfffffffe; /* pre-alloc ch 31 per 1394a-2000 */
216 host
->csr
.channels_available_lo
= ~0;
217 host
->csr
.broadcast_channel
= 0x80000000 | 31;
220 if (host
->driver
->hw_csr_reg
) {
221 host
->driver
->hw_csr_reg(host
, 2, 0xfffffffe, ~0);
225 if (host
->csr
.max_rec
>= 9)
226 host
->csr
.max_rom
= 2;
227 else if (host
->csr
.max_rec
>= 5)
228 host
->csr
.max_rom
= 1;
230 host
->csr
.max_rom
= 0;
232 host
->csr
.generation
= 2;
234 bus_info
[1] = __constant_cpu_to_be32(0x31333934);
235 bus_info
[2] = cpu_to_be32((1 << CSR_IRMC_SHIFT
) |
236 (1 << CSR_CMC_SHIFT
) |
237 (1 << CSR_ISC_SHIFT
) |
238 (0 << CSR_BMC_SHIFT
) |
239 (0 << CSR_PMC_SHIFT
) |
240 (host
->csr
.cyc_clk_acc
<< CSR_CYC_CLK_ACC_SHIFT
) |
241 (host
->csr
.max_rec
<< CSR_MAX_REC_SHIFT
) |
242 (host
->csr
.max_rom
<< CSR_MAX_ROM_SHIFT
) |
243 (host
->csr
.generation
<< CSR_GENERATION_SHIFT
) |
246 bus_info
[3] = cpu_to_be32(host
->csr
.guid_hi
);
247 bus_info
[4] = cpu_to_be32(host
->csr
.guid_lo
);
249 /* The hardware copy of the bus info block will be set later when a
250 * bus reset is issued. */
252 csr1212_init_local_csr(host
->csr
.rom
, bus_info
, host
->csr
.max_rom
);
254 root
= host
->csr
.rom
->root_kv
;
256 if(csr1212_attach_keyval_to_directory(root
, node_cap
) != CSR1212_SUCCESS
) {
257 HPSB_ERR("Failed to attach Node Capabilities to root directory");
260 host
->update_config_rom
= 1;
263 static void remove_host(struct hpsb_host
*host
)
265 quadlet_t bus_info
[CSR_BUS_INFO_SIZE
];
267 bus_info
[1] = __constant_cpu_to_be32(0x31333934);
268 bus_info
[2] = cpu_to_be32((0 << CSR_IRMC_SHIFT
) |
269 (0 << CSR_CMC_SHIFT
) |
270 (0 << CSR_ISC_SHIFT
) |
271 (0 << CSR_BMC_SHIFT
) |
272 (0 << CSR_PMC_SHIFT
) |
273 (host
->csr
.cyc_clk_acc
<< CSR_CYC_CLK_ACC_SHIFT
) |
274 (host
->csr
.max_rec
<< CSR_MAX_REC_SHIFT
) |
275 (0 << CSR_MAX_ROM_SHIFT
) |
276 (0 << CSR_GENERATION_SHIFT
) |
279 bus_info
[3] = cpu_to_be32(host
->csr
.guid_hi
);
280 bus_info
[4] = cpu_to_be32(host
->csr
.guid_lo
);
282 csr1212_detach_keyval_from_directory(host
->csr
.rom
->root_kv
, node_cap
);
284 csr1212_init_local_csr(host
->csr
.rom
, bus_info
, 0);
285 host
->update_config_rom
= 1;
289 int hpsb_update_config_rom(struct hpsb_host
*host
, const quadlet_t
*new_rom
,
290 size_t buffersize
, unsigned char rom_version
)
295 HPSB_NOTICE("hpsb_update_config_rom() is deprecated");
297 spin_lock_irqsave(&host
->csr
.lock
, flags
);
298 if (rom_version
!= host
->csr
.generation
)
300 else if (buffersize
> host
->csr
.rom
->cache_head
->size
)
303 /* Just overwrite the generated ConfigROM image with new data,
304 * it can be regenerated later. */
305 memcpy(host
->csr
.rom
->cache_head
->data
, new_rom
, buffersize
);
306 host
->csr
.rom
->cache_head
->len
= buffersize
;
308 if (host
->driver
->set_hw_config_rom
)
309 host
->driver
->set_hw_config_rom(host
, host
->csr
.rom
->bus_info_data
);
310 /* Increment the generation number to keep some sort of sync
311 * with the newer ConfigROM manipulation method. */
312 host
->csr
.generation
++;
313 if (host
->csr
.generation
> 0xf || host
->csr
.generation
< 2)
314 host
->csr
.generation
= 2;
317 spin_unlock_irqrestore(&host
->csr
.lock
, flags
);
322 /* Read topology / speed maps and configuration ROM */
323 static int read_maps(struct hpsb_host
*host
, int nodeid
, quadlet_t
*buffer
,
324 u64 addr
, size_t length
, u16 fl
)
327 int csraddr
= addr
- CSR_REGISTER_BASE
;
330 spin_lock_irqsave(&host
->csr
.lock
, flags
);
332 if (csraddr
< CSR_SPEED_MAP
) {
333 src
= ((char *)host
->csr
.topology_map
) + csraddr
336 src
= ((char *)host
->csr
.speed_map
) + csraddr
- CSR_SPEED_MAP
;
339 memcpy(buffer
, src
, length
);
340 spin_unlock_irqrestore(&host
->csr
.lock
, flags
);
341 return RCODE_COMPLETE
;
345 #define out if (--length == 0) break
347 static int read_regs(struct hpsb_host
*host
, int nodeid
, quadlet_t
*buf
,
348 u64 addr
, size_t length
, u16 flags
)
350 int csraddr
= addr
- CSR_REGISTER_BASE
;
354 if ((csraddr
| length
) & 0x3)
355 return RCODE_TYPE_ERROR
;
360 case CSR_STATE_CLEAR
:
361 *(buf
++) = cpu_to_be32(host
->csr
.state
);
364 *(buf
++) = cpu_to_be32(host
->csr
.state
);
367 *(buf
++) = cpu_to_be32(host
->csr
.node_ids
);
370 case CSR_RESET_START
:
371 return RCODE_TYPE_ERROR
;
373 /* address gap - handled by default below */
375 case CSR_SPLIT_TIMEOUT_HI
:
376 *(buf
++) = cpu_to_be32(host
->csr
.split_timeout_hi
);
378 case CSR_SPLIT_TIMEOUT_LO
:
379 *(buf
++) = cpu_to_be32(host
->csr
.split_timeout_lo
);
383 return RCODE_ADDRESS_ERROR
;
386 oldcycle
= host
->csr
.cycle_time
;
387 host
->csr
.cycle_time
=
388 host
->driver
->devctl(host
, GET_CYCLE_COUNTER
, 0);
390 if (oldcycle
> host
->csr
.cycle_time
) {
391 /* cycle time wrapped around */
392 host
->csr
.bus_time
+= 1 << 7;
394 *(buf
++) = cpu_to_be32(host
->csr
.cycle_time
);
397 oldcycle
= host
->csr
.cycle_time
;
398 host
->csr
.cycle_time
=
399 host
->driver
->devctl(host
, GET_CYCLE_COUNTER
, 0);
401 if (oldcycle
> host
->csr
.cycle_time
) {
402 /* cycle time wrapped around */
403 host
->csr
.bus_time
+= (1 << 7);
405 *(buf
++) = cpu_to_be32(host
->csr
.bus_time
406 | (host
->csr
.cycle_time
>> 25));
410 return RCODE_ADDRESS_ERROR
;
412 case CSR_BUSY_TIMEOUT
:
413 /* not yet implemented */
414 return RCODE_ADDRESS_ERROR
;
416 case CSR_BUS_MANAGER_ID
:
417 if (host
->driver
->hw_csr_reg
)
418 ret
= host
->driver
->hw_csr_reg(host
, 0, 0, 0);
420 ret
= host
->csr
.bus_manager_id
;
422 *(buf
++) = cpu_to_be32(ret
);
424 case CSR_BANDWIDTH_AVAILABLE
:
425 if (host
->driver
->hw_csr_reg
)
426 ret
= host
->driver
->hw_csr_reg(host
, 1, 0, 0);
428 ret
= host
->csr
.bandwidth_available
;
430 *(buf
++) = cpu_to_be32(ret
);
432 case CSR_CHANNELS_AVAILABLE_HI
:
433 if (host
->driver
->hw_csr_reg
)
434 ret
= host
->driver
->hw_csr_reg(host
, 2, 0, 0);
436 ret
= host
->csr
.channels_available_hi
;
438 *(buf
++) = cpu_to_be32(ret
);
440 case CSR_CHANNELS_AVAILABLE_LO
:
441 if (host
->driver
->hw_csr_reg
)
442 ret
= host
->driver
->hw_csr_reg(host
, 3, 0, 0);
444 ret
= host
->csr
.channels_available_lo
;
446 *(buf
++) = cpu_to_be32(ret
);
449 case CSR_BROADCAST_CHANNEL
:
450 *(buf
++) = cpu_to_be32(host
->csr
.broadcast_channel
);
453 /* address gap to end - fall through to default */
455 return RCODE_ADDRESS_ERROR
;
458 return RCODE_COMPLETE
;
461 static int write_regs(struct hpsb_host
*host
, int nodeid
, int destid
,
462 quadlet_t
*data
, u64 addr
, size_t length
, u16 flags
)
464 int csraddr
= addr
- CSR_REGISTER_BASE
;
466 if ((csraddr
| length
) & 0x3)
467 return RCODE_TYPE_ERROR
;
472 case CSR_STATE_CLEAR
:
473 /* FIXME FIXME FIXME */
474 printk("doh, someone wants to mess with state clear\n");
477 printk("doh, someone wants to mess with state set\n");
481 host
->csr
.node_ids
&= NODE_MASK
<< 16;
482 host
->csr
.node_ids
|= be32_to_cpu(*(data
++)) & (BUS_MASK
<< 16);
483 host
->node_id
= host
->csr
.node_ids
>> 16;
484 host
->driver
->devctl(host
, SET_BUS_ID
, host
->node_id
>> 6);
487 case CSR_RESET_START
:
488 /* FIXME - perform command reset */
492 return RCODE_ADDRESS_ERROR
;
494 case CSR_SPLIT_TIMEOUT_HI
:
495 host
->csr
.split_timeout_hi
=
496 be32_to_cpu(*(data
++)) & 0x00000007;
497 calculate_expire(&host
->csr
);
499 case CSR_SPLIT_TIMEOUT_LO
:
500 host
->csr
.split_timeout_lo
=
501 be32_to_cpu(*(data
++)) & 0xfff80000;
502 calculate_expire(&host
->csr
);
506 return RCODE_ADDRESS_ERROR
;
509 /* should only be set by cycle start packet, automatically */
510 host
->csr
.cycle_time
= be32_to_cpu(*data
);
511 host
->driver
->devctl(host
, SET_CYCLE_COUNTER
,
512 be32_to_cpu(*(data
++)));
515 host
->csr
.bus_time
= be32_to_cpu(*(data
++)) & 0xffffff80;
519 return RCODE_ADDRESS_ERROR
;
521 case CSR_BUSY_TIMEOUT
:
522 /* not yet implemented */
523 return RCODE_ADDRESS_ERROR
;
525 case CSR_BUS_MANAGER_ID
:
526 case CSR_BANDWIDTH_AVAILABLE
:
527 case CSR_CHANNELS_AVAILABLE_HI
:
528 case CSR_CHANNELS_AVAILABLE_LO
:
529 /* these are not writable, only lockable */
530 return RCODE_TYPE_ERROR
;
532 case CSR_BROADCAST_CHANNEL
:
533 /* only the valid bit can be written */
534 host
->csr
.broadcast_channel
= (host
->csr
.broadcast_channel
& ~0x40000000)
535 | (be32_to_cpu(*data
) & 0x40000000);
538 /* address gap to end - fall through */
540 return RCODE_ADDRESS_ERROR
;
543 return RCODE_COMPLETE
;
549 static int lock_regs(struct hpsb_host
*host
, int nodeid
, quadlet_t
*store
,
550 u64 addr
, quadlet_t data
, quadlet_t arg
, int extcode
, u16 fl
)
552 int csraddr
= addr
- CSR_REGISTER_BASE
;
554 quadlet_t
*regptr
= NULL
;
557 return RCODE_TYPE_ERROR
;
559 if (csraddr
< CSR_BUS_MANAGER_ID
|| csraddr
> CSR_CHANNELS_AVAILABLE_LO
560 || extcode
!= EXTCODE_COMPARE_SWAP
)
561 goto unsupported_lockreq
;
563 data
= be32_to_cpu(data
);
564 arg
= be32_to_cpu(arg
);
566 /* Is somebody releasing the broadcast_channel on us? */
567 if (csraddr
== CSR_CHANNELS_AVAILABLE_HI
&& (data
& 0x1)) {
568 /* Note: this is may not be the right way to handle
569 * the problem, so we should look into the proper way
571 HPSB_WARN("Node [" NODE_BUS_FMT
"] wants to release "
572 "broadcast channel 31. Ignoring.",
573 NODE_BUS_ARGS(host
, nodeid
));
575 data
&= ~0x1; /* keep broadcast channel allocated */
578 if (host
->driver
->hw_csr_reg
) {
582 hw_csr_reg(host
, (csraddr
- CSR_BUS_MANAGER_ID
) >> 2,
585 *store
= cpu_to_be32(old
);
586 return RCODE_COMPLETE
;
589 spin_lock_irqsave(&host
->csr
.lock
, flags
);
592 case CSR_BUS_MANAGER_ID
:
593 regptr
= &host
->csr
.bus_manager_id
;
594 *store
= cpu_to_be32(*regptr
);
599 case CSR_BANDWIDTH_AVAILABLE
:
605 regptr
= &host
->csr
.bandwidth_available
;
608 /* bandwidth available algorithm adapted from IEEE 1394a-2000 spec */
610 *store
= cpu_to_be32(old
); /* change nothing */
615 /* allocate bandwidth */
616 bandwidth
= arg
- data
;
617 if (old
>= bandwidth
) {
618 new = old
- bandwidth
;
619 *store
= cpu_to_be32(arg
);
622 *store
= cpu_to_be32(old
);
625 /* deallocate bandwidth */
626 bandwidth
= data
- arg
;
627 if (old
+ bandwidth
< 0x2000) {
628 new = old
+ bandwidth
;
629 *store
= cpu_to_be32(arg
);
632 *store
= cpu_to_be32(old
);
638 case CSR_CHANNELS_AVAILABLE_HI
:
640 /* Lock algorithm for CHANNELS_AVAILABLE as recommended by 1394a-2000 */
641 quadlet_t affected_channels
= arg
^ data
;
643 regptr
= &host
->csr
.channels_available_hi
;
645 if ((arg
& affected_channels
) == (*regptr
& affected_channels
)) {
646 *regptr
^= affected_channels
;
647 *store
= cpu_to_be32(arg
);
649 *store
= cpu_to_be32(*regptr
);
655 case CSR_CHANNELS_AVAILABLE_LO
:
657 /* Lock algorithm for CHANNELS_AVAILABLE as recommended by 1394a-2000 */
658 quadlet_t affected_channels
= arg
^ data
;
660 regptr
= &host
->csr
.channels_available_lo
;
662 if ((arg
& affected_channels
) == (*regptr
& affected_channels
)) {
663 *regptr
^= affected_channels
;
664 *store
= cpu_to_be32(arg
);
666 *store
= cpu_to_be32(*regptr
);
672 spin_unlock_irqrestore(&host
->csr
.lock
, flags
);
674 return RCODE_COMPLETE
;
678 case CSR_STATE_CLEAR
:
680 case CSR_RESET_START
:
682 case CSR_SPLIT_TIMEOUT_HI
:
683 case CSR_SPLIT_TIMEOUT_LO
:
686 case CSR_BROADCAST_CHANNEL
:
687 return RCODE_TYPE_ERROR
;
689 case CSR_BUSY_TIMEOUT
:
690 /* not yet implemented - fall through */
692 return RCODE_ADDRESS_ERROR
;
696 static int lock64_regs(struct hpsb_host
*host
, int nodeid
, octlet_t
* store
,
697 u64 addr
, octlet_t data
, octlet_t arg
, int extcode
, u16 fl
)
699 int csraddr
= addr
- CSR_REGISTER_BASE
;
702 data
= be64_to_cpu(data
);
703 arg
= be64_to_cpu(arg
);
706 return RCODE_TYPE_ERROR
;
708 if (csraddr
!= CSR_CHANNELS_AVAILABLE
709 || extcode
!= EXTCODE_COMPARE_SWAP
)
710 goto unsupported_lock64req
;
712 /* Is somebody releasing the broadcast_channel on us? */
713 if (csraddr
== CSR_CHANNELS_AVAILABLE_HI
&& (data
& 0x100000000ULL
)) {
714 /* Note: this is may not be the right way to handle
715 * the problem, so we should look into the proper way
717 HPSB_WARN("Node [" NODE_BUS_FMT
"] wants to release "
718 "broadcast channel 31. Ignoring.",
719 NODE_BUS_ARGS(host
, nodeid
));
721 data
&= ~0x100000000ULL
; /* keep broadcast channel allocated */
724 if (host
->driver
->hw_csr_reg
) {
725 quadlet_t data_hi
, data_lo
;
726 quadlet_t arg_hi
, arg_lo
;
727 quadlet_t old_hi
, old_lo
;
729 data_hi
= data
>> 32;
730 data_lo
= data
& 0xFFFFFFFF;
732 arg_lo
= arg
& 0xFFFFFFFF;
734 old_hi
= host
->driver
->hw_csr_reg(host
, (csraddr
- CSR_BUS_MANAGER_ID
) >> 2,
737 old_lo
= host
->driver
->hw_csr_reg(host
, ((csraddr
+ 4) - CSR_BUS_MANAGER_ID
) >> 2,
740 *store
= cpu_to_be64(((octlet_t
)old_hi
<< 32) | old_lo
);
743 octlet_t affected_channels
= arg
^ data
;
745 spin_lock_irqsave(&host
->csr
.lock
, flags
);
747 old
= ((octlet_t
)host
->csr
.channels_available_hi
<< 32) | host
->csr
.channels_available_lo
;
749 if ((arg
& affected_channels
) == (old
& affected_channels
)) {
750 host
->csr
.channels_available_hi
^= (affected_channels
>> 32);
751 host
->csr
.channels_available_lo
^= (affected_channels
& 0xffffffff);
752 *store
= cpu_to_be64(arg
);
754 *store
= cpu_to_be64(old
);
757 spin_unlock_irqrestore(&host
->csr
.lock
, flags
);
760 /* Is somebody erroneously releasing the broadcast_channel on us? */
761 if (host
->csr
.channels_available_hi
& 0x1)
762 host
->csr
.channels_available_hi
&= ~0x1;
764 return RCODE_COMPLETE
;
766 unsupported_lock64req
:
768 case CSR_STATE_CLEAR
:
770 case CSR_RESET_START
:
772 case CSR_SPLIT_TIMEOUT_HI
:
773 case CSR_SPLIT_TIMEOUT_LO
:
776 case CSR_BUS_MANAGER_ID
:
777 case CSR_BROADCAST_CHANNEL
:
778 case CSR_BUSY_TIMEOUT
:
779 case CSR_BANDWIDTH_AVAILABLE
:
780 return RCODE_TYPE_ERROR
;
783 return RCODE_ADDRESS_ERROR
;
787 static int write_fcp(struct hpsb_host
*host
, int nodeid
, int dest
,
788 quadlet_t
*data
, u64 addr
, size_t length
, u16 flags
)
790 int csraddr
= addr
- CSR_REGISTER_BASE
;
793 return RCODE_TYPE_ERROR
;
796 case CSR_FCP_COMMAND
:
797 highlevel_fcp_request(host
, nodeid
, 0, (u8
*)data
, length
);
799 case CSR_FCP_RESPONSE
:
800 highlevel_fcp_request(host
, nodeid
, 1, (u8
*)data
, length
);
803 return RCODE_TYPE_ERROR
;
806 return RCODE_COMPLETE
;
809 static int read_config_rom(struct hpsb_host
*host
, int nodeid
, quadlet_t
*buffer
,
810 u64 addr
, size_t length
, u16 fl
)
812 u32 offset
= addr
- CSR1212_REGISTER_SPACE_BASE
;
814 if (csr1212_read(host
->csr
.rom
, offset
, buffer
, length
) == CSR1212_SUCCESS
)
815 return RCODE_COMPLETE
;
817 return RCODE_ADDRESS_ERROR
;
820 static u64
allocate_addr_range(u64 size
, u32 alignment
, void *__host
)
822 struct hpsb_host
*host
= (struct hpsb_host
*)__host
;
824 return hpsb_allocate_and_register_addrspace(&csr_highlevel
,
828 CSR1212_UNITS_SPACE_BASE
,
829 CSR1212_UNITS_SPACE_END
);
832 static void release_addr_range(u64 addr
, void *__host
)
834 struct hpsb_host
*host
= (struct hpsb_host
*)__host
;
835 hpsb_unregister_addrspace(&csr_highlevel
, host
, addr
);
841 node_cap
= csr1212_new_immediate(CSR1212_KV_ID_NODE_CAPABILITIES
, 0x0083c0);
843 HPSB_ERR("Failed to allocate memory for Node Capabilties ConfigROM entry!");
847 hpsb_register_highlevel(&csr_highlevel
);
852 void cleanup_csr(void)
855 csr1212_release_keyval(node_cap
);
856 hpsb_unregister_highlevel(&csr_highlevel
);