Home
last modified time | relevance | path

Searched refs:bytelen (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-falcon.c104 unsigned int bytelen = ((8 * t->len + 7) / 8); in falcon_sflash_xfer() local
140 bytelen--; in falcon_sflash_xfer()
141 if (bytelen) { in falcon_sflash_xfer()
154 if (txp && bytelen) { in falcon_sflash_xfer()
159 if (rxp && bytelen) { in falcon_sflash_xfer()
177 while (bytelen > 0) { in falcon_sflash_xfer()
191 bytelen--; in falcon_sflash_xfer()
203 if (bytelen > 0) { in falcon_sflash_xfer()
225 if (bytelen--) in falcon_sflash_xfer()
228 && (bytelen in falcon_sflash_xfer()
[all...]
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-falcon.c104 unsigned int bytelen = ((8 * t->len + 7) / 8); in falcon_sflash_xfer() local
140 bytelen--; in falcon_sflash_xfer()
141 if (bytelen) { in falcon_sflash_xfer()
154 if (txp && bytelen) { in falcon_sflash_xfer()
159 if (rxp && bytelen) { in falcon_sflash_xfer()
177 while (bytelen > 0) { in falcon_sflash_xfer()
191 bytelen--; in falcon_sflash_xfer()
203 if (bytelen > 0) { in falcon_sflash_xfer()
225 if (bytelen--) in falcon_sflash_xfer()
228 && (bytelen in falcon_sflash_xfer()
[all...]
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dio.h45 void __raw_writesb(volatile void __iomem *addr, const void *data, int bytelen);
49 void __raw_readsb(const volatile void __iomem *addr, void *data, int bytelen);
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dio.h45 void __raw_writesb(volatile void __iomem *addr, const void *data, int bytelen);
49 void __raw_readsb(const volatile void __iomem *addr, void *data, int bytelen);
/kernel/linux/linux-5.10/drivers/net/wireless/cisco/
H A Dairo.c1120 static int aux_bap_read(struct airo_info*, __le16 *pu16Dst, int bytelen,
1122 static int fast_bap_read(struct airo_info*, __le16 *pu16Dst, int bytelen,
1124 static int bap_write(struct airo_info*, const __le16 *pu16Src, int bytelen,
1206 int (*bap_read)(struct airo_info*, __le16 *pu16Dst, int bytelen,
1258 static inline int bap_read(struct airo_info *ai, __le16 *pu16Dst, int bytelen, in bap_read() argument
1261 return ai->bap_read(ai, pu16Dst, bytelen, whichbap); in bap_read()
4088 int bytelen, int whichbap) in aux_bap_read()
4102 words = (bytelen+1)>>1; in aux_bap_read()
4125 int bytelen, int whichbap) in fast_bap_read()
4127 bytelen in fast_bap_read()
4087 aux_bap_read(struct airo_info *ai, __le16 *pu16Dst, int bytelen, int whichbap) aux_bap_read() argument
4124 fast_bap_read(struct airo_info *ai, __le16 *pu16Dst, int bytelen, int whichbap) fast_bap_read() argument
4136 bap_write(struct airo_info *ai, const __le16 *pu16Src, int bytelen, int whichbap) bap_write() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/cisco/
H A Dairo.c1120 static int aux_bap_read(struct airo_info*, __le16 *pu16Dst, int bytelen,
1122 static int fast_bap_read(struct airo_info*, __le16 *pu16Dst, int bytelen,
1124 static int bap_write(struct airo_info*, const __le16 *pu16Src, int bytelen,
1206 int (*bap_read)(struct airo_info*, __le16 *pu16Dst, int bytelen,
1258 static inline int bap_read(struct airo_info *ai, __le16 *pu16Dst, int bytelen, in bap_read() argument
1261 return ai->bap_read(ai, pu16Dst, bytelen, whichbap); in bap_read()
4080 int bytelen, int whichbap) in aux_bap_read()
4094 words = (bytelen+1)>>1; in aux_bap_read()
4117 int bytelen, int whichbap) in fast_bap_read()
4119 bytelen in fast_bap_read()
4079 aux_bap_read(struct airo_info *ai, __le16 *pu16Dst, int bytelen, int whichbap) aux_bap_read() argument
4116 fast_bap_read(struct airo_info *ai, __le16 *pu16Dst, int bytelen, int whichbap) fast_bap_read() argument
4128 bap_write(struct airo_info *ai, const __le16 *pu16Src, int bytelen, int whichbap) bap_write() argument
[all...]
/kernel/linux/linux-5.10/net/core/
H A Dskbuff.c1126 uarg->bytelen = size; in sock_zerocopy_alloc()
1145 u32 bytelen, next; in sock_zerocopy_realloc() local
1155 bytelen = uarg->bytelen + size; in sock_zerocopy_realloc()
1156 if (uarg->len == USHRT_MAX - 1 || bytelen > byte_limit) { in sock_zerocopy_realloc()
1168 uarg->bytelen = bytelen; in sock_zerocopy_realloc()
/kernel/linux/linux-6.6/net/core/
H A Dskbuff.c1563 uarg->bytelen = size; in msg_zerocopy_alloc()
1583 u32 bytelen, next; in msg_zerocopy_realloc() local
1598 bytelen = uarg_zc->bytelen + size; in msg_zerocopy_realloc()
1599 if (uarg_zc->len == USHRT_MAX - 1 || bytelen > byte_limit) { in msg_zerocopy_realloc()
1611 uarg_zc->bytelen = bytelen; in msg_zerocopy_realloc()
/kernel/linux/linux-5.10/include/linux/
H A Dskbuff.h475 u32 bytelen; member
/kernel/linux/linux-6.6/include/linux/
H A Dskbuff.h552 u32 bytelen; member

Completed in 49 milliseconds