Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/kernel/
Debcdic.c19 __u8 _ascebc[256] = variable
397 EXPORT_SYMBOL(_ascebc);
/Linux-v5.4/block/partitions/
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()
/Linux-v5.4/arch/s390/include/asm/
Debcdic.h17 extern __u8 _ascebc[256]; /* ASCII -> EBCDIC conversion table */
39 #define ASCEBC(addr,nr) codepage_convert(_ascebc, addr, nr)
/Linux-v5.4/drivers/s390/char/
Dsclp_early_core.c104 ptr[count] = _ascebc[ch]; in sclp_early_print_lm()
Dsclp.h365 return (MACHINE_IS_VM) ? _ascebc[ch] : _ascebc_500[ch]; in sclp_ascebc()
Dcon3215.c583 raw->buffer[raw->head] = (char) _ascebc[(int) ch]; in raw3215_putchar()
Draw3270.c701 memcpy(ascebc, _ascebc, 256); in raw3270_setup_device()
/Linux-v5.4/drivers/s390/net/
Dqeth_core_main.c1807 card->info.is_vm_nic = nd->nd1.plant[0] == _ascebc['V'] && in qeth_read_conf_data_cb()
1808 nd->nd1.plant[1] == _ascebc['M']; in qeth_read_conf_data_cb()
2395 param_field[0] = _ascebc['P']; in qeth_create_qib_param_field()
2396 param_field[1] = _ascebc['C']; in qeth_create_qib_param_field()
2397 param_field[2] = _ascebc['I']; in qeth_create_qib_param_field()
2398 param_field[3] = _ascebc['T']; in qeth_create_qib_param_field()
2407 param_field[16] = _ascebc['B']; in qeth_create_qib_param_field_blkt()
2408 param_field[17] = _ascebc['L']; in qeth_create_qib_param_field_blkt()
2409 param_field[18] = _ascebc['K']; in qeth_create_qib_param_field_blkt()
2410 param_field[19] = _ascebc['T']; in qeth_create_qib_param_field_blkt()