Lines Matching refs:u32
95 u32 regs;
119 u32 regs;
121 u32 current_bus;
169 u32 mc_buffer_bus;
187 u32 bus_time;
209 u32 it_context_support;
210 u32 it_context_mask; /* unoccupied IT contexts */
213 u32 ir_context_support;
214 u32 ir_context_mask; /* unoccupied IR contexts */
229 u32 self_id_buffer[512];
411 static void log_irqs(struct fw_ohci *ohci, u32 evt) in log_irqs()
455 static char _p(u32 *s, int shift) in _p()
462 u32 *s; in log_selfids()
517 char dir, int speed, u32 *header, int evt) in log_ar_at_event()
572 static inline void reg_write(const struct fw_ohci *ohci, int offset, u32 data) in reg_write()
577 static inline u32 reg_read(const struct fw_ohci *ohci, int offset) in reg_read()
596 u32 val; in read_phy_reg()
621 static int write_phy_reg(const struct fw_ohci *ohci, int addr, u32 val) in write_phy_reg()
849 u32 status, length, tcode; in handle_ar_packet()
1018 unsigned int descriptors_offset, u32 regs) in ar_context_init()
1100 u32 address; in context_tasklet()
1178 u32 regs, descriptor_callback_t callback) in context_init()
1253 static void context_run(struct context *ctx, u32 extra) in context_run()
1304 u32 reg; in context_stop()
1559 static u32 get_cycle_time(struct fw_ohci *ohci);
1562 struct fw_packet *packet, u32 csr) in handle_local_rom()
1591 struct fw_packet *packet, u32 csr) in handle_local_lock()
1596 u32 lock_arg, lock_data; in handle_local_lock()
1711 u32 ctl; in detect_dead_context()
1743 static u32 cycle_timer_ticks(u32 cycle_timer) in cycle_timer_ticks()
1745 u32 ticks; in cycle_timer_ticks()
1769 static u32 get_cycle_time(struct fw_ohci *ohci) in get_cycle_time()
1771 u32 c0, c1, c2; in get_cycle_time()
1772 u32 t0, t1, t2; in get_cycle_time()
1808 static u32 update_bus_time(struct fw_ohci *ohci) in update_bus_time()
1810 u32 cycle_time_seconds = get_cycle_time(ohci) >> 25; in update_bus_time()
1846 static int get_self_id_pos(struct fw_ohci *ohci, u32 self_id, in get_self_id_pos()
1850 u32 entry; in get_self_id_pos()
1896 u32 self_id = 0x8040c800; in find_and_insert_self_id()
1941 u32 reg; in bus_reset_work()
1987 u32 id = cond_le32_to_cpu(ohci->self_id[i]); in bus_reset_work()
1988 u32 id2 = cond_le32_to_cpu(ohci->self_id[i + 1]); in bus_reset_work()
2125 u32 event, iso_event; in irq_handler()
2227 u32 val; in software_reset()
2331 u32 lps, version, irqs; in ohci_enable()
2676 static u32 ohci_read_csr(struct fw_card *card, int csr_offset) in ohci_read_csr()
2680 u32 value; in ohci_read_csr()
2727 static void ohci_write_csr(struct fw_card *card, int csr_offset, u32 value) in ohci_write_csr()
2798 static void copy_iso_headers(struct iso_context *ctx, const u32 *dma_hdr) in copy_iso_headers()
2800 u32 *ctx_hdr; in copy_iso_headers()
2832 u32 buffer_dma; in handle_ir_packet_per_buffer()
2851 copy_iso_headers(ctx, (u32 *) (last + 1)); in handle_ir_packet_per_buffer()
2867 u32 buffer_dma; in handle_ir_buffer_fill()
2915 u32 buffer_dma; in sync_it_packet_for_cpu()
2987 u32 hi = channels >> 32, lo = channels; in set_multichannel_mask()
3003 u32 *mask, regs; in ohci_allocate_iso_context()
3095 s32 cycle, u32 sync, u32 tags) in ohci_start_iso()
3099 u32 control = IR_CONTEXT_ISOCH_HEADER, match; in ohci_start_iso()
3265 u32 z, header_z, payload_z, irq; in queue_iso_transmit()
3266 u32 payload_index, payload_end_index, next_page_index; in queue_iso_transmit()
3368 u32 z, header_z, rest; in queue_iso_packet_per_buffer()
3632 u32 bus_options, max_receive, link_speed, version; in pci_probe()
3855 reg_write(ohci, OHCI1394_GUIDLo, (u32)ohci->card.guid); in pci_resume()
3856 reg_write(ohci, OHCI1394_GUIDHi, (u32)(ohci->card.guid >> 32)); in pci_resume()