Home
last modified time | relevance | path

Searched refs:byte (Results 1 – 13 of 13) sorted by relevance

/include/asm-generic/
Dword-at-a-time.h27 long byte = 0; in find_zero() local
32 byte = 4; in find_zero()
37 byte += 2; in find_zero()
38 return (mask >> 8) ? byte : byte + 1; in find_zero()
/include/linux/
Dks0108.h15 extern void ks0108_writedata(unsigned char byte);
18 extern void ks0108_writecontrol(unsigned char byte);
Deeprom_93cx6.h66 const u8 byte, u8 *data);
68 const u8 byte, u8 *data, const u16 bytes);
Dbitrev.h16 static inline u8 __bitrev8(u8 byte) in __bitrev8() argument
18 return byte_rev_table[byte]; in __bitrev8()
Dlibps2.h49 int ps2_sendbyte(struct ps2dev *ps2dev, u8 byte, unsigned int timeout);
Dkernel.h613 static inline char *hex_byte_pack(char *buf, u8 byte) in hex_byte_pack() argument
615 *buf++ = hex_asc_hi(byte); in hex_byte_pack()
616 *buf++ = hex_asc_lo(byte); in hex_byte_pack()
624 static inline char *hex_byte_pack_upper(char *buf, u8 byte) in hex_byte_pack_upper() argument
626 *buf++ = hex_asc_upper_hi(byte); in hex_byte_pack_upper()
627 *buf++ = hex_asc_upper_lo(byte); in hex_byte_pack_upper()
Dpci.h1677 #define _PCI_NOP_ALL(o, x) _PCI_NOP(o, byte, u8 x) \
/include/xen/interface/io/
Dnetif.h302 uint8_t byte = buf[bufi]; in xen_netif_toeplitz_hash() local
306 if (byte & 0x80) in xen_netif_toeplitz_hash()
309 byte <<= 1; in xen_netif_toeplitz_hash()
/include/media/
Ddvb_ringbuffer.h177 #define DVB_RINGBUFFER_WRITE_BYTE(rbuf, byte) \ argument
178 { (rbuf)->data[(rbuf)->pwrite] = (byte); \
/include/uapi/linux/
Di2c.h136 __u8 byte; member
Dsoundcard.h1264 #define SEQ_MIDIOUT(device, byte) {_SEQ_NEEDBUF(4);\ argument
1266 _seqbuf[_seqbufptr+1] = (byte);\
/include/drm/
Ddrm_hdcp.h279 #define DRM_HDCP_2_KSV_COUNT_2_LSBITS(byte) (((byte) & 0xC) >> 6) argument
/include/linux/mtd/
Drawnand.h995 void (*write_byte)(struct nand_chip *chip, u8 byte);