Lines Matching refs:pcan_write_reg
228 static void pcan_write_reg(struct pcan_pccard *card, int port, u8 v) in pcan_write_reg() function
277 pcan_write_reg(card, PCC_SPI_IR, PCC_EEP_WREN); in pcan_write_eeprom()
285 pcan_write_reg(card, PCC_SPI_IR, PCC_EEP_RDSR); in pcan_write_eeprom()
303 pcan_write_reg(card, PCC_SPI_ADR, addr & 0xff); in pcan_write_eeprom()
304 pcan_write_reg(card, PCC_SPI_DOR, v); in pcan_write_eeprom()
310 pcan_write_reg(card, PCC_SPI_IR, PCC_EEP_WRITE(addr)); in pcan_write_eeprom()
318 pcan_write_reg(card, PCC_SPI_IR, PCC_EEP_RDSR); in pcan_write_eeprom()
336 pcan_write_reg(card, PCC_SPI_IR, PCC_EEP_WRDI); in pcan_write_eeprom()
364 pcan_write_reg(card, PCC_CCR, ccr); in pcan_set_leds()
421 pcan_write_reg(card, PCC_CCR, ccr); in pcan_led_timer()
530 pcan_write_reg(card, PCC_CCR, ccr); in pcan_add_channels()
536 pcan_write_reg(card, PCC_CCR, ccr); in pcan_add_channels()
597 pcan_write_reg(card, PCC_CCR, ccr); in pcan_add_channels()