Home
last modified time | relevance | path

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

/linux/block/partitions/
H A Dibm.c197 if (f1.DS1FMTID == _ascebc['4'] in find_vol1_partitions()
198 || f1.DS1FMTID == _ascebc['5'] in find_vol1_partitions()
199 || f1.DS1FMTID == _ascebc['7'] in find_vol1_partitions()
200 || f1.DS1FMTID == _ascebc['9']) { in find_vol1_partitions()
206 if (f1.DS1FMTID != _ascebc['1'] && in find_vol1_partitions()
207 f1.DS1FMTID != _ascebc['8']) in find_vol1_partitions()
/linux/arch/s390/kernel/
H A Debcdic.c19 __u8 _ascebc[256] = variable
397 EXPORT_SYMBOL(_ascebc);
/linux/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/drivers/s390/char/
H A Dsclp.h346 return (machine_is_vm()) ? _ascebc[ch] : _ascebc_500[ch]; in sclp_ascebc()
H A Dsclp_early_core.c107 ptr[count] = _ascebc[ch]; in sclp_early_print_lm()
H A Dcon3215.c564 raw->buffer[raw->head] = _ascebc[ch]; in raw3215_addtext()
H A Draw3270.c736 memcpy(ascebc, _ascebc, 256); in raw3270_setup_device()
/linux/drivers/s390/net/
H A Dqeth_core_main.c2116 card->info.is_vm_nic = nd->nd1.plant[0] == _ascebc['V'] && in qeth_read_conf_data_cb()
2117 nd->nd1.plant[1] == _ascebc['M']; in qeth_read_conf_data_cb()