| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | bcmutils.h | 633 void setbits(uint8 *addr, uint size, uint stbit, uint nbits, uint32 val); 634 uint32 getbits(const uint8 *addr, uint size, uint stbit, uint nbits); 635 #define clrbits(addr, size, stbit, nbits) setbits(addr, size, stbit, nbits, 0) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | bcmutils.h | 633 void setbits(uint8 *addr, uint size, uint stbit, uint nbits, uint32 val); 634 uint32 getbits(const uint8 *addr, uint size, uint stbit, uint nbits); 635 #define clrbits(addr, size, stbit, nbits) setbits(addr, size, stbit, nbits, 0) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | bcmutils.h | 633 void setbits(uint8 *addr, uint size, uint stbit, uint nbits, uint32 val); 634 uint32 getbits(const uint8 *addr, uint size, uint stbit, uint nbits); 635 #define clrbits(addr, size, stbit, nbits) setbits(addr, size, stbit, nbits, 0) argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcmutils.h | 747 void setbits(uint8 *addr, uint size, uint stbit, uint nbits, uint32 val); 748 uint32 getbits(const uint8 *addr, uint size, uint stbit, uint nbits); 749 #define clrbits(addr, size, stbit, nbits) setbits(addr, size, stbit, nbits, 0) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcmutils.h | 747 void setbits(uint8 *addr, uint size, uint stbit, uint nbits, uint32 val); 748 uint32 getbits(const uint8 *addr, uint size, uint stbit, uint nbits); 749 #define clrbits(addr, size, stbit, nbits) setbits(addr, size, stbit, nbits, 0) argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | bcmutils.c | 3992 setbits(uint8 *addr, uint size, uint stbit, uint nbits, uint32 val) in setbits() argument 3994 uint fbyte = stbit >> 3; /* first byte */ in setbits() 3995 uint lbyte = (stbit + nbits - 1) >> 3; /* last byte */ in setbits() 3996 uint fbit = stbit & 7; /* first bit in the first byte */ in setbits() 4043 getbits(const uint8 *addr, uint size, uint stbit, uint nbits) in getbits() argument 4045 uint fbyte = stbit >> 3; /* first byte */ in getbits() 4046 uint lbyte = (stbit + nbits - 1) >> 3; /* last byte */ in getbits() 4047 uint fbit = stbit & 7; /* first bit in the first byte */ in getbits()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | bcmutils.c | 3992 setbits(uint8 *addr, uint size, uint stbit, uint nbits, uint32 val) in setbits() argument 3994 uint fbyte = stbit >> 3; /* first byte */ in setbits() 3995 uint lbyte = (stbit + nbits - 1) >> 3; /* last byte */ in setbits() 3996 uint fbit = stbit & 7; /* first bit in the first byte */ in setbits() 4043 getbits(const uint8 *addr, uint size, uint stbit, uint nbits) in getbits() argument 4045 uint fbyte = stbit >> 3; /* first byte */ in getbits() 4046 uint lbyte = (stbit + nbits - 1) >> 3; /* last byte */ in getbits() 4047 uint fbit = stbit & 7; /* first bit in the first byte */ in getbits()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | bcmutils.c | 3992 setbits(uint8 *addr, uint size, uint stbit, uint nbits, uint32 val) in setbits() argument 3994 uint fbyte = stbit >> 3; /* first byte */ in setbits() 3995 uint lbyte = (stbit + nbits - 1) >> 3; /* last byte */ in setbits() 3996 uint fbit = stbit & 7; /* first bit in the first byte */ in setbits() 4043 getbits(const uint8 *addr, uint size, uint stbit, uint nbits) in getbits() argument 4045 uint fbyte = stbit >> 3; /* first byte */ in getbits() 4046 uint lbyte = (stbit + nbits - 1) >> 3; /* last byte */ in getbits() 4047 uint fbit = stbit & 7; /* first bit in the first byte */ in getbits()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | bcmutils.c | 5480 setbits(uint8 *addr, uint size, uint stbit, uint nbits, uint32 val) in setbits() argument 5482 uint fbyte = stbit >> 3; /* first byte */ in setbits() 5483 uint lbyte = (stbit + nbits - 1) >> 3; /* last byte */ in setbits() 5484 uint fbit = stbit & 7; /* first bit in the first byte */ in setbits() 5531 getbits(const uint8 *addr, uint size, uint stbit, uint nbits) in getbits() argument 5533 uint fbyte = stbit >> 3; /* first byte */ in getbits() 5534 uint lbyte = (stbit + nbits - 1) >> 3; /* last byte */ in getbits() 5535 uint fbit = stbit & 7; /* first bit in the first byte */ in getbits()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | bcmutils.c | 5480 setbits(uint8 *addr, uint size, uint stbit, uint nbits, uint32 val) in setbits() argument 5482 uint fbyte = stbit >> 3; /* first byte */ in setbits() 5483 uint lbyte = (stbit + nbits - 1) >> 3; /* last byte */ in setbits() 5484 uint fbit = stbit & 7; /* first bit in the first byte */ in setbits() 5531 getbits(const uint8 *addr, uint size, uint stbit, uint nbits) in getbits() argument 5533 uint fbyte = stbit >> 3; /* first byte */ in getbits() 5534 uint lbyte = (stbit + nbits - 1) >> 3; /* last byte */ in getbits() 5535 uint fbit = stbit & 7; /* first bit in the first byte */ in getbits()
|