Searched refs:BIT_0 (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dbit.c29 #define BIT_0 0x7f macro
141 avio_wl16(pb, get_bits1(&gb) ? BIT_1 : BIT_0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_fw.h18 #define FO1_ENABLE_8016 BIT_0
27 #define PDO_FORCE_PLOGI BIT_0
406 #define CF_WRITE_DATA BIT_0
449 #define TMF_WRITE_DATA BIT_0
527 #define SF_FCP_RSP_DMA BIT_0
810 #define TCF_CLEAR_ACA BIT_0
833 #define AOF_NO_ABTS BIT_0 /* Do not send any ABTS. */
927 #define CSRX_ISP_SOFT_RESET BIT_0 /* ISP soft reset. */
996 #define GPDX_DATA_INOUT (BIT_1|BIT_0)
1004 #define GPEX_ENABLE (BIT_1|BIT_0)
[all...]
H A Dqla_def.h58 #define BIT_0 0x1 macro
222 #define SRB_DMA_VALID BIT_0 /* Command sent to ISP */
238 #define SRB_LOGIN_RETRIED BIT_0
299 #define CSR_ISP_SOFT_RESET BIT_0 /* ISP soft reset */
317 #define NVR_CLOCK BIT_0
503 #define MBX_DMA_IN BIT_0
589 #define FO1_AE_ON_LIPF8 BIT_0
603 #define FO2_ENABLE_ATIO_TYPE_3 BIT_0
606 #define FO3_ENABLE_EMERG_IOCB BIT_0
744 #define MBX_0 BIT_0
[all...]
H A Dqla_init.c1573 swing = ha->fw_seriallink_options[2] & (BIT_2 | BIT_1 | BIT_0);
1577 (BIT_3 | BIT_2 | BIT_1 | BIT_0);
1587 ((rx_sens & (BIT_1 | BIT_0)) << 2) |
1588 (tx_sens & (BIT_1 | BIT_0));
1593 emphasis = ha->fw_seriallink_options[3] & (BIT_1 | BIT_0);
1595 (BIT_3 | BIT_2 | BIT_1 | BIT_0);
1605 ((rx_sens & (BIT_1 | BIT_0)) << 2) |
1606 (tx_sens & (BIT_1 | BIT_0));
1635 if ((le16_to_cpu(ha->fw_seriallink_options24[0]) & BIT_0) == 0)
2266 nv->firmware_options[1] |= (BIT_5 | BIT_0);
[all...]
H A Dqla_nx.h852 #define HINT_MBX_INT_PENDING BIT_0
861 #define ISRX_NX_RISC_INT BIT_0 /* RISC interrupt. */
H A Dqla_mbx.c118 if (mboxes & BIT_0)
243 if (mboxes & BIT_0)
409 #define EXTENDED_BB_CREDITS BIT_0
1161 mcp->mb[1] = BIT_0;
1617 if (opt & BIT_0)
1679 mb[1] = BIT_0;
1684 mb[10] |= BIT_0; /* Class 2. */
2219 * BIT_0 = mem alloc error.
2567 mcp->mb[1] = BIT_0;
2879 mcp->mb[2] = BIT_0;
[all...]
H A Dqla_mid.c531 req->options |= BIT_0;
546 rsp->options |= BIT_0;
H A Dqla_iocb.c1337 #define QDSS_GOT_Q_SPACE BIT_0
1643 opts = lio->u.logio.flags & SRB_LOGIN_COND_PLOGI ? BIT_0 : 0;
1707 mbx->mb10 = cpu_to_le16(BIT_0);
1709 mbx->mb1 = cpu_to_le16((sp->fcport->loop_id << 8) | BIT_0);
H A Dqla_isr.c78 if (RD_REG_WORD(&reg->semaphore) & BIT_0) {
953 if (le16_to_cpu(mbx->mb1) & BIT_0)
2050 for (cnt = 10000; (RD_REG_DWORD(&reg->iobase_window) & BIT_0) == 0 &&
2062 for (cnt = 100; (RD_REG_DWORD(&reg->iobase_window) & BIT_0) == 0 &&
H A Dqla_sup.c40 while ((data & BIT_0) == 0) {
129 data |= BIT_0;
1004 if ((flags & BIT_0) == 0)
1077 qla24xx_read_flash_dword(ha, flash_conf_addr(ha, 0x005)) & BIT_0;
H A Dqla_attr.c625 if (!(opt & BIT_0))
683 if (!(opt & BIT_0))
H A Dqla_dbg.c680 (RD_REG_WORD(&reg->mctr) & (BIT_1 | BIT_0)) != 0))) {
718 if (RD_REG_WORD(&reg->semaphore) & BIT_0) {
H A Dqla_gs.c1110 mb, BIT_1|BIT_0);
H A Dqla_os.c429 lspeed = pcie_lstat & (BIT_0 | BIT_1 | BIT_2 | BIT_3);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dqla1280.h26 #define BIT_0 0x1 macro
129 #define ISP_CFG0_1020 BIT_0 /* ISP1020 */
141 #define ISP_CFG1_SXP BIT_0 /* SXP register select */
143 #define ISP_RESET BIT_0 /* ISP soft reset */
155 #define NV_CLOCK BIT_0
169 #define CDMA_CONF_DIR BIT_0 /* DMA direction (0=fifo->host 1=host->fifo) */
186 #define DDMA_CONF_DIR BIT_0 /* DMA direction (0=fifo->host 1=host->fifo) */
212 #define BIOS_ENABLE BIT_0
574 #define RF_CONT BIT_0 /* Continuation. */
H A Dqla1280.c1158 mr = BIT_3 | BIT_2 | BIT_1 | BIT_0;
1232 (ha->bus_settings[bus].qtag_enables & (BIT_0 << target))) {
1735 err = qla1280_mailbox_command(ha, BIT_0 | BIT_1 | BIT_2, mb);
1807 BIT_1 | BIT_0, mb);
1824 BIT_1 | BIT_0, mb);
1869 err = qla1280_mailbox_command(ha, BIT_1 | BIT_0, mb);
1879 err = qla1280_mailbox_command(ha, BIT_1 | BIT_0, &mb[0]);
1946 BIT_3 | BIT_2 | BIT_1 | BIT_0,
1960 BIT_3 | BIT_2 | BIT_1 | BIT_0,
2132 flag = (BIT_0 << targe
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla4xxx/
H A Dql4_fw.h54 #define HINT_MBX_INT_PENDING BIT_0
60 #define HSRX_RISC_MB_INT BIT_0 /* RISC to Host Mailbox interrupt */
64 #define ISRX_82XX_RISC_INT BIT_0 /* RISC interrupt. */
H A Dql4_def.h79 #define BIT_0 0x1 macro
H A Dql4_init.c977 if (ha->firmware_state & (BIT_2 | BIT_0))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dcommons-codec-1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/qlcnic/
H A Dqlcnic_hdr.h211 #define BIT_0 0x1 macro
H A Dqlcnic_main.c1650 if (*(skb->data) & BIT_0) {
1651 flags |= BIT_0;

Completed in 212 milliseconds