/Linux-v6.1/drivers/staging/r8188eu/hal/ |
D | HalHWImg8188E_BB.c | 13 static bool CheckCondition(const u32 condition, const u32 hex) in CheckCondition() argument 15 u32 _interface = (hex & 0x0000FF00) >> 8; in CheckCondition() 16 u32 _platform = (hex & 0x00FF0000) >> 16; in CheckCondition() 178 u32 hex = 0; in ODM_ReadAndConfig_AGC_TAB_1T_8188E() local 187 hex += ODM_ITRF_USB << 8; in ODM_ReadAndConfig_AGC_TAB_1T_8188E() 188 hex += ODM_CE << 16; in ODM_ReadAndConfig_AGC_TAB_1T_8188E() 189 hex += 0xFF000000; in ODM_ReadAndConfig_AGC_TAB_1T_8188E() 216 if (!CheckCondition(array[i], hex)) { in ODM_ReadAndConfig_AGC_TAB_1T_8188E() 477 u32 hex = 0; in ODM_ReadAndConfig_PHY_REG_1T_8188E() local 485 hex += ODM_ITRF_USB << 8; in ODM_ReadAndConfig_PHY_REG_1T_8188E() [all …]
|
D | HalHWImg8188E_MAC.c | 6 static bool Checkcondition(const u32 condition, const u32 hex) in Checkcondition() argument 8 u32 _board = (hex & 0x000000FF); in Checkcondition() 9 u32 _interface = (hex & 0x0000FF00) >> 8; in Checkcondition() 10 u32 _platform = (hex & 0x00FF0000) >> 16; in Checkcondition() 138 u32 hex = 0; in ODM_ReadAndConfig_MAC_REG_8188E() local 147 hex += ODM_ITRF_USB << 8; in ODM_ReadAndConfig_MAC_REG_8188E() 148 hex += ODM_CE << 16; in ODM_ReadAndConfig_MAC_REG_8188E() 149 hex += 0xFF000000; in ODM_ReadAndConfig_MAC_REG_8188E() 176 if (!Checkcondition(array[i], hex)) { in ODM_ReadAndConfig_MAC_REG_8188E()
|
D | HalHWImg8188E_RF.c | 169 u32 hex = 0; in ODM_ReadAndConfig_RadioA_1T_8188E() local 178 hex += ODM_ITRF_USB << 8; in ODM_ReadAndConfig_RadioA_1T_8188E() 179 hex += ODM_CE << 16; in ODM_ReadAndConfig_RadioA_1T_8188E() 180 hex += 0xFF000000; in ODM_ReadAndConfig_RadioA_1T_8188E() 220 if (!CheckCondition(Array[i], hex)) { in ODM_ReadAndConfig_RadioA_1T_8188E()
|
/Linux-v6.1/tools/lib/api/ |
D | io.h | 66 static inline int io__get_hex(struct io *io, __u64 *hex) in io__get_hex() argument 70 *hex = 0; in io__get_hex() 77 *hex = (*hex << 4) | (ch - '0'); in io__get_hex() 79 *hex = (*hex << 4) | (ch - 'a' + 10); in io__get_hex() 81 *hex = (*hex << 4) | (ch - 'A' + 10); in io__get_hex()
|
/Linux-v6.1/tools/firmware/ |
D | ihex2fw.c | 46 static uint8_t hex(const uint8_t *data, uint8_t *crc) in hex() function 157 len = hex(data + i, &crc); i += 2; in process_ihex() 160 len += hex(data + i, &crc); i += 2; in process_ihex() 178 record->addr = hex(data + i, &crc) << 8; i += 2; in process_ihex() 179 record->addr |= hex(data + i, &crc); i += 2; in process_ihex() 180 type = hex(data + i, &crc); i += 2; in process_ihex() 183 record->data[j] = hex(data + i, &crc); in process_ihex() 186 crcbyte = hex(data + i, &crc); i += 2; in process_ihex()
|
/Linux-v6.1/tools/perf/tests/ |
D | api-io.c | 139 __u64 hex; in do_test_get_hex() local 144 ch = io__get_hex(&io, &hex); in do_test_get_hex() 145 EXPECT_EQUAL64(hex, val1); in do_test_get_hex() 148 ch = io__get_hex(&io, &hex); in do_test_get_hex() 149 EXPECT_EQUAL64(hex, val2); in do_test_get_hex() 152 ch = io__get_hex(&io, &hex); in do_test_get_hex() 153 EXPECT_EQUAL64(hex, val3); in do_test_get_hex()
|
/Linux-v6.1/arch/m68k/ifpsp060/ |
D | README | 32 fpsp.sa Full FP Kernel Module - hex image 36 pfpsp.sa Partial FP Kernel Module - hex image 39 fplsp.sa FP Library Module - hex image 43 isp.sa Integer Unimplemented Kernel Module - hex image 47 ilsp.sa Integer Unimplemented Library Module - hex image 58 was connected properly; hex image 62 connected properly; hex image
|
/Linux-v6.1/Documentation/misc-devices/ |
D | spear-pcie-gadget.rst | 44 vendor_id returns programmed vendor id (hex) 45 device_id returns programmed device id(hex) 46 bar0_size: returns size of bar0 in hex. 47 bar0_address returns address of bar0 mapped area in hex. 63 vendor_id write vendor id(hex) to be programmed. 64 device_id write device id(hex) to be programmed. 65 bar0_size write size of bar0 in hex. default bar0 size is 1000 (hex) 67 bar0_address write address of bar0 mapped area in hex. (default mapping of
|
/Linux-v6.1/arch/arm/ |
D | Kconfig-nommu | 14 hex '(S)DRAM Base Address' if SET_MEM_PARAM 18 hex '(S)DRAM SIZE' if SET_MEM_PARAM 22 hex 'FLASH Base Address' if SET_MEM_PARAM 27 hex 'FLASH Size' if SET_MEM_PARAM 32 hex 'Hard wire the processor ID'
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | configfs-usb-gadget-rndis | 16 class USB interface class, default is 02 (hex) 17 subclass USB interface subclass, default is 06 (hex) 18 protocol USB interface protocol, default is 00 (hex)
|
D | configfs-spear-pcie-gadget | 26 vendor_id used to write and read vendor id (hex) 27 device_id used to write and read device id (hex) 29 bar0_address used to write and read bar0 mapped area in hex.
|
D | sysfs-kernel-vmcoreinfo | 9 First value contains physical address of note in hex and 10 second value contains the size of note in hex. This ELF
|
D | debugfs-olpc | 11 CC is the (hex) command, N is the count of expected reply bytes, and A A A A 12 are optional (hex) arguments.
|
D | sysfs-class-uwb_rc | 54 hex octets. 83 The EUI-48, in colon-separated hex octets, for this 120 hex octets. 128 The EUI-48 of this device in colon separated hex 137 space separated hex octets with one IE per line.
|
/Linux-v6.1/drivers/bus/ |
D | moxtet.c | 468 u8 hex[sizeof(bin) * 2 + 1]; in input_read() local 476 bin2hex(hex, bin, n); in input_read() 478 hex[2*n] = '\n'; in input_read() 480 return simple_read_from_buffer(buf, len, ppos, hex, 2*n + 1); in input_read() 494 u8 hex[TURRIS_MOX_MAX_MODULES * 2 + 1]; in output_read() local 495 u8 *p = hex; in output_read() 507 return simple_read_from_buffer(buf, len, ppos, hex, p - hex); in output_read() 515 u8 hex[sizeof(bin) * 2 + 1]; in output_write() local 523 res = simple_write_to_buffer(hex, sizeof(hex), &dummy, buf, len); in output_write() 527 if (len % 2 == 1 && hex[len - 1] != '\n') in output_write() [all …]
|
/Linux-v6.1/lib/ |
D | seq_buf.c | 225 unsigned char hex[HEX_CHARS]; local 241 hex[j++] = hex_asc_hi(data[i]); 242 hex[j++] = hex_asc_lo(data[i]); 248 hex[j++] = ' '; 250 seq_buf_putmem(s, hex, j);
|
/Linux-v6.1/drivers/usb/serial/ |
D | Makefile-keyspan_pda_fw | 12 %.hex: %.asm 16 %_fw.h: %.hex ezusb_convert.pl
|
/Linux-v6.1/Documentation/devicetree/bindings/leds/ |
D | leds-el15203000.txt | 9 Vending area LED encoded with symbol 'V' (hex code 0x56). 13 encoded with symbol 'S' (hex code 0x53). Supports blinking breathing pattern. 15 Water Pipe LED encoded with symbol 'P' (hex code 0x50) and
|
/Linux-v6.1/tools/perf/util/ |
D | demangle-ocaml.c | 58 result[j++] = (hex(sym[i + 1]) << 4) | hex(sym[i + 2]); in ocaml_demangle_sym()
|
/Linux-v6.1/Documentation/usb/ |
D | misc_usbsevseg.rst | 26 The device can accept "text" either in raw, hex, or ascii textmode. 28 hex expects a value between 0-15 per character, 44 echo -ne "\x01\x02\x03" > /sys/bus/usb/.../text (hex)
|
/Linux-v6.1/Documentation/ABI/stable/ |
D | sysfs-firmware-opal-dump | 16 id 0xYYYY (in hex). The name of this 29 in hex (e.g. '0x01') 32 in hex and a description of the dump type
|
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/ |
D | xdp_synproxy.c | 28 static const char *hex = "0123456789ABCDEF"; in escape_str() local 37 *out++ = hex[(in[i] >> 4) & 0xf]; in escape_str() 38 *out++ = hex[in[i] & 0xf]; in escape_str()
|
/Linux-v6.1/arch/nios2/platform/ |
D | Kconfig.platform | 7 hex "Memory base address" 32 hex "DTB Address" 128 hex "D-Cache size" if CUSTOM_CACHE_SETTINGS 135 hex "D-Cache line size" if CUSTOM_CACHE_SETTINGS 142 hex "I-Cache size" if CUSTOM_CACHE_SETTINGS
|
/Linux-v6.1/drivers/isdn/capi/ |
D | capiutil.c | 426 unsigned hex = 0; in printstructlen() local 432 if (hex) in printstructlen() 435 hex = 0; in printstructlen() 437 if (!hex) in printstructlen() 441 hex = 1; in printstructlen() 443 if (hex) in printstructlen()
|
/Linux-v6.1/drivers/mfd/ |
D | janz-cmodio.c | 49 u8 hex; member 157 return sysfs_emit(buf, "%x\n", priv->hex); in modulbus_number_show() 211 priv->hex = ioread8(&priv->ctrl->int_enable); in cmodio_pci_probe()
|