Searched refs:chl (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/Documentation/devicetree/bindings/net/ |
D | intel,ixp4xx-hss.yaml | 35 intel,queue-chl-rxtrig: 43 intel,queue-chl-txready: 111 - intel,queue-chl-rxtrig 112 - intel,queue-chl-txready
|
/linux-6.1.9/fs/fat/ |
D | namei_vfat.c | 335 int chl, chi; in vfat_create_shortname() local 383 chl = to_shortname_char(nls, charbuf, sizeof(charbuf), in vfat_create_shortname() 385 if (chl == 0) in vfat_create_shortname() 388 if (baselen < 2 && (baselen + chl) > 2) in vfat_create_shortname() 390 if (baselen < 6 && (baselen + chl) > 6) in vfat_create_shortname() 392 for (chi = 0; chi < chl; chi++) { in vfat_create_shortname() 399 if ((chi < chl - 1) || (ip + 1) - uname < sz) in vfat_create_shortname() 411 chl = to_shortname_char(nls, charbuf, sizeof(charbuf), in vfat_create_shortname() 413 if (chl == 0) in vfat_create_shortname() 416 if ((extlen + chl) > 3) { in vfat_create_shortname() [all …]
|
D | dir.c | 361 int chi, chl, i, j, k; in fat_parse_short() local 382 chl = fat_shortname2uni(nls_disk, &work[i], 8 - i, in fat_parse_short() 385 if (chl <= 1) { in fat_parse_short() 396 i += min(chl, 8-i); in fat_parse_short() 398 for (chi = 0; chi < chl && i < 8; chi++, i++) in fat_parse_short() 401 if (chl) in fat_parse_short() 418 chl = fat_shortname2uni(nls_disk, &work[k], MSDOS_NAME - k, in fat_parse_short() 421 if (chl <= 1) { in fat_parse_short() 433 int offset = min(chl, MSDOS_NAME-k); in fat_parse_short() 437 for (chi = 0; chi < chl && k < MSDOS_NAME; in fat_parse_short() [all …]
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | intel-ixp42x-goramo-multilink.dts | 119 intel,queue-chl-rxtrig = <&qmgr 12>; 120 intel,queue-chl-txready = <&qmgr 34>; 134 intel,queue-chl-rxtrig = <&qmgr 10>; 135 intel,queue-chl-txready = <&qmgr 35>;
|
/linux-6.1.9/drivers/net/phy/ |
D | bcm-phy-lib.h | 47 u16 reg, u16 chl, u16 value); 49 u16 reg, u16 chl);
|
D | bcm-phy-lib.c | 122 u16 reg, u16 chl, u16 val) in bcm_phy_write_misc() argument 138 tmp = (chl * MII_BCM_CHANNEL_WIDTH) | reg; in bcm_phy_write_misc() 146 u16 reg, u16 chl) in bcm_phy_read_misc() argument 162 tmp = (chl * MII_BCM_CHANNEL_WIDTH) | reg; in bcm_phy_read_misc()
|
/linux-6.1.9/Documentation/devicetree/bindings/firmware/ |
D | intel,ixp4xx-network-processing-engine.yaml | 74 intel,queue-chl-rxtrig = <&qmgr 12>; 75 intel,queue-chl-txready = <&qmgr 34>;
|