Home
last modified time | relevance | path

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

/linux/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/fs/fat/
H A Ddir.c400 int chi, chl, i, j, k; in fat_parse_short() local
421 chl = fat_shortname2uni(nls_disk, &work[i], 8 - i, in fat_parse_short()
424 if (chl <= 1) { in fat_parse_short()
435 i += min(chl, 8-i); in fat_parse_short()
437 for (chi = 0; chi < chl && i < 8; chi++, i++) in fat_parse_short()
440 if (chl) in fat_parse_short()
457 chl = fat_shortname2uni(nls_disk, &work[k], MSDOS_NAME - k, in fat_parse_short()
460 if (chl <= 1) { in fat_parse_short()
472 int offset = min(chl, MSDOS_NAME-k); in fat_parse_short()
476 for (chi = 0; chi < chl && k < MSDOS_NAME; in fat_parse_short()
[all …]
/linux/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/sound/soc/codecs/
H A Dtas2781-fmwlib.c1626 unsigned short chl, unsigned char book, unsigned char page, in do_singlereg_checksum() argument
1647 ret = tasdevice->dev_read(tasdevice, chl, in do_singlereg_checksum()
1656 tasdevice->tasdevice[chl].err_code |= ERROR_YRAM_CRCCHK; in do_singlereg_checksum()