Searched defs:BITMASK (Results 1 – 11 of 11) sorted by relevance
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| D | bcache.h | 9 #define BITMASK(name, type, field, offset, size) \ macro
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| D | bcache.h | 22 #define BITMASK(name,type,field,offset,size) static inline __u64 name(const type * k) \ macro
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| D | bcache.h | 22 #define BITMASK(name,type,field,offset,size) static inline __u64 name(const type * k) \ macro
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/nvidia/ |
| D | nv_type.h | 17 #define BITMASK(t,b) (((unsigned)(1U << (((t)-(b)+1)))-1) << (b)) macro
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/riva/ |
| D | nvreg.h | 30 #define BITMASK(t,b) (((unsigned)(1U << (((t)-(b)+1)))-1) << (b)) macro
|
| /kernel/linux/linux-6.6/drivers/md/bcache/ |
| D | bcache_ondisk.h | 11 #define BITMASK(name, type, field, offset, size) \ macro
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/riva/ |
| D | nvreg.h | 30 #define BITMASK(t,b) (((unsigned)(1U << (((t)-(b)+1)))-1) << (b)) macro
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | bcache.h | 11 #define BITMASK(name, type, field, offset, size) \ macro
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/nvidia/ |
| D | nv_type.h | 17 #define BITMASK(t,b) (((unsigned)(1U << (((t)-(b)+1)))-1) << (b)) macro
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
| D | cpsw_ale.c | 23 #define BITMASK(bits) (BIT(bits) - 1) macro
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/ti/ |
| D | cpsw_ale.c | 23 #define BITMASK(bits) (BIT(bits) - 1) macro
|