Searched refs:wren (Results 1 – 3 of 3) sorted by relevance
62 static const int clk = 1, data = 2, wren = 4, mo_st = 8, power = 16; variable90 bits |= (pins & TEA575X_WREN) ? wren : 0; in maxiradio_tea575x_set_pins()
100 u8 offset, wren; in efuse_phymap_to_logical() local153 wren = (rtemp8 & 0x0F); in efuse_phymap_to_logical()158 wren = (rtemp8 & 0x0f); in efuse_phymap_to_logical()165 if (!(wren & 0x01)) { in efuse_phymap_to_logical()180 wren >>= 1; in efuse_phymap_to_logical()
234 u8 offset, wren; in read_efuse() local297 wren = (*rtemp8 & 0x0F); in read_efuse()302 wren = (*rtemp8 & 0x0f); in read_efuse()307 "offset-%d Worden=%x\n", offset, wren); in read_efuse()310 if (!(wren & 0x01)) { in read_efuse()338 wren >>= 1; in read_efuse()