Home
last modified time | relevance | path

Searched refs:hex (Results 1 – 21 of 21) sorted by relevance

/drivers/staging/r8188eu/hal/
DHalHWImg8188E_BB.c14 static bool CheckCondition(const u32 condition, const u32 hex) in CheckCondition() argument
16 u32 _board = (hex & 0x000000FF); in CheckCondition()
17 u32 _interface = (hex & 0x0000FF00) >> 8; in CheckCondition()
18 u32 _platform = (hex & 0x00FF0000) >> 16; in CheckCondition()
177 u32 hex = 0; in ODM_ReadAndConfig_AGC_TAB_1T_8188E() local
190 hex += board; in ODM_ReadAndConfig_AGC_TAB_1T_8188E()
191 hex += interfaceValue << 8; in ODM_ReadAndConfig_AGC_TAB_1T_8188E()
192 hex += platform << 16; in ODM_ReadAndConfig_AGC_TAB_1T_8188E()
193 hex += 0xFF000000; in ODM_ReadAndConfig_AGC_TAB_1T_8188E()
220 if (!CheckCondition(array[i], hex)) { in ODM_ReadAndConfig_AGC_TAB_1T_8188E()
[all …]
DHalHWImg8188E_MAC.c7 static bool Checkcondition(const u32 condition, const u32 hex) in Checkcondition() argument
9 u32 _board = (hex & 0x000000FF); in Checkcondition()
10 u32 _interface = (hex & 0x0000FF00) >> 8; in Checkcondition()
11 u32 _platform = (hex & 0x00FF0000) >> 16; in Checkcondition()
134 u32 hex = 0; in ODM_ReadAndConfig_MAC_REG_8188E() local
147 hex += board; in ODM_ReadAndConfig_MAC_REG_8188E()
148 hex += interface_val << 8; in ODM_ReadAndConfig_MAC_REG_8188E()
149 hex += platform << 16; in ODM_ReadAndConfig_MAC_REG_8188E()
150 hex += 0xFF000000; in ODM_ReadAndConfig_MAC_REG_8188E()
177 if (!Checkcondition(array[i], hex)) { in ODM_ReadAndConfig_MAC_REG_8188E()
DHalHWImg8188E_RF.c145 u32 hex = 0; in ODM_ReadAndConfig_RadioA_1T_8188E() local
158 hex += board; in ODM_ReadAndConfig_RadioA_1T_8188E()
159 hex += interfaceValue << 8; in ODM_ReadAndConfig_RadioA_1T_8188E()
160 hex += platform << 16; in ODM_ReadAndConfig_RadioA_1T_8188E()
161 hex += 0xFF000000; in ODM_ReadAndConfig_RadioA_1T_8188E()
201 if (!CheckCondition(Array[i], hex)) { in ODM_ReadAndConfig_RadioA_1T_8188E()
/drivers/bus/
Dmoxtet.c468 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 …]
/drivers/usb/serial/
DMakefile-keyspan_pda_fw12 %.hex: %.asm
16 %_fw.h: %.hex ezusb_convert.pl
/drivers/isdn/capi/
Dcapiutil.c426 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()
/drivers/media/cec/usb/rainshadow/
Drainshadow-cec.c285 char hex[3]; in rain_cec_adap_transmit() local
290 snprintf(hex, sizeof(hex), "%02x", msg->msg[i]); in rain_cec_adap_transmit()
291 strlcat(cmd, hex, sizeof(cmd)); in rain_cec_adap_transmit()
/drivers/mfd/
Djanz-cmodio.c49 u8 hex; member
157 return snprintf(buf, PAGE_SIZE, "%x\n", priv->hex); in modulbus_number_show()
211 priv->hex = ioread8(&priv->ctrl->int_enable); in cmodio_pci_probe()
/drivers/media/radio/
DKconfig281 hex "RadioTrack i/o port (0x20f or 0x30f)"
305 hex "RadioTrack II i/o port (0x20c or 0x30c)"
325 hex "Aztech/Packard Bell I/O port (0x350 or 0x358)"
351 hex "Fixed I/O port (0x20c, 0x30c, 0x24c, 0x34c, 0x248 or 0x28c)"
442 hex "Trust i/o port (usually 0x350 or 0x358)"
466 hex "Typhoon I/O port (0x316 or 0x336)"
501 hex "ZOLTRIX I/O port (0x20c or 0x30c)"
/drivers/accessibility/speakup/
DDefaultKeyAssignments28 InsKeyPad-minus Say character hex and decimal value.
/drivers/message/fusion/
DKconfig117 The debug level can be programmed on the fly via SysFS (hex values)
/drivers/net/wireless/intel/iwlegacy/
DKconfig82 To set a value, simply echo an 8-byte hex value to the same file:
/drivers/net/wireless/intel/iwlwifi/
DKconfig110 To set a value, simply echo an 8-byte hex value to the same file:
/drivers/mtd/maps/
DKconfig38 hex "Physical start address of flash mapping"
48 hex "Physical length of flash mapping"
/drivers/atm/
DKconfig264 string "Dxxxx" to VCI 1023 (where x is a hex digit). See the file
288 string "Dxxxx" to VCI 1023 (where x is a hex digit). See the file
/drivers/scsi/
D53c700.scr41 ; The following represent status interrupts we use 3 hex digits for
D53c700_d.h_shipped44 ; The following represent status interrupts we use 3 hex digits for
/drivers/net/wireless/realtek/rtw88/
Dphy.c1075 static u8 tbl_to_dec_pwr_by_rate(struct rtw_dev *rtwdev, u32 hex, u8 i) in tbl_to_dec_pwr_by_rate() argument
1078 return bcd_to_dec_pwr_by_rate(hex, i); in tbl_to_dec_pwr_by_rate()
1080 return (hex >> (i * 8)) & 0xFF; in tbl_to_dec_pwr_by_rate()
/drivers/edac/
DKconfig97 - inject_ecc_vector (hex ecc vector: select bits of inject word)
/drivers/mtd/nand/raw/
DKconfig510 hex "Physical address of DiskOnChip" if MTD_NAND_DISKONCHIP_PROBE_ADVANCED
/drivers/auxdisplay/
DKconfig68 hex "Parallel port where the LCD is connected"