Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/kernel/
H A Dldc.c50 #define LDC_INFO 0x01 macro
378 p = handshake_compose_ctrl(lp, LDC_INFO, LDC_VERS, in start_handshake()
432 p = handshake_compose_ctrl(lp, LDC_INFO, LDC_RTS, NULL, 0, in send_rts()
452 p = handshake_compose_ctrl(lp, LDC_INFO, LDC_RTR, NULL, 0, in send_rtr()
638 p = handshake_compose_ctrl(lp, LDC_INFO, LDC_VERS, in process_ver_nack()
655 case LDC_INFO: in process_version()
675 if (p->stype != LDC_INFO || in process_rts()
695 if (p->stype != LDC_INFO || in process_rtr()
718 if (p->stype != LDC_INFO || in process_rdx()
1603 p->stype = LDC_INFO; in write_nonraw()
[all …]