firewire: rename CSR access driver methods
[deliverable/linux.git] / drivers / firewire / core.h
index 8280c625170b991c212acd68246d8c8f2c68cc02..3000dd74acfd26ae8438e653b0fe5e387a8cad28 100644 (file)
@@ -78,8 +78,8 @@ struct fw_card_driver {
        int (*enable_phys_dma)(struct fw_card *card,
                               int node_id, int generation);
 
-       u32 (*read_csr_reg)(struct fw_card *card, int csr_offset);
-       void (*write_csr_reg)(struct fw_card *card, int csr_offset, u32 value);
+       u32 (*read_csr)(struct fw_card *card, int csr_offset);
+       void (*write_csr)(struct fw_card *card, int csr_offset, u32 value);
 
        struct fw_iso_context *
        (*allocate_iso_context)(struct fw_card *card,
This page took 0.027136 seconds and 5 git commands to generate.