Searched defs:cc (Results 1 – 6 of 6) sorted by relevance
/include/linux/bcma/ |
D | bcma.h | 266 static inline void bcma_mask32(struct bcma_device *cc, u16 offset, u32 mask) in bcma_mask32() 270 static inline void bcma_set32(struct bcma_device *cc, u16 offset, u32 set) in bcma_set32() 274 static inline void bcma_maskset32(struct bcma_device *cc, in bcma_maskset32() 279 static inline void bcma_mask16(struct bcma_device *cc, u16 offset, u16 mask) in bcma_mask16() 283 static inline void bcma_set16(struct bcma_device *cc, u16 offset, u16 set) in bcma_set16() 287 static inline void bcma_maskset16(struct bcma_device *cc, in bcma_maskset16()
|
D | bcma_driver_chipcommon.h | 369 #define bcma_cc_read32(cc, offset) \ argument 371 #define bcma_cc_write32(cc, offset, val) \ argument 374 #define bcma_cc_mask32(cc, offset, mask) \ argument 376 #define bcma_cc_set32(cc, offset, set) \ argument 378 #define bcma_cc_maskset32(cc, offset, mask, set) \ argument
|
/include/linux/ |
D | clocksource.h | 67 const struct cyclecounter *cc; member 80 static inline u64 cyclecounter_cyc2ns(const struct cyclecounter *cc, in cyclecounter_cyc2ns()
|
D | cdk.h | 237 unsigned char cc[11]; member
|
D | nvme.h | 29 __u32 cc; /* Controller Configuration */ member
|
/include/linux/ssb/ |
D | ssb_driver_chipcommon.h | 595 static inline bool ssb_chipco_available(struct ssb_chipcommon *cc) in ssb_chipco_available() 601 #define chipco_read32(cc, offset) ssb_read32((cc)->dev, offset) argument 602 #define chipco_write32(cc, offset, val) ssb_write32((cc)->dev, offset, val) argument 604 #define chipco_mask32(cc, offset, mask) \ argument 606 #define chipco_set32(cc, offset, set) \ argument 608 #define chipco_maskset32(cc, offset, mask, set) \ argument
|