Searched refs:hex_to_bin (Results 1 - 25 of 31) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/gen/
H A Duuidutil.c64 value = hex_to_bin(*buf++);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dutils.c35 static int hex_to_bin(char ch) function
67 val = hex_to_bin(c);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dhexdump.c19 * hex_to_bin - convert a hex digit to its real value
22 * hex_to_bin() converts one hex digit to its actual value or -1 in case of bad
25 int hex_to_bin(char ch) function
34 EXPORT_SYMBOL(hex_to_bin); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/debug/
H A Dgdbstub.c115 xmitcsum = hex_to_bin(gdbstub_read_wait()) << 4;
116 xmitcsum += hex_to_bin(gdbstub_read_wait());
271 *tmp_raw = hex_to_bin(*tmp_hex--);
272 *tmp_raw |= hex_to_bin(*tmp_hex--) << 4;
295 hex_val = hex_to_bin(**ptr);
618 if (hex_to_bin(ptr[i]) >= 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aacraid/
H A Drx.c355 ret = (hex_to_bin(buffer[2]) << 4) +
356 hex_to_bin(buffer[3]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dwl_util.c296 *p++ = (hex_to_bin(ks[i]) << 4) + hex_to_bin(ks[i+1]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dbus.c408 uuid[i] = hex_to_bin(str[opc_map_to_uuid[i]]) << 4;
409 uuid[i] |= hex_to_bin(str[opc_map_to_uuid[i] + 1]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-debugifc.c108 int val = hex_to_bin(*buf++);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dhttpd.c671 static unsigned hex_to_bin(unsigned char c) function
686 void t(char c) { printf("'%c'(%u) %u\n", c, c, hex_to_bin(c)); }
708 v = hex_to_bin(ptr[0]);
716 v = (v * 16) | hex_to_bin(ptr[1]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/atm/
H A Dspeedtch.c670 atm_dev->esi[i] = (hex_to_bin(mac_str[i * 2]) << 4) +
671 hex_to_bin(mac_str[i * 2 + 1]);
H A Dueagle-atm.c2446 esi[i] = hex_to_bin(mac_str[2 * i]) * 16 +
2447 hex_to_bin(mac_str[2 * i + 1]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Du_ether.c717 num = hex_to_bin(*str++) << 4;
718 num |= hex_to_bin(*str++);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dkernel.h398 extern int hex_to_bin(char ch);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/usb/
H A Dusbnet.c178 (hex_to_bin(buf[tmp]) << 4) + hex_to_bin(buf[tmp + 1]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/partitions/
H A Dldm.c81 x = h = hex_to_bin(src[0]);
86 h = hex_to_bin(src[1]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsysctl_binary.c1155 uuid[i] = (hex_to_bin(str[0]) << 4) |
1156 hex_to_bin(str[1]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dt3_hw.c722 p->port_type[0] = hex_to_bin(vpd.port0_data[0]);
723 p->port_type[1] = hex_to_bin(vpd.port1_data[0]);
729 p->eth_base[i] = hex_to_bin(vpd.na_data[2 * i]) * 16 +
730 hex_to_bin(vpd.na_data[2 * i + 1]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Djr3_pci.c406 value = hex_to_bin(data[*pos]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Dray_cs.c1707 if ((k = hex_to_bin(in_str[j--])) != -1)
1714 if ((k = hex_to_bin(in_str[j--])) != -1)
H A Dairo.c5184 hex_to_bin(data->wbuffer[j+i*6*3])<<4;
5188 hex_to_bin(data->wbuffer[j+i*6*3]);
5336 key[i/3] = hex_to_bin(data->wbuffer[i+j])<<4;
5339 key[i/3] |= hex_to_bin(data->wbuffer[i+j]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/gigaset/
H A Dcapi.c184 out[++l] = (hex_to_bin(in[0]) << 4) + hex_to_bin(in[1]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/usbvideo/
H A Dusbvideo.c290 value = hex_to_bin(ch);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/
H A Dr8192S_Efuse.c1845 *pu4bVal = (*pu4bVal << 4) + hex_to_bin(*szScan);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Drtmp_init.c2839 *destTemp = hex_to_bin(*srcptr++) << 4; /* Put 1st ascii byte in upper nibble. */
2840 *destTemp += hex_to_bin(*srcptr++); /* Add 2nd ascii byte to above. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_attr.c1841 value = hex_to_bin(*buf++);
1933 value = hex_to_bin(*buf++);

Completed in 507 milliseconds

12