Searched refs:BP (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/drivers/ide/pci/ |
D | pdc202xx_new.c | 147 u8 AP, BP, CP, DP; in pdcnew_tune_chipset() local 155 pci_read_config_byte(dev, (drive_pci)|0x01, &BP); in pdcnew_tune_chipset() 160 if ((AP & 0x0F) || (BP & 0x07)) { in pdcnew_tune_chipset() 166 pci_write_config_byte(dev, (drive_pci)|0x01, BP &~0x07); in pdcnew_tune_chipset() 167 pci_read_config_byte(dev, (drive_pci)|0x01, &BP); in pdcnew_tune_chipset() 170 pci_read_config_byte(dev, (drive_pci)|0x01, &BP); in pdcnew_tune_chipset() 173 if ((BP & 0xF0) && (CP & 0x0F)) { in pdcnew_tune_chipset() 176 pci_write_config_byte(dev, (drive_pci)|0x01, BP &~0xF0); in pdcnew_tune_chipset() 177 pci_read_config_byte(dev, (drive_pci)|0x01, &BP); in pdcnew_tune_chipset() 186 pci_read_config_byte(dev, (drive_pci)|0x01, &BP); in pdcnew_tune_chipset() [all …]
|
D | pdc202xx_old.c | 243 u8 AP, BP, CP, DP; in pdc202xx_tune_chipset() local 251 pci_read_config_byte(dev, (drive_pci)|0x01, &BP); in pdc202xx_tune_chipset() 256 if ((AP & 0x0F) || (BP & 0x07)) { in pdc202xx_tune_chipset() 262 pci_write_config_byte(dev, (drive_pci)|0x01, BP &~0x07); in pdc202xx_tune_chipset() 263 pci_read_config_byte(dev, (drive_pci)|0x01, &BP); in pdc202xx_tune_chipset() 266 pci_read_config_byte(dev, (drive_pci)|0x01, &BP); in pdc202xx_tune_chipset() 269 if ((BP & 0xF0) && (CP & 0x0F)) { in pdc202xx_tune_chipset() 272 pci_write_config_byte(dev, (drive_pci)|0x01, BP &~0xF0); in pdc202xx_tune_chipset() 273 pci_read_config_byte(dev, (drive_pci)|0x01, &BP); in pdc202xx_tune_chipset() 282 pci_read_config_byte(dev, (drive_pci)|0x01, &BP); in pdc202xx_tune_chipset() [all …]
|
/linux-2.4.37.9/drivers/sbus/char/ |
D | bbc_i2c.c | 108 #define claim_device(BP,ECHILD) set_device_claimage(BP,ECHILD,1) argument 109 #define release_device(BP,ECHILD) set_device_claimage(BP,ECHILD,0) argument
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | gdb-stub.c | 529 #define BP 0x0000000d /* break opcode */ macro 605 *(unsigned *)(regs->cp0_epc + 8) = BP; in single_step() 609 *(unsigned *)targ = BP; in single_step() 613 *(unsigned *)(regs->cp0_epc + 4) = BP; in single_step()
|
/linux-2.4.37.9/arch/mips/kernel/ |
D | gdb-stub.c | 509 #define BP 0x0000000d /* break opcode */ macro 585 *(unsigned *)(regs->cp0_epc + 8) = BP; in single_step() 589 *(unsigned *)targ = BP; in single_step() 593 *(unsigned *)(regs->cp0_epc + 4) = BP; in single_step()
|
/linux-2.4.37.9/drivers/net/ |
D | b44.c | 61 #define TX_RING_GAP(BP) \ argument 62 (B44_TX_RING_SIZE - (BP)->tx_pending) 63 #define TX_BUFFS_AVAIL(BP) \ argument 64 (((BP)->tx_cons <= (BP)->tx_prod) ? \ 65 (BP)->tx_cons + (BP)->tx_pending - (BP)->tx_prod : \ 66 (BP)->tx_cons - (BP)->tx_prod - TX_RING_GAP(BP))
|
/linux-2.4.37.9/arch/i386/boot/ |
D | video.S | 842 movw %cx, %bp # BP=width of dest. line 846 addw %bx, %bx # Convert BX and BP to _bytes_ 990 movw %di, %bp # BP=original mode table end
|
/linux-2.4.37.9/arch/x86_64/boot/ |
D | video.S | 833 movw %cx, %bp # BP=width of dest. line 837 addw %bx, %bx # Convert BX and BP to _bytes_ 977 movw %di, %bp # BP=original mode table end
|