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

/linux-4.4.14/drivers/staging/rts5208/
H A Drtsx_chip.c1548 int rtsx_write_cfg_dw(struct rtsx_chip *chip, u8 func_no, u16 addr, u32 mask, rtsx_write_cfg_dw() argument
1584 0x80 | mode | ((func_no & 0x03) << 4)); rtsx_write_cfg_dw()
1604 int rtsx_read_cfg_dw(struct rtsx_chip *chip, u8 func_no, u16 addr, u32 *val) rtsx_read_cfg_dw() argument
1622 0x80 | ((func_no & 0x03) << 4)); rtsx_read_cfg_dw()
2032 u8 func_no; rtsx_handle_pm_dstate() local
2035 func_no = 2; rtsx_handle_pm_dstate()
2037 func_no = 1; rtsx_handle_pm_dstate()
2039 rtsx_read_cfg_dw(chip, func_no, 0x84, &ultmp); rtsx_handle_pm_dstate()
2041 (int)func_no, ultmp); rtsx_handle_pm_dstate()
2042 rtsx_write_cfg_dw(chip, func_no, 0x84, 0xFF, dstate); rtsx_handle_pm_dstate()
H A Drtsx_chip.h966 u8 func_no, u16 addr, u32 mask, u32 val);
967 int rtsx_read_cfg_dw(struct rtsx_chip *chip, u8 func_no, u16 addr, u32 *val);

Completed in 65 milliseconds