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

/linux-master/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)
140 tmp = (chl * MII_BCM_CHANNEL_WIDTH) | reg;
148 u16 reg, u16 chl)
164 tmp = (chl * MII_BCM_CHANNEL_WIDTH) | reg;
123 bcm_phy_write_misc(struct phy_device *phydev, u16 reg, u16 chl, u16 val) argument
147 bcm_phy_read_misc(struct phy_device *phydev, u16 reg, u16 chl) argument
/linux-master/fs/fat/
H A Dnamei_vfat.c335 int chl, chi; local
383 chl = to_shortname_char(nls, charbuf, sizeof(charbuf),
385 if (chl == 0)
388 if (baselen < 2 && (baselen + chl) > 2)
390 if (baselen < 6 && (baselen + chl) > 6)
392 for (chi = 0; chi < chl; chi++) {
399 if ((chi < chl - 1) || (ip + 1) - uname < sz)
411 chl = to_shortname_char(nls, charbuf, sizeof(charbuf),
413 if (chl == 0)
416 if ((extlen + chl) >
[all...]
H A Ddir.c361 int chi, chl, i, j, k; local
382 chl = fat_shortname2uni(nls_disk, &work[i], 8 - i,
385 if (chl <= 1) {
396 i += min(chl, 8-i);
398 for (chi = 0; chi < chl && i < 8; chi++, i++)
401 if (chl)
418 chl = fat_shortname2uni(nls_disk, &work[k], MSDOS_NAME - k,
421 if (chl <= 1) {
433 int offset = min(chl, MSDOS_NAME-k);
437 for (chi = 0; chi < chl
[all...]
/linux-master/sound/soc/codecs/
H A Dtas2781-fmwlib.c1376 unsigned short chl, unsigned char book, unsigned char page,
1397 ret = tasdevice_dev_read(tasdevice, chl,
1406 tasdevice->tasdevice[chl].err_code |= ERROR_YRAM_CRCCHK;
1375 do_singlereg_checksum(struct tasdevice_priv *tasdevice, unsigned short chl, unsigned char book, unsigned char page, unsigned char reg, unsigned char val) argument

Completed in 145 milliseconds