Home
last modified time | relevance | path

Searched defs:nibble (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/tools/
H A Dgen_ethaddr_crc.c20 uint8_t nibble_to_hex(const char *nibble, bool lo) in nibble_to_hex()
31 char nibble[2] = { 0x00, '\n' }; /* for strtol */ in process_mac() local
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dether.c1977 static u8 nibble(unsigned char c) in nibble() function