Searched refs:PLC (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/drivers/net/fddi/skfp/ |
D | pcmplc.c | 423 outpw(PLC(p,PL_CNTRL_B),0) ; in plc_init() 424 outpw(PLC(p,PL_CNTRL_B),PL_PCM_STOP) ; in plc_init() 425 outpw(PLC(p,PL_CNTRL_A),0) ; in plc_init() 431 rev = inpw(PLC(p,PL_STATUS_A)) & PLC_REV_MASK ; in plc_init() 436 outpw(PLC(p,PL_CNTRL_C),PLCS_CONTROL_C_S) ; in plc_init() 438 outpw(PLC(p,PL_T_FOT_ASS),PLCS_FASSERT_S) ; in plc_init() 439 outpw(PLC(p,PL_T_FOT_DEASS),PLCS_FDEASSERT_S) ; in plc_init() 443 outpw(PLC(p,PL_CNTRL_C),PLCS_CONTROL_C_U) ; in plc_init() 445 outpw(PLC(p,PL_T_FOT_ASS),PLCS_FASSERT_U) ; in plc_init() 446 outpw(PLC(p,PL_T_FOT_DEASS),PLCS_FDEASSERT_U) ; in plc_init() [all …]
|
D | drvfbi.c | 234 u_short st = inpw(PLC(PB,PL_INTR_EVENT)) ; in plc1_irq() 245 u_short st = inpw(PLC(PA,PL_INTR_EVENT)) ; in plc2_irq()
|
/Linux-v5.10/drivers/staging/fieldbus/Documentation/ |
D | fieldbus_dev.txt | 15 logic controllers (PLC) via a non-time-critical communications system 23 controlled via the Fieldbus by a PLC aka "Fieldbus Controller". 25 Communication between PLC and device typically happens via process data memory, 27 the PLC's output area to the device's input area, and vice versa. 33 exchange with a PLC aka "Fieldbus Controller" via process data memory.
|
/Linux-v5.10/arch/arm/kernel/ |
D | setup.c | 546 #define PLC "r" in cpu_init() macro 548 #define PLC "I" in cpu_init() macro 570 PLC (PSR_F_BIT | PSR_I_BIT | IRQ_MODE), in cpu_init() 572 PLC (PSR_F_BIT | PSR_I_BIT | ABT_MODE), in cpu_init() 574 PLC (PSR_F_BIT | PSR_I_BIT | UND_MODE), in cpu_init() 576 PLC (PSR_F_BIT | PSR_I_BIT | FIQ_MODE), in cpu_init() 578 PLC (PSR_F_BIT | PSR_I_BIT | SVC_MODE) in cpu_init()
|
/Linux-v5.10/drivers/staging/fieldbus/ |
D | Kconfig | 7 Fieldbus device (client) adapters allow data exchange with a PLC aka.
|
/Linux-v5.10/Documentation/driver-api/gpio/ |
D | using-gpio.rst | 24 industrial automation, PLC-type use cases, door controllers, in short a piece
|
/Linux-v5.10/drivers/net/fddi/skfp/h/ |
D | skfbi.h | 813 #define PLC(np,reg) (((np) == PA) ? P2_A(reg) : P1_A(reg)) macro
|
/Linux-v5.10/Documentation/power/regulator/ |
D | overview.rst | 16 (C) 2008 Wolfson Microelectronics PLC.
|
/Linux-v5.10/drivers/net/usb/ |
D | Kconfig | 558 tristate "Intellon PLC based usb adapter" 561 Choose this option if you're using a 14Mb USB-based PLC
|