Home
last modified time | relevance | path

Searched refs:CSR_VENDOR (Results 1 – 4 of 4) sorted by relevance

/linux/sound/firewire/oxfw/
H A Doxfw.c76 err = fw_csr_string(fw_dev->config_rom + 5, CSR_VENDOR, in name_card()
183 if (key == CSR_VENDOR) in detect_quirks()
/linux/sound/firewire/dice/
H A Ddice.c121 fw_csr_string(dev->config_rom + 5, CSR_VENDOR, vendor, sizeof(vendor)); in dice_card_strings()
/linux/sound/firewire/bebob/
H A Dbebob.c79 err = fw_csr_string(fw_dev->config_rom + 5, CSR_VENDOR, in name_device()
/linux/include/linux/
H A Dfirewire.h60 #define CSR_VENDOR 0x03 macro