Home
last modified time | relevance | path

Searched refs:RSEL (Results 1 – 2 of 2) sorted by relevance

/drivers/clk/
Dclk-cs2000-cp.c40 #define RSEL(x) (((x) & 0x3) << 3) macro
41 #define RSEL_MASK RSEL(0x3)
275 ret = cs2000_bset(priv, DEVICE_CFG1, RSEL_MASK, RSEL(ch)); in cs2000_ratio_select()
/drivers/scsi/
DFlashPoint.c523 #define RSEL BIT(1) macro
1796 (BUS_FREE | RSEL))) ; in FlashPoint_HandleInterrupt()
1837 (BUS_FREE | RSEL)) in FlashPoint_HandleInterrupt()
1850 (BUS_FREE | RSEL))) { in FlashPoint_HandleInterrupt()
1862 else if (hp_int & RSEL) { in FlashPoint_HandleInterrupt()
1865 (PROG_HLT | RSEL | PHASE | BUS_FREE)); in FlashPoint_HandleInterrupt()
3789 (BUS_FREE | RSEL))) ; in FPT_sxfrp()
4494 (RDW_HARPOON((port + hp_intstat)) & RSEL)) { in FPT_phaseBusFree()
6458 FPT_default_intena = RESET | RSEL | PROG_HLT | TIMEOUT | in FPT_XbowInit()