Home
last modified time | relevance | path

Searched refs:enable_sync (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/staging/pi433/
H A Dpi433_if.h67 enum option_on_off enable_sync; member
116 enum option_on_off enable_sync; member
H A Dpi433_if.c203 if (rx_cfg->enable_sync == OPTION_ON) { in rf69_set_rx_cfg()
269 if (rx_cfg->enable_sync == OPTION_ON) { in rf69_set_rx_cfg()
326 if (tx_cfg->enable_sync == OPTION_ON) { in rf69_set_tx_cfg()
/openbmc/linux/drivers/staging/pi433/Documentation/
H A Dpi433.txt124 enable_sync
223 enable_sync
/openbmc/linux/drivers/scsi/
H A Dqla1280.c1123 mb[2] |= nv->bus[bus].target[target].parameter.enable_sync << 12; in qla1280_set_target_parameters()
1194 nv->bus[bus].target[target].parameter.enable_sync = device->sdtr; in qla1280_slave_configure()
1201 nv->bus[bus].target[target].parameter.enable_sync = 0; in qla1280_slave_configure()
1214 if (nv->bus[bus].target[target].parameter.enable_sync) in qla1280_slave_configure()
1982 nv->bus[bus].target[target].parameter.enable_sync = 1; in qla1280_set_target_defaults()
H A Dqla1280.h452 uint8_t enable_sync:1; member