Searched refs:bcma_device (Results 1 – 6 of 6) sorted by relevance
/include/linux/bcma/ |
D | bcma.h | 18 struct bcma_device; 44 u8 (*read8)(struct bcma_device *core, u16 offset); 45 u16 (*read16)(struct bcma_device *core, u16 offset); 46 u32 (*read32)(struct bcma_device *core, u16 offset); 47 void (*write8)(struct bcma_device *core, u16 offset, u8 value); 48 void (*write16)(struct bcma_device *core, u16 offset, u16 value); 49 void (*write32)(struct bcma_device *core, u16 offset, u32 value); 51 void (*block_read)(struct bcma_device *core, void *buffer, 53 void (*block_write)(struct bcma_device *core, const void *buffer, 57 u32 (*aread32)(struct bcma_device *core, u16 offset); [all …]
|
D | bcma_driver_mips.h | 35 struct bcma_device; 38 struct bcma_device *core;
|
D | bcma_driver_gmac_cmn.h | 82 struct bcma_device *core;
|
D | bcma_driver_pcie2.h | 146 struct bcma_device *core;
|
D | bcma_driver_chipcommon.h | 578 struct bcma_device *core; /* Can be separated core or just ChipCommon one */ 618 struct bcma_device *core; 652 struct bcma_device *core;
|
D | bcma_driver_pci.h | 226 struct bcma_device *core;
|