Home
last modified time | relevance | path

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

/drivers/net/ethernet/amd/
Dariadne.h254 #define LOOP 0x0400 /* Loopback Enable */ macro
/drivers/video/fbdev/matrox/
Dmatroxfb_Ti3026.c204 #define TVP3026_XPLLADDR_X(LOOP,MCLK,PIX) (((LOOP)<<4) | ((MCLK)<<2) | (PIX)) argument
/drivers/media/i2c/soc_camera/
Dtw9910.c83 #define LOOP 0x2E /* LOOP Control Register */ macro
/drivers/block/
DKconfig242 LOOP and CRYPTOLOOP, and make sure you have a recent (version 2.12
/drivers/net/ethernet/cisco/enic/
Denic_main.c2545 if (ENIC_SETTING(enic, LOOP)) { in enic_probe()
/drivers/scsi/qla2xxx/
Dqla_def.h3050 #define LOOP 0 macro
Dqla_init.c2197 if (ha->operating_mode == LOOP && !IS_CNA_CAPABLE(ha)) in qla2x00_init_rings()
2421 ha->operating_mode = LOOP; in qla2x00_configure_hba()
Dqla_isr.c797 ha->operating_mode = LOOP; in qla2x00_async_event()
Dqla_mbx.c1694 if (vha->hw->operating_mode == LOOP) in qla24xx_link_initialize()