Home
last modified time | relevance | path

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

/drivers/net/ethernet/amd/
Dariadne.h254 #define LOOP 0x0400 /* Loopback Enable */ macro
/drivers/video/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/
DKconfig239 LOOP and CRYPTOLOOP, and make sure you have a recent (version 2.12
/drivers/scsi/qla2xxx/
Dqla_def.h2907 #define LOOP 0 macro
Dqla_init.c2042 if (ha->operating_mode == LOOP && !IS_CNA_CAPABLE(ha)) in qla2x00_init_rings()
2257 ha->operating_mode = LOOP; in qla2x00_configure_hba()
Dqla_isr.c733 ha->operating_mode = LOOP; in qla2x00_async_event()
/drivers/net/ethernet/cisco/enic/
Denic_main.c2500 if (ENIC_SETTING(enic, LOOP)) { in enic_probe()