Searched refs:idb (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/pnp/ |
| H A D | driver.c | 16 static int compare_func(const char *ida, const char *idb) in compare_func() argument 23 idb[i] != 'X' && toupper(ida[i]) != toupper(idb[i])) in compare_func()
|
| /linux/drivers/scsi/ibmvscsi_tgt/ |
| H A D | libsrp.c | 376 struct srp_indirect_buf *idb; in srp_get_desc_table() local 410 idb = (struct srp_indirect_buf *)(srp_cmd->add_data in srp_get_desc_table() 413 *data_len = be32_to_cpu(idb->len); in srp_get_desc_table()
|
| /linux/drivers/scsi/ |
| H A D | myrb.c | 2537 unsigned char idb = readb(base + DAC960_LA_IDB_OFFSET); in DAC960_LA_hw_mbox_is_full() local 2539 return !(idb & DAC960_LA_IDB_HWMBOX_EMPTY); in DAC960_LA_hw_mbox_is_full() 2544 unsigned char idb = readb(base + DAC960_LA_IDB_OFFSET); in DAC960_LA_init_in_progress() local 2546 return !(idb & DAC960_LA_IDB_INIT_DONE); in DAC960_LA_init_in_progress() 2784 unsigned char idb = readl(base + DAC960_PG_IDB_OFFSET); in DAC960_PG_hw_mbox_is_full() local 2786 return idb & DAC960_PG_IDB_HWMBOX_FULL; in DAC960_PG_hw_mbox_is_full() 2791 unsigned char idb = readl(base + DAC960_PG_IDB_OFFSET); in DAC960_PG_init_in_progress() local 2793 return idb & DAC960_PG_IDB_INIT_IN_PROGRESS; in DAC960_PG_init_in_progress() 3027 unsigned char idb = readb(base + DAC960_PD_IDB_OFFSET); in DAC960_PD_hw_mbox_is_full() local 3029 return idb & DAC960_PD_IDB_HWMBOX_FULL; in DAC960_PD_hw_mbox_is_full() [all …]
|
| /linux/drivers/platform/x86/ |
| H A D | uv_sysfs.c | 73 int idb, idh; in location_to_bpos() local 76 &r, rack, &type, slot, &b, &idb, &h, &idh) != 8) in location_to_bpos() 78 *blade = idb * 2 + idh; in location_to_bpos()
|
| /linux/include/linux/ |
| H A D | switchtec.h | 379 u64 idb; member
|
| /linux/drivers/ntb/hw/mscc/ |
| H A D | ntb_hw_switchtec.c | 630 ret = ioread64(&sndev->mmio_self_dbmsg->idb) >> sndev->db_shift; in switchtec_ntb_db_read() 639 iowrite64(db_bits << sndev->db_shift, &sndev->mmio_self_dbmsg->idb); in switchtec_ntb_db_clear()
|