Searched refs:PLC (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/fddi/skfp/ |
H A D | pcmplc.c | 419 outpw(PLC(p,PL_CNTRL_B),0) ; in plc_init() 420 outpw(PLC(p,PL_CNTRL_B),PL_PCM_STOP) ; in plc_init() 421 outpw(PLC(p,PL_CNTRL_A),0) ; in plc_init() 427 rev = inpw(PLC(p,PL_STATUS_A)) & PLC_REV_MASK ; in plc_init() 432 outpw(PLC(p,PL_CNTRL_C),PLCS_CONTROL_C_S) ; in plc_init() 434 outpw(PLC(p,PL_T_FOT_ASS),PLCS_FASSERT_S) ; in plc_init() 435 outpw(PLC(p,PL_T_FOT_DEASS),PLCS_FDEASSERT_S) ; in plc_init() 439 outpw(PLC(p,PL_CNTRL_C),PLCS_CONTROL_C_U) ; in plc_init() 441 outpw(PLC(p,PL_T_FOT_ASS),PLCS_FASSERT_U) ; in plc_init() 442 outpw(PLC(p,PL_T_FOT_DEASS),PLCS_FDEASSERT_U) ; in plc_init() [all …]
|
H A D | drvfbi.c | 230 u_short st = inpw(PLC(PB,PL_INTR_EVENT)) ; in plc1_irq() 241 u_short st = inpw(PLC(PA,PL_INTR_EVENT)) ; in plc2_irq()
|
/linux/Documentation/driver-api/gpio/ |
H A D | using-gpio.rst | 24 industrial automation, PLC-type use cases, door controllers, in short a piece
|
/linux/drivers/net/fddi/skfp/h/ |
H A D | skfbi.h | 813 #define PLC(np,reg) (((np) == PA) ? P2_A(reg) : P1_A(reg)) macro
|
/linux/Documentation/power/regulator/ |
H A D | overview.rst | 16 (C) 2008 Wolfson Microelectronics PLC.
|
/linux/drivers/net/usb/ |
H A D | Kconfig | 567 tristate "Intellon PLC based usb adapter" 570 Choose this option if you're using a 14Mb USB-based PLC
|