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

/linux-master/arch/m68k/amiga/
H A Dpcmcia.c24 static unsigned char cfg_byte = GAYLE_CFG_0V|GAYLE_CFG_150NS; variable
86 cfg_byte = (cfg_byte & 0xfc) | v;
87 gayle.config = cfg_byte;
105 cfg_byte = (cfg_byte & 0xf3) | s;
106 gayle.config = cfg_byte;

Completed in 154 milliseconds