Searched refs:_ascebc (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Debcdic.h17 extern __u8 _ascebc[256]; /* ASCII -> EBCDIC conversion table */
39 #define ASCEBC(addr,nr) codepage_convert(_ascebc, addr, nr)
/linux-master/block/partitions/
H A Dibm.c197 if (f1.DS1FMTID == _ascebc['4']
198 || f1.DS1FMTID == _ascebc['5']
199 || f1.DS1FMTID == _ascebc['7']
200 || f1.DS1FMTID == _ascebc['9']) {
206 if (f1.DS1FMTID != _ascebc['1'] &&
207 f1.DS1FMTID != _ascebc['8'])
/linux-master/drivers/s390/char/
H A Dsclp.h353 return (MACHINE_IS_VM) ? _ascebc[ch] : _ascebc_500[ch];
H A Dsclp_early_core.c106 ptr[count] = _ascebc[ch];
H A Dcon3215.c563 raw->buffer[raw->head] = _ascebc[ch];
H A Draw3270.c734 memcpy(ascebc, _ascebc, 256);
/linux-master/arch/s390/kernel/
H A Debcdic.c19 __u8 _ascebc[256] = variable
397 EXPORT_SYMBOL(_ascebc); variable
/linux-master/drivers/s390/net/
H A Dqeth_core_main.c2117 card->info.is_vm_nic = nd->nd1.plant[0] == _ascebc['V'] &&
2118 nd->nd1.plant[1] == _ascebc['M'];

Completed in 153 milliseconds