| /kernel/linux/linux-5.10/drivers/net/ethernet/realtek/ |
| D | Kconfig | 35 tristate "RealTek RTL-8139 C+ PCI Fast Ethernet Adapter support" 47 tristate "RealTek RTL-8129/8130/8139 PCI Fast Ethernet Adapter support" 53 the RTL 8129/8130/8139 chips. If you have one of those, say Y here. 69 bool "Support for uncommon RTL-8139 rev. K (automatic channel equalization)" 74 RTL-8139 revision K boards, and totally unused otherwise. It tries 80 bool "Support for older RTL-8129/8130 boards" 83 This enables support for the older and uncommon RTL-8129 and 84 RTL-8130 chips, which support MII via an external transceiver,
|
| D | 8139too.c | 3 8139too.c: A RealTek RTL-8139 Fast Ethernet driver for Linux. 158 The RTL chips use a 64 element hash table based on the Ethernet CRC. */ 316 Config4 = 0x5A, /* absent on RTL-8139A */ 331 Config5 = 0xD8, /* absent on RTL-8139A */ 514 { "RTL-8139", 519 { "RTL-8139 rev K", 524 { "RTL-8139A", 529 { "RTL-8139A rev G", 534 { "RTL-8139B", 539 { "RTL-8130", [all …]
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/realtek/ |
| D | Kconfig | 34 tristate "RealTek RTL-8139 C+ PCI Fast Ethernet Adapter support" 46 tristate "RealTek RTL-8129/8130/8139 PCI Fast Ethernet Adapter support" 52 the RTL 8129/8130/8139 chips. If you have one of those, say Y here. 68 bool "Support for uncommon RTL-8139 rev. K (automatic channel equalization)" 73 RTL-8139 revision K boards, and totally unused otherwise. It tries 79 bool "Support for older RTL-8129/8130 boards" 82 This enables support for the older and uncommon RTL-8129 and 83 RTL-8130 chips, which support MII via an external transceiver,
|
| D | 8139too.c | 3 8139too.c: A RealTek RTL-8139 Fast Ethernet driver for Linux. 158 The RTL chips use a 64 element hash table based on the Ethernet CRC. */ 315 Config4 = 0x5A, /* absent on RTL-8139A */ 330 Config5 = 0xD8, /* absent on RTL-8139A */ 513 { "RTL-8139", 518 { "RTL-8139 rev K", 523 { "RTL-8139A", 528 { "RTL-8139A rev G", 533 { "RTL-8139B", 538 { "RTL-8130", [all …]
|
| /kernel/linux/linux-5.10/drivers/bluetooth/ |
| D | btrtl.h | 10 #define rtl_dev_err(dev, fmt, ...) bt_dev_err(dev, "RTL: " fmt, ##__VA_ARGS__) 11 #define rtl_dev_warn(dev, fmt, ...) bt_dev_warn(dev, "RTL: " fmt, ##__VA_ARGS__) 12 #define rtl_dev_info(dev, fmt, ...) bt_dev_info(dev, "RTL: " fmt, ##__VA_ARGS__) 13 #define rtl_dev_dbg(dev, fmt, ...) bt_dev_dbg(dev, "RTL: " fmt, ##__VA_ARGS__)
|
| /kernel/linux/linux-4.19/drivers/bluetooth/ |
| D | btrtl.h | 20 #define rtl_dev_err(dev, fmt, ...) bt_dev_err(dev, "RTL: " fmt, ##__VA_ARGS__) 21 #define rtl_dev_warn(dev, fmt, ...) bt_dev_warn(dev, "RTL: " fmt, ##__VA_ARGS__) 22 #define rtl_dev_info(dev, fmt, ...) bt_dev_info(dev, "RTL: " fmt, ##__VA_ARGS__) 23 #define rtl_dev_dbg(dev, fmt, ...) bt_dev_dbg(dev, "RTL: " fmt, ##__VA_ARGS__)
|
| D | btrtl.c | 181 /* Read RTL ROM version command */ in rtl_read_rom_version() 190 rtl_dev_err(hdev, "RTL version event length mismatch\n"); in rtl_read_rom_version() 413 rtl_dev_info(hdev, "rtl: loading %s\n", name); in rtl_load_file() 536 rtl_dev_info(hdev, "rtl: examining hci_ver=%02x hci_rev=%04x lmp_ver=%02x lmp_subver=%04x\n", in btrtl_initialize() 549 rtl_dev_info(hdev, "rtl: unknown IC info, lmp subver %04x, hci rev %04x, hci ver %04x", in btrtl_initialize() 607 rtl_dev_info(hdev, "rtl: assuming no firmware upload needed\n"); in btrtl_download_firmware() 621 rtl_dev_info(hdev, "rtl: assuming no firmware upload needed\n"); in btrtl_download_firmware()
|
| /kernel/linux/linux-4.19/Documentation/ |
| D | gcc-plugins.txt | 12 callbacks [2]_, GIMPLE [3]_, IPA [4]_ and RTL passes [5]_. 33 .. [5] https://gcc.gnu.org/onlinedocs/gccint/RTL.html 59 $(src)/scripts/gcc-plugins/gcc-generate-rtl-pass.h** 62 GIMPLE, SIMPLE_IPA, IPA and RTL passes. They support all gcc versions
|
| /kernel/linux/linux-5.10/Documentation/kbuild/ |
| D | gcc-plugins.rst | 12 callbacks [2]_, GIMPLE [3]_, IPA [4]_ and RTL passes [5]_. 33 .. [5] https://gcc.gnu.org/onlinedocs/gccint/RTL.html 59 $(src)/scripts/gcc-plugins/gcc-generate-rtl-pass.h** 62 GIMPLE, SIMPLE_IPA, IPA and RTL passes. They support all gcc versions
|
| /kernel/linux/linux-5.10/scripts/gcc-plugins/ |
| D | stackleak_plugin.c | 24 * - add "-fdump-tree-all -fdump-rtl-all" to the plugin CFLAGS in 276 * which is an RTL representation of the code for a function. in remove_stack_tracking_gcall() 295 * Check the expression code of the insn body, which is an RTL in remove_stack_tracking_gcall() 346 * insns, which is an RTL representation of the code for a function. in remove_stack_tracking_gasm() 365 * Check the expression code of the insn body, which is an RTL in remove_stack_tracking_gasm() 393 * Work with the RTL representation of the code. 497 #include "gcc-generate-rtl-pass.h" 527 * performed just before expanding gcc trees to the RTL. In former in plugin_init() 603 * The stack frame size info is available only at the last RTL pass, in plugin_init()
|
| /kernel/linux/linux-5.10/samples/bpf/ |
| D | xdp_router_ipv4_user.c | 129 int rtl; in read_route() local 166 rtl = RTM_PAYLOAD(nh); in read_route() 168 for (; RTA_OK(rt_attr, rtl); rt_attr = RTA_NEXT(rt_attr, rtl)) { in read_route() 382 int rtl, ndm_family; in read_arp() local 401 rtl = RTM_PAYLOAD(nh); in read_arp() 402 for (; RTA_OK(rt_attr, rtl); rt_attr = RTA_NEXT(rt_attr, rtl)) { in read_arp()
|
| /kernel/linux/linux-4.19/samples/bpf/ |
| D | xdp_router_ipv4_user.c | 113 int rtl; in read_route() local 150 rtl = RTM_PAYLOAD(nh); in read_route() 152 for (; RTA_OK(rt_attr, rtl); rt_attr = RTA_NEXT(rt_attr, rtl)) { in read_route() 366 int rtl, ndm_family; in read_arp() local 385 rtl = RTM_PAYLOAD(nh); in read_arp() 386 for (; RTA_OK(rt_attr, rtl); rt_attr = RTA_NEXT(rt_attr, rtl)) { in read_arp()
|
| /kernel/linux/linux-4.19/arch/mips/include/asm/ |
| D | war.h | 175 * MIPS 4K RTL revision <3.0, PRID revision <4 193 * MIPS 5Kc,5Kf RTL revision <2.3, PRID revision <8 194 * MIPS 20Kc RTL revision <4.0, PRID revision <?
|
| /kernel/linux/linux-4.19/lib/ |
| D | locking-selftest-rtmutex.h | 3 #define LOCK RTL
|
| /kernel/linux/linux-5.10/lib/ |
| D | locking-selftest-rtmutex.h | 3 #define LOCK RTL
|
| /kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/ |
| D | regd.c | 397 "rtl: EEPROM regdomain: 0x%0x country code: %d\n", in rtl_regd_init() 402 "rtl: EEPROM indicates invalid country code, world wide 13 should be used\n"); in rtl_regd_init() 418 "rtl: Country alpha2 being used: %c%c\n", in rtl_regd_init()
|
| /kernel/linux/linux-4.19/Documentation/ABI/testing/ |
| D | sysfs-devices-system-ibm-rtl | 18 the RTL table version that lives in the Extended
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-devices-system-ibm-rtl | 20 the RTL table version that lives in the Extended
|
| /kernel/linux/linux-4.19/drivers/staging/rtlwifi/ |
| D | regd.c | 421 "rtl: EEPROM regdomain: 0x%0x country code: %d\n", in rtl_regd_init() 426 "rtl: EEPROM indicates invalid country code, world wide 13 should be used\n"); in rtl_regd_init() 442 "rtl: Country alpha2 being used: %c%c\n", in rtl_regd_init()
|
| /kernel/linux/linux-4.19/drivers/net/wireless/realtek/rtlwifi/ |
| D | regd.c | 438 "rtl: EEPROM regdomain: 0x%0x country code: %d\n", in rtl_regd_init() 443 "rtl: EEPROM indicates invalid country code, world wide 13 should be used\n"); in rtl_regd_init() 459 "rtl: Country alpha2 being used: %c%c\n", in rtl_regd_init()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/sifive/ |
| D | fu540-prci.yaml | 35 - description: RTL clock.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/pwm/ |
| D | pwm-sifive.yaml | 20 achievable period. PWM RTL that corresponds to the IP block version
|
| /kernel/linux/linux-5.10/arch/sh/ |
| D | Kconfig.debug | 71 If running in painfully slow environments, such as an RTL
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/spi/ |
| D | spi-sifive.yaml | 31 SPI RTL that corresponds to the IP block version numbers can be found here -
|
| /kernel/linux/linux-4.19/arch/sh/ |
| D | Kconfig.debug | 73 If running in painfully slow environments, such as an RTL
|