Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/block/paride/
H A Dbpck.c2 bpck.c (c) 1996-8 Grant R. Guenther <grant@torque.net>
5 bpck.c is a low-level protocol driver for the MicroSolutions
43 cont = 2 - use internal bpck register addressing
103 /* These macros access the bpck registers in native addressing */
337 printk("%s: bpck: 0x%x unit %d mode %d: ", in bpck_test_proto()
434 printk("%s: bpck EEPROM: %64.64s\n",pi->device,scratch); in bpck_log_adapter()
439 printk("%s: bpck %s, backpack %8.8s unit %d", in bpck_log_adapter()
445 static struct pi_protocol bpck = { variable
447 .name = "bpck",
466 return paride_register(&bpck); in bpck_init()
[all...]
/kernel/linux/linux-6.6/drivers/ata/pata_parport/
H A Dbpck.c5 * bpck.c is a low-level protocol driver for the MicroSolutions
34 * cont = 2 - use internal bpck register addressing
91 /* These macros access the bpck registers in native addressing */
368 dev_dbg(&pi->dev, "bpck: 0x%x unit %d mode %d: ", in bpck_test_proto()
370 print_hex_dump_debug("bpck: ", DUMP_PREFIX_NONE, TEST_LEN, 1, buf, in bpck_test_proto()
478 print_hex_dump_bytes("bpck EEPROM: ", DUMP_PREFIX_NONE, scratch, 128); in bpck_log_adapter()
485 static struct pi_protocol bpck = { variable
487 .name = "bpck",
507 module_pata_parport_driver(bpck); variable

Completed in 2 milliseconds