Searched refs:CSR_VENDOR (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/sound/firewire/oxfw/ |
H A D | oxfw.c | 75 err = fw_csr_string(fw_dev->config_rom + 5, CSR_VENDOR, in name_card() 182 if (key == CSR_VENDOR) in detect_quirks()
|
/openbmc/linux/drivers/firewire/ |
H A D | core-device.c | 127 case CSR_VENDOR: id[0] = value; break; in get_ids() 322 IMMEDIATE_ATTR(vendor, CSR_VENDOR), 327 TEXT_LEAF_ATTR(vendor_name, CSR_VENDOR),
|
/openbmc/linux/include/linux/ |
H A D | firewire.h | 60 #define CSR_VENDOR 0x03 macro
|
/openbmc/linux/sound/firewire/dice/ |
H A D | dice.c | 121 fw_csr_string(dev->config_rom + 5, CSR_VENDOR, vendor, sizeof(vendor)); in dice_card_strings()
|
/openbmc/linux/sound/firewire/bebob/ |
H A D | bebob.c | 79 err = fw_csr_string(fw_dev->config_rom + 5, CSR_VENDOR, in name_device()
|