| /kernel/linux/linux-4.19/drivers/usb/serial/ |
| D | io_16654.h | 40 #define DLL 8 // Bank2[ 0 ] Divisor Latch LSB 41 #define DLM 9 // Bank2[ 1 ] Divisor Latch MSB 42 #define EFR 10 // Bank2[ 2 ] Extended Function Register 43 //efine unused 11 // Bank2[ 3 ] 44 #define XON1 12 // Bank2[ 4 ] Xon-1 45 #define XON2 13 // Bank2[ 5 ] Xon-2 46 #define XOFF1 14 // Bank2[ 6 ] Xoff-1 47 #define XOFF2 15 // Bank2[ 7 ] Xoff-2
|
| /kernel/linux/linux-5.10/drivers/usb/serial/ |
| D | io_16654.h | 40 #define DLL 8 // Bank2[ 0 ] Divisor Latch LSB 41 #define DLM 9 // Bank2[ 1 ] Divisor Latch MSB 42 #define EFR 10 // Bank2[ 2 ] Extended Function Register 43 //efine unused 11 // Bank2[ 3 ] 44 #define XON1 12 // Bank2[ 4 ] Xon-1 45 #define XON2 13 // Bank2[ 5 ] Xon-2 46 #define XOFF1 14 // Bank2[ 6 ] Xoff-1 47 #define XOFF2 15 // Bank2[ 7 ] Xoff-2
|
| /kernel/linux/linux-4.19/drivers/media/platform/s5p-mfc/ |
| D | s5p_mfc_opr_v5.c | 108 ctx->bank2.size = ctx->total_dpb_count * ctx->mv_size; in s5p_mfc_alloc_codec_buffers_v5() 118 ctx->bank2.size = 0; in s5p_mfc_alloc_codec_buffers_v5() 129 ctx->bank2.size = 0; in s5p_mfc_alloc_codec_buffers_v5() 133 ctx->bank2.size = 0; in s5p_mfc_alloc_codec_buffers_v5() 142 ctx->bank2.size = 0; in s5p_mfc_alloc_codec_buffers_v5() 150 ctx->bank2.size = (enc_ref_y_size * 2) + in s5p_mfc_alloc_codec_buffers_v5() 159 ctx->bank2.size = (enc_ref_y_size * 2) + in s5p_mfc_alloc_codec_buffers_v5() 166 ctx->bank2.size = (enc_ref_y_size * 2) + in s5p_mfc_alloc_codec_buffers_v5() 183 if (ctx->bank2.size > 0) { in s5p_mfc_alloc_codec_buffers_v5() 184 ret = s5p_mfc_alloc_priv_buf(dev, BANK_R_CTX, &ctx->bank2); in s5p_mfc_alloc_codec_buffers_v5() [all …]
|
| D | s5p_mfc_common.h | 581 * @bank2: handle to memory allocated for temporary buffers from 662 struct s5p_mfc_priv_buf bank2; member
|
| D | s5p_mfc_opr_v6.c | 192 ctx->bank2.size = 0; in s5p_mfc_alloc_codec_buffers_v6() 256 ctx->bank2.size = 0; in s5p_mfc_alloc_codec_buffers_v6() 276 ctx->bank2.size = 0; in s5p_mfc_alloc_codec_buffers_v6() 300 ctx->bank2.size = 0; in s5p_mfc_alloc_codec_buffers_v6() 311 ctx->bank2.size = 0; in s5p_mfc_alloc_codec_buffers_v6() 563 /* Bank2 */ in s5p_mfc_set_dec_frame_buffer_v6()
|
| D | s5p_mfc_ctrl.c | 189 mfc_debug(2, "Bank1: %pad, Bank2: %pad\n", in s5p_mfc_init_memctrl()
|
| D | s5p_mfc.c | 1145 mfc_err("Allocating bank2 base failed\n"); in s5p_mfc_configure_2port_memory() 1153 * should not have address of bank2 - MFC will treat it as a null frame. in s5p_mfc_configure_2port_memory() 1154 * To avoid such situation we set bank2 address below the pool address. in s5p_mfc_configure_2port_memory()
|
| /kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/ |
| D | s5p_mfc_opr_v5.c | 105 ctx->bank2.size = ctx->total_dpb_count * ctx->mv_size; in s5p_mfc_alloc_codec_buffers_v5() 115 ctx->bank2.size = 0; in s5p_mfc_alloc_codec_buffers_v5() 126 ctx->bank2.size = 0; in s5p_mfc_alloc_codec_buffers_v5() 130 ctx->bank2.size = 0; in s5p_mfc_alloc_codec_buffers_v5() 139 ctx->bank2.size = 0; in s5p_mfc_alloc_codec_buffers_v5() 147 ctx->bank2.size = (enc_ref_y_size * 2) + in s5p_mfc_alloc_codec_buffers_v5() 156 ctx->bank2.size = (enc_ref_y_size * 2) + in s5p_mfc_alloc_codec_buffers_v5() 163 ctx->bank2.size = (enc_ref_y_size * 2) + in s5p_mfc_alloc_codec_buffers_v5() 180 if (ctx->bank2.size > 0) { in s5p_mfc_alloc_codec_buffers_v5() 181 ret = s5p_mfc_alloc_priv_buf(dev, BANK_R_CTX, &ctx->bank2); in s5p_mfc_alloc_codec_buffers_v5() [all …]
|
| D | s5p_mfc_common.h | 577 * @bank2: handle to memory allocated for temporary buffers from 658 struct s5p_mfc_priv_buf bank2; member
|
| D | s5p_mfc_opr_v6.c | 189 ctx->bank2.size = 0; in s5p_mfc_alloc_codec_buffers_v6() 253 ctx->bank2.size = 0; in s5p_mfc_alloc_codec_buffers_v6() 273 ctx->bank2.size = 0; in s5p_mfc_alloc_codec_buffers_v6() 297 ctx->bank2.size = 0; in s5p_mfc_alloc_codec_buffers_v6() 308 ctx->bank2.size = 0; in s5p_mfc_alloc_codec_buffers_v6() 560 /* Bank2 */ in s5p_mfc_set_dec_frame_buffer_v6()
|
| D | s5p_mfc_ctrl.c | 185 mfc_debug(2, "Bank1: %pad, Bank2: %pad\n", in s5p_mfc_init_memctrl()
|
| D | s5p_mfc.c | 1152 mfc_err("Allocating bank2 base failed\n"); in s5p_mfc_configure_2port_memory() 1160 * should not have address of bank2 - MFC will treat it as a null frame. in s5p_mfc_configure_2port_memory() 1161 * To avoid such situation we set bank2 address below the pool address. in s5p_mfc_configure_2port_memory()
|
| /kernel/linux/linux-4.19/Documentation/hwmon/ |
| D | abituguru-datasheet | 179 This byte holds the alarm flags for sensor 0-5 of Sensor Bank2, with bit 0 273 Bank 0x26 Sensors Bank2 Values / Readings (R) 286 Bank 0x27 Sensors Bank2 Settings (R) 287 Bank 0x28 Sensors Bank2 Settings (W)
|
| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| D | abituguru-datasheet.rst | 180 This byte holds the alarm flags for sensor 0-5 of Sensor Bank2, with bit 0 291 Bank 0x26 Sensors Bank2 Values / Readings (R) 305 Bank 0x27 Sensors Bank2 Settings (R) and Bank 0x28 Sensors Bank2 Settings (W)
|
| /kernel/linux/linux-5.10/drivers/hwmon/ |
| D | abituguru.c | 38 /* max nr of sensors in bank2, currently mb's with max 6 fans are known */ 211 * of a sensor is a volt or a temp sensor, for bank2 and the pwms its 213 * sysfs entries per sensor, for bank2 and pwms 6. 237 /* Bank 2 data, ABIT_UGURU_MAX_BANK2_SENSORS entries for bank2 */ 238 u8 bank2_sensors; /* actual number of bank2 sensors found */ 242 /* Alarms 2 bytes for bank1, 1 byte for bank2 */ 610 * These functions try to find out how many sensors there are in bank2 and how 618 * Although the uGuru allows reading (settings) from non existing bank2 652 ABIT_UGURU_DEBUG(2, " bank2 sensor %d does not seem " in abituguru_detect_no_bank2_sensors() 661 ABIT_UGURU_DEBUG(2, " bank2 sensor %d does not seem " in abituguru_detect_no_bank2_sensors() [all …]
|
| /kernel/linux/linux-4.19/drivers/hwmon/ |
| D | abituguru.c | 51 /* max nr of sensors in bank2, currently mb's with max 6 fans are known */ 224 * of a sensor is a volt or a temp sensor, for bank2 and the pwms its 226 * sysfs entries per sensor, for bank2 and pwms 6. 250 /* Bank 2 data, ABIT_UGURU_MAX_BANK2_SENSORS entries for bank2 */ 251 u8 bank2_sensors; /* actual number of bank2 sensors found */ 255 /* Alarms 2 bytes for bank1, 1 byte for bank2 */ 623 * These functions try to find out how many sensors there are in bank2 and how 631 * Although the uGuru allows reading (settings) from non existing bank2 665 ABIT_UGURU_DEBUG(2, " bank2 sensor %d does not seem " in abituguru_detect_no_bank2_sensors() 674 ABIT_UGURU_DEBUG(2, " bank2 sensor %d does not seem " in abituguru_detect_no_bank2_sensors() [all …]
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/ |
| D | controlfb.c | 290 int bank1, bank2; in find_vram_size() local 303 bank2 = (in_8(&p->frame_buffer[0x600000]) == 0xb3) in find_vram_size() 320 if (bank2) { in find_vram_size() 342 p->total_vram = (bank1 + bank2) * 0x200000; in find_vram_size() 346 (bank1 + bank2) << 1, bank1 << 1, bank2 << 1); in find_vram_size()
|
| D | platinumfb.c | 536 int bank0, bank1, bank2, bank3, rc; in platinumfb_probe() local 600 bank2 = fbuffer[0x200000] == 0x56; in platinumfb_probe() 602 pinfo->total_vram = (bank0 + bank1 + bank2 + bank3) * 0x100000; in platinumfb_probe() 605 bank3, bank2, bank1, bank0); in platinumfb_probe()
|
| /kernel/linux/linux-4.19/arch/mips/include/asm/ |
| D | jazz.h | 160 unsigned int bank2 : 3; member 174 unsigned int bank2 : 3; member
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/ |
| D | jazz.h | 160 unsigned int bank2 : 3; member 174 unsigned int bank2 : 3; member
|
| /kernel/linux/linux-4.19/drivers/video/fbdev/ |
| D | controlfb.c | 611 int bank1, bank2; in find_vram_size() local 629 bank2 = (in_8(&p->frame_buffer[0x600000]) == 0xb3) in find_vram_size() 651 if (bank2) { in find_vram_size() 673 p->total_vram = (bank1 + bank2) * 0x200000; in find_vram_size() 677 (bank1 + bank2) << 1, bank1 << 1, bank2 << 1); in find_vram_size()
|
| D | platinumfb.c | 543 int bank0, bank1, bank2, bank3, rc; in platinumfb_probe() local 609 bank2 = fbuffer[0x200000] == 0x56; in platinumfb_probe() 611 pinfo->total_vram = (bank0 + bank1 + bank2 + bank3) * 0x100000; in platinumfb_probe() 614 bank3, bank2, bank1, bank0); in platinumfb_probe()
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/memory-controllers/ |
| D | exynos-srom.txt | 60 2 0 0x06000000 0x20000 // Bank2
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/memory-controllers/ |
| D | exynos-srom.yaml | 106 2 0 0x06000000 0x20000 // Bank2
|
| /kernel/linux/linux-4.19/arch/mips/jz4740/ |
| D | platform.c | 127 .name = "bank2",
|