Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kernel/
H A Debcdic.c19 __u8 _ascebc[256] = variable
397 EXPORT_SYMBOL(_ascebc);
/openbmc/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)
/openbmc/linux/block/partitions/
H A Dibm.c162 if (f1.DS1FMTID == _ascebc['4'] in find_vol1_partitions()
163 || f1.DS1FMTID == _ascebc['5'] in find_vol1_partitions()
164 || f1.DS1FMTID == _ascebc['7'] in find_vol1_partitions()
165 || f1.DS1FMTID == _ascebc['9']) { in find_vol1_partitions()
171 if (f1.DS1FMTID != _ascebc['1'] && in find_vol1_partitions()
172 f1.DS1FMTID != _ascebc['8']) in find_vol1_partitions()
/openbmc/linux/drivers/s390/char/
H A Dsclp.h353 return (MACHINE_IS_VM) ? _ascebc[ch] : _ascebc_500[ch]; in sclp_ascebc()
H A Dsclp_early_core.c105 ptr[count] = _ascebc[ch]; in sclp_early_print_lm()
H A Dcon3215.c562 raw->buffer[raw->head] = (char)_ascebc[(int)ch]; in raw3215_addtext()
H A Draw3270.c730 memcpy(ascebc, _ascebc, 256); in raw3270_setup_device()
/openbmc/linux/drivers/s390/net/
H A Dqeth_core_main.c2117 card->info.is_vm_nic = nd->nd1.plant[0] == _ascebc['V'] && in qeth_read_conf_data_cb()
2118 nd->nd1.plant[1] == _ascebc['M']; in qeth_read_conf_data_cb()