Home
last modified time | relevance | path

Searched refs:chl (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/Documentation/devicetree/bindings/net/
H A Dintel,ixp4xx-hss.yaml35 intel,queue-chl-rxtrig:
43 intel,queue-chl-txready:
111 - intel,queue-chl-rxtrig
112 - intel,queue-chl-txready
/linux-6.15/fs/fat/
H A Dnamei_vfat.c332 int chl, chi; in vfat_create_shortname() local
380 chl = to_shortname_char(nls, charbuf, sizeof(charbuf), in vfat_create_shortname()
382 if (chl == 0) in vfat_create_shortname()
385 if (baselen < 2 && (baselen + chl) > 2) in vfat_create_shortname()
387 if (baselen < 6 && (baselen + chl) > 6) in vfat_create_shortname()
389 for (chi = 0; chi < chl; chi++) { in vfat_create_shortname()
396 if ((chi < chl - 1) || (ip + 1) - uname < sz) in vfat_create_shortname()
408 chl = to_shortname_char(nls, charbuf, sizeof(charbuf), in vfat_create_shortname()
410 if (chl == 0) in vfat_create_shortname()
413 if ((extlen + chl) > 3) { in vfat_create_shortname()
[all …]
H A Ddir.c373 int chi, chl, i, j, k; in fat_parse_short() local
394 chl = fat_shortname2uni(nls_disk, &work[i], 8 - i, in fat_parse_short()
397 if (chl <= 1) { in fat_parse_short()
408 i += min(chl, 8-i); in fat_parse_short()
410 for (chi = 0; chi < chl && i < 8; chi++, i++) in fat_parse_short()
413 if (chl) in fat_parse_short()
430 chl = fat_shortname2uni(nls_disk, &work[k], MSDOS_NAME - k, in fat_parse_short()
433 if (chl <= 1) { in fat_parse_short()
445 int offset = min(chl, MSDOS_NAME-k); in fat_parse_short()
449 for (chi = 0; chi < chl && k < MSDOS_NAME; in fat_parse_short()
[all …]
/linux-6.15/arch/arm/boot/dts/intel/ixp/
H A Dintel-ixp42x-goramo-multilink.dts121 intel,queue-chl-rxtrig = <&qmgr 12>;
122 intel,queue-chl-txready = <&qmgr 34>;
136 intel,queue-chl-rxtrig = <&qmgr 10>;
137 intel,queue-chl-txready = <&qmgr 35>;
/linux-6.15/drivers/net/phy/
H A Dbcm-phy-lib.h55 u16 reg, u16 chl, u16 value);
57 u16 reg, u16 chl);
H A Dbcm-phy-lib.c124 u16 reg, u16 chl, u16 val) in bcm_phy_write_misc() argument
140 tmp = (chl * MII_BCM_CHANNEL_WIDTH) | reg; in bcm_phy_write_misc()
148 u16 reg, u16 chl) in bcm_phy_read_misc() argument
164 tmp = (chl * MII_BCM_CHANNEL_WIDTH) | reg; in bcm_phy_read_misc()
/linux-6.15/Documentation/devicetree/bindings/firmware/
H A Dintel,ixp4xx-network-processing-engine.yaml74 intel,queue-chl-rxtrig = <&qmgr 12>;
75 intel,queue-chl-txready = <&qmgr 34>;
/linux-6.15/sound/soc/codecs/
H A Dtas2781-fmwlib.c1493 unsigned short chl, unsigned char book, unsigned char page, in do_singlereg_checksum() argument
1514 ret = tasdevice_dev_read(tasdevice, chl, in do_singlereg_checksum()
1523 tasdevice->tasdevice[chl].err_code |= ERROR_YRAM_CRCCHK; in do_singlereg_checksum()