Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Debcdic.c19 __u8 _ascebc[256] = variable
397 EXPORT_SYMBOL(_ascebc);
/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dsclp_early_core.c104 ptr[count] = _ascebc[ch]; in sclp_early_print_lm()
H A Dsclp.h363 return (MACHINE_IS_VM) ? _ascebc[ch] : _ascebc_500[ch]; in sclp_ascebc()
H A Dcon3215.c583 raw->buffer[raw->head] = (char) _ascebc[(int) ch]; in raw3215_putchar()
H A Draw3270.c701 memcpy(ascebc, _ascebc, 256); in raw3270_setup_device()
/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dqeth_core_main.c2141 card->info.is_vm_nic = nd->nd1.plant[0] == _ascebc['V'] && in qeth_read_conf_data_cb()
2142 nd->nd1.plant[1] == _ascebc['M']; in qeth_read_conf_data_cb()