Searched refs:DIRECTION (Results 1 – 17 of 17) sorted by relevance
/linux/Documentation/sound/designs/ |
H A D | control-names.rst | 9 Syntax: [LOCATION] SOURCE [CHANNEL] [DIRECTION] FUNCTION 12 DIRECTION section in Standard Syntax
|
/linux/Documentation/devicetree/bindings/gpio/ |
H A D | gpio-clps711x.txt | 7 is DIRECTION.
|
/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_mgmt.c | 141 HINIC_MSG_HEADER_SET(direction, DIRECTION) | in prepare_header() 516 if (HINIC_MSG_HEADER_GET(*header, DIRECTION) == MGMT_RESP) in recv_mgmt_msg_handler() 534 recv_msg = HINIC_MSG_HEADER_GET(*header, DIRECTION) == in mgmt_msg_aeqe_handler()
|
H A D | hinic_hw_mbox.c | 464 if (HINIC_MBOX_HEADER_GET(mbox_header, DIRECTION) == in recv_mbox_handler() 628 dir = HINIC_MBOX_HEADER_GET(mbox_header, DIRECTION); in hinic_mbox_func_aeqe_handler() 801 u16 seq_dir = HINIC_MBOX_HEADER_GET(header, DIRECTION); in send_mbox_seg() 862 HINIC_MBOX_HEADER_SET(direction, DIRECTION) | in send_mbox_to_func()
|
/linux/drivers/scsi/aic7xxx/ |
H A D | aic7xxx.seq | 120 mvi DMAPARAMS, HDMAEN|DIRECTION|FIFORESET; 504 mvi DMAPARAMS, HDMAEN|DIRECTION|FIFORESET; 831 or DMAPARAMS, DIRECTION; 892 and DMAPARAMS, DIRECTION; 1013 test DMAPARAMS, DIRECTION jnz ultra2_fifoempty; 1102 test DMAPARAMS, DIRECTION jz dma_mid_sg; 1126 test DFCNTRL,DIRECTION jnz dma_fifoempty; 1215 or DFCNTRL, HDMAEN|DIRECTION|FIFORESET; 1348 test DFCNTRL, DIRECTION jz target_ITloop; 1389 mvi DFCNTRL, (PRELOADEN|SCSIEN|HDMAEN|DIRECTION); [all …]
|
H A D | aic7xxx_reg_print.c_shipped | 304 { "DIRECTION", 0x04, 0x04 },
|
H A D | aic79xx.seq | 1710 test DFCNTRL, DIRECTION jnz data_phase_finish; 1757 test DFCNTRL, DIRECTION jz target_ITloop; 1866 * (DIRECTION set in DFCNTRL). The delay is performed by 1889 test DFCNTRL, DIRECTION jz interrupt_return; 2043 test DFCNTRL, DIRECTION jnz pkt_saveptrs_check_status;
|
H A D | aic79xx_reg_print.c_shipped | 79 { "DIRECTION", 0x04, 0x04 },
|
H A D | aic7xxx.reg | 979 field DIRECTION 0x04 1469 field DIRECTION 0x04 /* Set indicates PCI->SCSI */
|
H A D | aic7xxx_reg.h_shipped | 439 #define DIRECTION 0x04
|
H A D | aic79xx.reg | 437 field DIRECTION 0x04 3827 field DIRECTION 0x04 /* Set indicates PCI->SCSI */
|
H A D | aic79xx_reg.h_shipped | 1569 #define DIRECTION 0x04
|
H A D | aic79xx_core.c | 1542 if ((ahd_inb(ahd, DFCNTRL) & DIRECTION) != 0) in ahd_run_data_fifo()
|
/linux/include/linux/usb/ |
H A D | net2280.h | 199 #define DIRECTION 27 macro
|
/linux/drivers/pinctrl/renesas/ |
H A D | pfc-sh7723.c | 1492 GPIO_FN(DIRECTION),
|
H A D | pfc-sh7724.c | 1461 GPIO_FN(DIRECTION),
|
/linux/Documentation/sound/kernel-api/ |
H A D | writing-an-alsa-driver.rst | 2423 usually defined from the three parts as “SOURCE DIRECTION FUNCTION”. 2429 The second, ``DIRECTION``, is one of the following strings according to
|