| /linux/arch/arm/include/uapi/asm/ |
| H A D | unistd.h | 17 #define __NR_OABI_SYSCALL_BASE 0x900000 18 #define __NR_SYSCALL_MASK 0x0fffff 21 #define __NR_SYSCALL_BASE 0 33 #define __ARM_NR_BASE (__NR_SYSCALL_BASE+0x0f0000)
|
| /linux/Documentation/devicetree/bindings/bus/ |
| H A D | palmbus.yaml | 19 pattern: "^palmbus(@[0-9a-f]+)?$" 37 "@[0-9a-f]+$": 62 reg = <0x1e000000 0x100000>; 65 ranges = <0x0 0x1e000000 0x0fffff>; 72 gpio-ranges = <&pinctrl 0 0 95>; 74 reg = <0x600 0x100>;
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
| H A D | hw.c | 107 for (rf_path = 0; rf_path < 2; rf_path++) { in _rtl92cu_read_txpower_info_from_hwpg() 108 for (i = 0; i < 3; i++) { in _rtl92cu_read_txpower_info_from_hwpg() 127 for (i = 0; i < 3; i++) { in _rtl92cu_read_txpower_info_from_hwpg() 133 (tempval & 0xf); in _rtl92cu_read_txpower_info_from_hwpg() 135 ((tempval & 0xf0) >> 4); in _rtl92cu_read_txpower_info_from_hwpg() 137 for (rf_path = 0; rf_path < 2; rf_path++) in _rtl92cu_read_txpower_info_from_hwpg() 138 for (i = 0; i < 3; i++) in _rtl92cu_read_txpower_info_from_hwpg() 140 "RF(%d) EEPROM CCK Area(%d) = 0x%x\n", in _rtl92cu_read_txpower_info_from_hwpg() 144 for (rf_path = 0; rf_path < 2; rf_path++) in _rtl92cu_read_txpower_info_from_hwpg() 145 for (i = 0; i < 3; i++) in _rtl92cu_read_txpower_info_from_hwpg() [all …]
|
| /linux/arch/mips/include/asm/sn/sn0/ |
| H A D | hubpi.h | 24 #define PI_BASE 0x000000 28 #define PI_CPU_PROTECT 0x000000 /* CPU Protection */ 29 #define PI_PROT_OVERRD 0x000008 /* Clear CPU Protection bit */ 30 #define PI_IO_PROTECT 0x000010 /* Interrupt Pending Protection */ 31 #define PI_REGION_PRESENT 0x000018 /* Indicates whether region exists */ 32 #define PI_CPU_NUM 0x000020 /* CPU Number ID */ 33 #define PI_CALIAS_SIZE 0x000028 /* Cached Alias Size */ 34 #define PI_MAX_CRB_TIMEOUT 0x000030 /* Maximum Timeout for CRB */ 35 #define PI_CRB_SFACTOR 0x000038 /* Scale factor for CRB timeout */ 38 #define PI_CALIAS_SIZE_0 0 [all …]
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | cxd2820r_c.c | 14 struct i2c_client *client = priv->client[0]; in cxd2820r_set_frontend_c() 21 { 0x00080, 0x01, 0xff }, in cxd2820r_set_frontend_c() 22 { 0x00081, 0x05, 0xff }, in cxd2820r_set_frontend_c() 23 { 0x00085, 0x07, 0xff }, in cxd2820r_set_frontend_c() 24 { 0x00088, 0x01, 0xff }, in cxd2820r_set_frontend_c() 26 { 0x00082, 0x20, 0x60 }, in cxd2820r_set_frontend_c() 27 { 0x1016a, 0x48, 0xff }, in cxd2820r_set_frontend_c() 28 { 0x100a5, 0x00, 0x01 }, in cxd2820r_set_frontend_c() 29 { 0x10020, 0x06, 0x07 }, in cxd2820r_set_frontend_c() 30 { 0x10059, 0x50, 0xff }, in cxd2820r_set_frontend_c() [all …]
|
| H A D | cxd2820r_t.c | 14 struct i2c_client *client = priv->client[0]; in cxd2820r_set_frontend_t() 21 { 0x17, 0xea, 0xaa, 0xaa, 0xaa }, /* 6 MHz */ in cxd2820r_set_frontend_t() 22 { 0x14, 0x80, 0x00, 0x00, 0x00 }, /* 7 MHz */ in cxd2820r_set_frontend_t() 23 { 0x11, 0xf0, 0x00, 0x00, 0x00 }, /* 8 MHz */ in cxd2820r_set_frontend_t() 26 { 0x1f, 0xdc }, /* 6 MHz */ in cxd2820r_set_frontend_t() 27 { 0x12, 0xf8 }, /* 7 MHz */ in cxd2820r_set_frontend_t() 28 { 0x01, 0xe0 }, /* 8 MHz */ in cxd2820r_set_frontend_t() 31 { 0x00080, 0x00, 0xff }, in cxd2820r_set_frontend_t() 32 { 0x00081, 0x03, 0xff }, in cxd2820r_set_frontend_t() 33 { 0x00085, 0x07, 0xff }, in cxd2820r_set_frontend_t() [all …]
|
| /linux/arch/mips/include/asm/pci/ |
| H A D | bridge.h | 30 #define BRIDGE_ATE_RAM_SIZE 0x00000400 /* 1kB ATE RAM */ 32 #define BRIDGE_CONFIG_BASE 0x20000 33 #define BRIDGE_CONFIG1_BASE 0x28000 34 #define BRIDGE_CONFIG_END 0x30000 35 #define BRIDGE_CONFIG_SLOT_SIZE 0x1000 37 #define BRIDGE_SSRAM_512K 0x00080000 /* 512kB */ 38 #define BRIDGE_SSRAM_128K 0x00020000 /* 128kB */ 39 #define BRIDGE_SSRAM_64K 0x00010000 /* 64kB */ 40 #define BRIDGE_SSRAM_0K 0x00000000 /* 0kB */ 48 #define ATE_V 0x01 [all …]
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_attr.c | 26 int rval = 0; in qla2x00_sysfs_read_fw_dump() 30 return 0; in qla2x00_sysfs_read_fw_dump() 53 rval = 0; in qla2x00_sysfs_read_fw_dump() 69 if (off != 0) in qla2x00_sysfs_write_fw_dump() 70 return (0); in qla2x00_sysfs_write_fw_dump() 74 case 0: in qla2x00_sysfs_write_fw_dump() 78 ql_log(ql_log_info, vha, 0x705d, in qla2x00_sysfs_write_fw_dump() 85 ha->fw_dump_reading = 0; in qla2x00_sysfs_write_fw_dump() 92 ql_log(ql_log_info, vha, 0x705e, in qla2x00_sysfs_write_fw_dump() 116 ql_dbg(ql_dbg_user, vha, 0x705b, in qla2x00_sysfs_write_fw_dump() [all …]
|
| /linux/drivers/media/usb/msi2500/ |
| H A D | msi2500.c | 31 * iConfiguration 0 32 * bInterfaceNumber 0 35 * bEndpointAddress 0x81 EP 1 IN 38 * wMaxPacketSize 0x1400 3x 1024 bytes 58 .tuner = 0, 60 .index = 0, 78 #if 0 213 * Number 2 (0b10) was never seen. 245 unsigned int i, j, transactions, dst_len = 0; in msi2500_convert_stream() 251 for (i = 0; i < transactions; i++) { in msi2500_convert_stream() [all …]
|
| /linux/fs/fat/ |
| H A D | inode.c | 11 * Max Cohan: Fixed invalid FSINFO offset when info_sector is 0 36 #define FAT_DATE_MIN (0<<9 | 1<<5 | 1) 78 .media = 0xFE, 85 .media = 0xFC, 92 .media = 0xFF, 99 .media = 0xFD, 135 return 0; in __fat_get_block() 138 return 0; in __fat_get_block() 180 return 0; in __fat_get_block() 194 return 0; in fat_get_block() [all …]
|